Skip to content

v0.2.1

Latest

Choose a tag to compare

@abrookins abrookins released this 22 Jan 21:00

What's New

A2A SDK Compatibility

  • SDK v0.3.x support: Full compatibility with the latest a2a-sdk v0.3.x releases
  • SDK v0.2.x support: Maintains backward compatibility with a2a-sdk v0.2.16+
  • Pydantic model reconstruction: Fixed model compatibility for the A2A framework

Improvements

  • 100% test coverage: Comprehensive test suite covering all components
  • TaskStore updates: Updated for latest a2a-sdk compatibility
  • Stream-based QueueManager: Fixed for latest a2a-sdk compatibility

Infrastructure

  • Simplified versioning: Version now defined in __init__.py only
  • GitHub Releases workflow: Automated PyPI publishing via GitHub Releases
  • Contributing guide: Added documentation for development setup and releases