Skip to content

Releases: i-am-bee/beeai-framework

typescript_v0.1.15

03 Jun 16:29
Compare
Choose a tag to compare

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

03 Jun 16:35
Compare
Choose a tag to compare

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

15 May 16:22
Compare
Choose a tag to compare

Features

  • adapters: introduce ACP, MCP, and BeeAIPlatform service integrations (#833), (#808), (#838), (#830)
  • agents: prevent cycles in ToolCallingAgent (#832)

Full Changelog: python_v0.1.20...python_v0.1.21

typescript_v0.1.14

06 May 19:59
Compare
Choose a tag to compare

Features

Bug Fixes

  • backend: handle inference calls for custom messages (#822) (a07775d), closes #821

python_v0.1.20

06 May 19:58
Compare
Choose a tag to compare

Bug Fixes

  • backend: Updated types for chat model parameters (#806)

Features

  • workflows: Extended the AgentWorkflow state
  • backend: Detect invalid tool calls caused by the max token constraint (#820)
  • tools: Improved schema parsing in OpenAPITool (#815)
  • agents: Added save_intermediate_steps to AgentWorkflow

typescript_v0.1.13

29 Apr 13:38
Compare
Choose a tag to compare

0.1.13 (2025-04-29)

Features

  • agents: rewrite RemoteAgent to ACP (#801) (0c41b6c)
  • internals: update RestfulClient capabilities (#802) (f00ae97)

Bug Fixes

  • internals: prevent double slashes in RestfulClient (fd5a0c8)

python_v0.1.19

29 Apr 14:00
Compare
Choose a tag to compare

Features

  • agent: migrate to newer ACP SDK in RemoteAgent (#794)
  • backend: add EmbeddingModel (#787)
  • backend: add the ability to change the strictness of a tool input and response format schema (#795)

typescript_v0.1.12

23 Apr 18:52
Compare
Choose a tag to compare

Bug Fixes

  • backend: correctly propagate settings to LLM backends (#786) (6b51ebc)

Full Changelog: typescript_v0.1.11...typescript_v0.1.12

python_v0.1.18

23 Apr 19:11
Compare
Choose a tag to compare

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

18 Apr 11:13
Compare
Choose a tag to compare

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