Releases: i-am-bee/bee-agent-framework
Releases · i-am-bee/bee-agent-framework
v0.0.22
0.0.22 (2024-10-02)
Features
- agent: prevent emitting tool output update during streaming (94ab4fe)
- agent: update bee system prompt, tools description (#48) (83fdb26)
- llm: add ibm-vllm adapter (ec4e455)
Bug Fixes
- tools: wikipedia - remove records that did not pass the filtering criteria (46ce792)
Full Changelog: v0.0.21...v0.0.22
v0.0.21
0.0.21 (2024-10-02)
Features
- agent: extend line prefix parser error messages (20efff2)
- code-interpreter: update configuration and readme (70280a9)
- code-interpreter: update to 0.0.11 (#41) (f136a09)
- llm: add llama3-8b to BAM chat preset (8f6be11)
- serializer: supports serialization for class with the same name (11cab93)
- tools: add langchain adapter (332edce), closes #42
- tools: rename GoogleCustomSearch to GoogleSearch (087351f)
- tools: update abort signal propagation (f718236)
Full Changelog: v0.0.20...v0.0.21
v0.0.20
v0.0.19
0.0.19 (2024-09-27)
Features
- agent: add generic line prefix parser (#35) (2c39c6a)
- agent: add tools property to agent's metadata (59036b1)
- agent: improve invalid json parsing (da7c7e6)
- agent: improve parser typings (a86d85d)
- agent: switch to a new system prompt (#38) (9f41663)
- tool: add sql tool (#24) (719d80d)
- tool: OpenMeteo - add optional country parameter (a3612a5), closes #36
- tools: update Python tool description (b1f6104)
Bug Fixes
v0.0.18
0.0.18 (2024-09-24)
Features
- agent: update tool error handling (d403665)
- cache: extend instance abilities (cb7ccc9)
- llm: add bam adapter verbose example (7db2835)
- llm: add fromTemplate factory to the JSON driver (6d3b356)
- llm: add types for watsonx llm inference parameters (312626d)
- llm: make drivers serializable (05d6dbb)
- llm: set default parameters for groq (82daecd)
- llm: set default parameters for ollama (0eecb65)
Bug Fixes
- casting boolean envs (5994152)
v0.0.17
v0.0.16
v0.0.15
0.0.15 (2024-09-13)
Features
- agent: disable repetition checker by default (0a5f8ac)
- agent: parser ignores empty chunks (cbceb87)
- agent: propagate python file identifier to the system prompt (334e90f)
- groq: add llm adapter (#20) (5abb614)
- llm: add drivers (f38cee4)
- watsonx: add llama3.1-405b to the preset (8a93496)
Bug Fixes
- agent: update guided setting (19f11cf)