Releases: i-am-bee/bee-agent-framework
Releases · i-am-bee/bee-agent-framework
v0.0.12
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
- agent: rendering of empty lines in prompt (#18) (8aad96e)
- llm: stream method (9e47f1a)
- utils: prevent unhandledRejection (f74a4f5)
v0.0.11
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)
v0.0.10
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)
v0.0.9
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)
v0.0.8
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)
v0.0.7
0.0.7 (2024-09-02)
Features
- agent: group iterations, add meta property (ec9fb96)
v0.0.6
0.0.6 (2024-09-02)
Features
- agent: extends bee success event (889da33)
- react: emit
toolError
event for an invalid input (cd33204)
- tools: update python tool output file prefix (716e74d)
Fixes
- remove modules index file (6c5f045)
v0.0.5
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)
v0.0.4
0.0.4 (2024-08-29)
Features
- pin bee-proto and code interpreter (79513cf)
v0.0.3
0.0.3 (2024-08-28)
- bam: add llama3 to preset (5d8df8c)
- react: improve max retries error message (54895f9)
- update .env.template (7ebad1f)