Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 753 Bytes

File metadata and controls

32 lines (21 loc) · 753 Bytes

Description

Brief description of the changes.

Type of Change

  • 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

Changes Made

Related Issues

Closes #

Testing

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

Checklist

  • 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