Skip to content

v0.3.0

Choose a tag to compare

@tomkis tomkis released this 25 Aug 11:28
· 1065 commits to main since this release
d06fd48

πŸš€ Release Notes – v0.3.0

Key Updates

Transition to A2A Protocol

  • The platform has fully transitioned to the Agent-to-Agent (A2A) protocol.
  • Brand new BeeAI SDK to replace ACP SDK
  • All agents ported to A2A.

BeeAI SDK Extensions

  • Expanded SDK with new capabilities based on top of Extensions concept in A2A:
    • LLM service extension
    • Agent detail extension
    • Embedding service extension
    • Platform client extension
  • Added support for citations, trajectory, and MCP via extensions.

Context-scoped tokens and resources

  • API server allows generation of context-scoped tokens that can be used to authenticate for individual endpoints
  • Fine grain control over LLM configuration, Files - all properly scoped within context (conversation)

Chat Agent Improvements

  • Added citations and trajectories.
  • New support for file uploads.
  • Removed legacy ACP dependencies.
  • Ported into A2A
  • Improved tool calling

User Feedback feature

  • New functionality that allows up/down-voting of agent response
  • Response feedback currently stored inside cluster's PSQL

Full Changelog

v0.2.20...v0.3.0

What's Changed

New Contributors

Full Changelog: v0.2.20...v0.3.0