Skip to content

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

v0.0.22

02 Oct 15:47
Compare
Choose a tag to compare

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

02 Oct 10:19
Compare
Choose a tag to compare

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

27 Sep 17:21
Compare
Choose a tag to compare

0.0.20 (2024-09-27)

Features

  • tool: add google custom search tool (#34) (ef839da)
  • tools: update Wikipedia tool, remove links, extend interface (ee651c3)

Bug Fixes

  • agent: update constraint decoding regex (8d47cae)

v0.0.19

27 Sep 12:25
Compare
Choose a tag to compare

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

  • llm: watsonx serialization (b1caa9f)
  • tool: OpenMeteo - handle empty geocode result (424e620), closes #36

v0.0.18

24 Sep 10:00
Compare
Choose a tag to compare

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

v0.0.17

16 Sep 14:22
Compare
Choose a tag to compare

0.0.17 (2024-09-16)

Bug Fixes

  • agent: update prompt template schemas (5373835)

v0.0.16

16 Sep 10:04
Compare
Choose a tag to compare

0.0.16 (2024-09-16)

Features

  • llm: export messagesToPromptFactory function (d534012)
  • llm: move drivers under the llm module (8ea5136)
  • tool: update open meteo schema (8736e21)

Bug Fixes

  • llm: llama3.1 add trailing new line (#22) (99ace8f)

v0.0.15

13 Sep 12:55
Compare
Choose a tag to compare

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)

v0.0.14

11 Sep 12:13
Compare
Choose a tag to compare

0.0.14 (2024-09-11)

Features

  • agent: update user prompt (b9303ca)
  • observability: add createdAt to run context (667a30a)

Bug Fixes

  • agent: add createdAt to newly created messages (9313f52)

v0.0.13

11 Sep 10:53
Compare
Choose a tag to compare

0.0.13 (2024-09-11)

Features

  • agent: inject metadata to messages (a10d432)
  • agent: make repetition checker disabled by default (4bc3a60)
  • templates: add schema validation (5a5114d)
  • templates: add support for defaults (8be1adb)
  • tool: update openMeteo tool (5726691)