Skip to content

v0.2.0

Choose a tag to compare

@larsderidder larsderidder released this 12 Feb 16:32
· 22 commits to main since this release

Added

  • Runner protocol and registry framework
    • Runner protocol for agent backends
    • RunnerEvents protocol with 10 event callbacks
    • RunnerRegistry for factory-based runner creation
    • RunnerUnavailableError exception
  • Comprehensive test suite (41 tests)
  • Full documentation in README.md

Changed

  • Simplified package scope to bridges + runner protocol only
  • Updated documentation to reflect focused scope
  • Improved example code in README