Skip to content

Releases: i-am-bee/beeai-framework

v0.1.2

14 Feb 14:33
Compare
Choose a tag to compare

Features

Bug Fixes

  • adapters: update watsonx chat model parameters (35b608f), closes #313
  • tools: python tool error handling (12d983a)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Feb 21:29
Compare
Choose a tag to compare

0.1.1 (2025-02-11)

Features

  • backend: throw correct error message when no name passed (0dffc8f), closes #298

Bug Fixes

v0.1.0

11 Feb 20:45
Compare
Choose a tag to compare

0.1.0 (2025-02-11)

⚠ BREAKING CHANGES

  • add backend module (#301)
  • update Workflow interface (#310)

📚 See migration guide.

Features

Bug Fixes

  • emitter: matching nested events (0af22ef)

v0.0.61

03 Feb 16:53
Compare
Choose a tag to compare

0.0.61 (2025-02-03)

Features

  • emitter: allow context override (76b6442)
  • emitter: update event matching conditions (7994282)

Bug Fixes

  • agents: add missing isRunning check (beca613)

Full Changelog: v0.0.60...v0.0.61

v0.0.60

03 Feb 08:28
Compare
Choose a tag to compare

0.0.60 (2025-02-03)

Features

  • agents: use user role for schema error message (f05f7a5)
  • tools: update langchain tool typings (6c6f2d0)

Full Changelog: v0.0.59...v0.0.60

v0.0.59

28 Jan 18:05
Compare
Choose a tag to compare

0.0.59 (2025-01-28)

Features

Bug Fixes

Full Changelog: v0.0.58...v0.0.59

v0.0.58

20 Jan 20:11
Compare
Choose a tag to compare

0.0.58 (2025-01-20)

Features

  • tools: add env support for CustomTool (867fcac), closes #225

  • adapters: allow passing client options for OpenAI and AzureOpenAI (bdaa49a)

  • adapters: unify env naming for AzureOpenAI (0eb4448)

v0.0.57

13 Jan 18:28
Compare
Choose a tag to compare

0.0.57 (2025-01-13)

⚠ BREAKING CHANGES

  • adapters: change groq default model from llama3.1 to llama3.3
  • adapters: remove BAM
  • tools: switch PythonTool and CustomTool to HTTP API (#195)

Features

  • adapters: change groq default model from llama3.1 to llama3.3 (0639bdb)
  • adapters: remove BAM (ddecf7f)
  • agents: improve template overriding (#270) (fbf0003)
  • tools: switch PythonTool and CustomTool to HTTP API (#195) (d48f0a9)

v0.0.56

09 Jan 20:13
Compare
Choose a tag to compare

0.0.56 (2025-01-09)

Features

Bug Fixes

  • tools: ddg bump dependency (0fb62ae)

v0.0.55

08 Jan 12:19
Compare
Choose a tag to compare

0.0.55 (2025-01-08)

Features

Bug Fixes

  • tools: add proper wikipedia result types (#267) (873b38d)