Releases: i-am-bee/beeai-framework
Releases · i-am-bee/beeai-framework
typescript_v0.1.24
python_v0.1.75
Bug Fixes
- agents: event propagation and malformed tool calls (#1381)
- adapters: propagate AgentStackChatModel settings (#1379)
Full Changelog: python_v0.1.74...python_v0.1.75
typescript_v0.1.23
Features
- backend add support for tool call streaming, RequirementAgent updates (#1366) (426de7b)
- tools: add Handoff Tool (#1365) (699508b)
- agents: deprecate ToolCallingAgent (#1363) (eab5eba), closes #1362
Bug Fixes
- middlewares: prevent events duplication in the GlobalTrajectoryMiddleware (a3f21eb)
- middlewares: handle incorrect import (22c21f5)
Full Changelog: typescript_v0.1.22...typescript_v0.1.23
python_v0.1.74
Bug Fixes
- adapters: remote AgentStack server connection (#1360)
Features
- agents: add LiteAgent (#1355)
- backend: add allow_prompt_caching flag to the ChatModel class (#1368)
- agents: performance improvements
Full Changelog: python_v0.1.73...python_v0.1.74
typescript_v0.1.22
Features
- agents: Introduce
RequirementAgent(#1357) (b942faa), closes #1027 - middlewares: Add
GlobalTrajectoryMiddleware(b942faa) - emitter: Update
RunContextevents and add support for intercepting executions (b942faa) - emitter: Extend
Emitterto support priority when registering callbacks (b942faa) - templates: Add an
updatemethod to thePromptTemplateclass (b942faa) - agents: Add a
middlewaresproperty to theBaseAgent(b942faa) - tools: Add
ThinkTool(b942faa)
Full Changelog: typescript_v0.1.21...typescript_v0.1.22
python_v0.1.73
Bug Fixes
- adapters: disable support for top-level union operators in Bedrock
Features
- agents: deprecate the ToolCalling agent (#1354)
- adapters: improve change propagation in
AgentStackChatModel(#1350)
Full Changelog: python_v0.1.72...python_v0.1.73
python_v0.1.72
Bug Fixes
- agents: handle prompt caching edge cases in the RequirementAgent with Bedrock
- adapters: update the AgentStack form extension (#1344)
Features
- agents: add cost and token usage information to the output
- adapters: allow passing an API key for Bedrock
Full Changelog: python_v0.1.71...python_v0.1.72
python_v0.1.71
Bug Fixes
- logger: use BEEAI_LOG_LEVEL env variable (#1332)
Features
- agents: apply prompt caching strategy to RequirementAgent (#1340)
- adapters: update AgentStack sdk
- adapters: add default parameters for AgentStackAgent factory method (#1336)
- adapters: add option to disable A2A streaming (#1330)
Full Changelog: typescript_v0.1.21...python_v0.1.71
typescript_v0.1.21
python_v0.1.70
Bug Fixes
- adapters: langchain text_splitter types and refactor
Features
- adapters: improve error handling for Groq
Full Changelog: python_v0.1.69...python_v0.1.70