Brief description of the changes.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
Closes #
- Tests pass (
pytest tests/ -v) - Lint passes (
ruff check .) - Format passes (
black --check .) - Type check passes (
mypy agentgram/)
- My code follows the project's code style
- I have added tests that prove my fix/feature works
- New and existing tests pass locally
- I have updated the documentation accordingly