Skip to content

Latest commit

 

History

History
198 lines (121 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

198 lines (121 loc) · 13.4 KB

Changelog

0.0.17 (2024-09-16)

Bug Fixes

  • agent: update prompt template schemas (5373835)

0.0.16 (2024-09-16)

Features

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

Bug Fixes

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

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)

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)

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)

0.0.12 (2024-09-09)

Features

  • agent: add memory getter to the base class (bf985d1)
  • agent: add runner config (36eff24)
  • agent: premature stop on sequence repetition (d54eb2a)
  • observability: propagate current instance to async scope (085d69a)

Bug Fixes

  • bee-agent: rendering of empty lines in prompt (#18) (8aad96e)
  • llm: stream method (9e47f1a)
  • utils: prevent unhandledRejection (f74a4f5)

0.0.11 (2024-09-06)

Features

  • agent: unify user's input formatting (b6e4b02)
  • agent: update runner memory setting (adb6a7e)
  • memory: add sync mechanism to the TokenMemory (63975c9)

0.0.10 (2024-09-06)

Features

  • agent: allow to run with an empty prompt (8622e2d)
  • execution: propagate runParams to RunContext (925f7d8)
  • tool: add calculator tool (#10) (2af8af7)
  • tool: update openMeteo default settings (ad4bb21)

0.0.9 (2024-09-04)

Features

  • agent: add template for tool not found error (c4ea1c8)
  • custom-tool: add ssl support for code interpreter (#14) (7de84d1)
  • example: add bee advanced example (775c21c)
  • examples: use bee-agent-framework in imports (50f7d72)
  • template: add support for adding mustache functions (6cda741)
  • tool: improve arxiv (d6df723)
  • utils: change ajv coerceTypes setting (f3489b1)
  • watsonx: make second parameter in preset required (6d45901)

Bug Fixes

  • agent: make templates property partial (01e63e4)
  • agent: prevent wrapping the same error twice (19328cb)

0.0.8 (2024-09-03)

Features

  • agent: add support for overriding templates (58c89d9)
  • tool: improve arxiv error handling (d4faf00)
  • tool: stop using getters in custom tool (0e25450)

Bug Fixes

  • tool: handle default values in JSON/zod schema (777c684)

0.0.7 (2024-09-02)

Features

  • agent: group iterations, add meta property (ec9fb96)

0.0.6 (2024-09-02)

Features

  • agent: extends bee success event (889da33)
  • react: emit toolError event for an invalid input (cd33204)
  • remove modules index file (6c5f045)
  • tools: update python tool output file prefix (716e74d)

0.0.5 (2024-08-30)

Features

  • bam: refactor chat preset (5f5fa05)
  • python: add custom id support (d23d4f8)
  • watsonx: add chat preset (f4797b8)
  • watsonx: auto load accessToken/apiKey from env (369da92)

Bug Fixes

  • example: fix code interpreter path (7f2f466)

0.0.4 (2024-08-29)

Features

  • example: update bee (ea28b43)
  • pin bee-proto and code interpreter (79513cf)

0.0.3 (2024-08-28)

Features

  • bam: add llama3 to preset (5d8df8c)
  • react: improve max retries error message (54895f9)
  • update .env.template (7ebad1f)

Bug Fixes

  • env script handle existing file (51961af)

0.0.2 (2024-08-27)

Features

  • python: add ignoredFiles support to local storage (4c65b88)

Bug Fixes

  • keep code interpreter related folders in examples (cc8ca40)
  • watsonx: tokenization (399d8cb), closes #3

0.0.1 (2024-08-23)

Features

0.0.2 (2024-08-27)

Features

  • python: add ignoredFiles support to local storage (4c65b88)

Bug Fixes

  • keep code interpreter related folders in examples (cc8ca40)
  • watsonx: tokenization (399d8cb), closes #3

0.0.1 (2024-08-23)

Features