Skip to content

Releases: i-am-bee/bee-agent-framework

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)

v0.0.54

18 Dec 14:50
Compare
Choose a tag to compare

0.0.54 (2024-12-18)

Features

  • agents: granite 3.1 support (#257) (56045d6)
  • adapters: add embedding support for Groq (4673b5e)
  • adapters: add embedding support for IBM vLLM (#251) (2925dfc)
  • adapters: add presets for Granite 3.1 in WatsonX and IBM vLLM (#250) (972681f)
  • adapters: extends Ollama embedding options (d3c9364)
  • adapters: extends OpenAI embedding options (ff96251)
  • agents: extend bee start event (#224) (368aa2a)
  • agents: improve streamlit agent prompt (#256) (747a052)

v0.0.53

13 Dec 08:25
Compare
Choose a tag to compare

0.0.53 (2024-12-13)

Features

  • agents: improve parsing in Streamlit agent (686b59b)
  • agents: update Bee system prompt (#249) (4fff94a)
  • tools: prevent python tool use for summarization (#247) (0e69d11)
  • tools: propagate agent's runner memory to tools (#242) (0407c66)

Bug Fixes

  • agents: granite runner fixes, docs and examples updates (#243) (6d0c7c5)
  • agents: use the userEmpty template for an empty input in Bee (637368d)
  • instrumentation: assert raw prompt (#248) (24546c9)
  • llms: add missing events for stream method (9a82d29)
  • tools: verify that the end date is later than the start date in OpenMeteo tool (#244) (eee4cb5)

v0.0.52

10 Dec 13:07
Compare
Choose a tag to compare

0.0.52 (2024-12-10)

Features

  • adapters: implement embed (#210) (84a3bf4)
  • agents: update streamlit agent prompt (#240) (b73a2e5)
  • agents: update streamlit agent prompt to write async code (#239) (2bd9c39)
  • cache: propagate self to custom cache keys (85a27d2)
  • tools: update cache policies (9613472)

Bug Fixes

  • agents: connect RePlan emitter to the root one (7f79d5f)
  • cache: retrieve descriptors for inherited members (df52337)