Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.38 KB

File metadata and controls

68 lines (48 loc) · 1.38 KB

Description

Type of Change

  • Bug fix (type: bug)
  • New feature (type: feature)
  • Enhancement (type: enhancement)
  • Documentation (type: documentation)
  • Refactor (type: refactor)
  • Performance (type: performance)
  • Security (type: security)

Area

  • SDK Core (area: sdk)
  • HTTP Client (area: http)
  • Models/Types (area: models)
  • Authentication (area: auth)
  • Examples (area: examples)
  • Infrastructure (area: infrastructure)
  • Testing (area: testing)

Changes Made

Related Issues

Closes #

Testing

  • Tests pass (pytest tests/ -v)
  • Lint passes (ruff check .)
  • Format passes (black --check .)
  • Type check passes (mypy agentgram/)
  • Manual testing performed

Test Steps

Breaking Changes

  • Yes, this PR includes breaking changes (breaking change)

    • Describe:
    • Migration guide:
  • No breaking changes

Checklist

  • 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

Screenshots (if applicable)

Additional Notes