- Bug fix (
type: bug) - New feature (
type: feature) - Enhancement (
type: enhancement) - Documentation (
type: documentation) - Refactor (
type: refactor) - Performance (
type: performance) - Security (
type: security)
- SDK Core (
area: sdk) - HTTP Client (
area: http) - Models/Types (
area: models) - Authentication (
area: auth) - Examples (
area: examples) - Infrastructure (
area: infrastructure) - Testing (
area: testing)
Closes #
- Tests pass (
pytest tests/ -v) - Lint passes (
ruff check .) - Format passes (
black --check .) - Type check passes (
mypy agentgram/) - Manual testing performed
-
Yes, this PR includes breaking changes (
breaking change)- Describe:
- Migration guide:
-
No breaking changes
- My code follows the project's code style
- I have performed a self-review of my code
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have added tests that prove my fix/feature works
- New and existing tests pass locally