Releases: i-am-bee/beeai-framework
Releases · i-am-bee/beeai-framework
typescript_v0.1.15
Features
- adapters: add MCP serve integration (#855) (40a00d4)
- agents: add ACP and BeeAIPlatform serve integration (replace RemoteAgent) (#850) (866be8c)
Full Changelog: typescript_v0.1.14...typescript_v0.1.15
python_v0.1.22
Features
- agents: Add experimental RequirementAgent (#852)
- adapters: Add session support for ACP (#854)
- adapters: Add A2A serve module integration (#845)
- adapters: Add EmbeddingModel adapters (#814)
- agents: Enable parser options in Python like they are enabled in TypeScript (#856)
🥳 Check out our new experimental RequirementAgent
that combines the power of LLMs, tools, and requirements, all wrapped in a declarative interface. This approach will soon become a default building block for building agents and will replace the others.
Full Changelog: python_v0.1.21...python_v0.1.22
python_v0.1.21
typescript_v0.1.14
python_v0.1.20
typescript_v0.1.13
python_v0.1.19
typescript_v0.1.12
Bug Fixes
Full Changelog: typescript_v0.1.11...typescript_v0.1.12
python_v0.1.18
Bug Fixes
- backend: make ChatModel temperature a float instead of an int (#784)
Features
- backend: improve settings propagation and env loading (#790)
- tools: improve type hints for JSONToolOutput (#785)
Full Changelog: python_v0.1.17...python_v0.1.18
python_v0.1.17
Features
- allow consuming Run instance as an async generator (#778)
- make ACP SDK an optional dependency
Full Changelog: python_v0.1.16...python_v0.1.17