Releases: i-am-bee/bee-agent-framework
Releases · i-am-bee/bee-agent-framework
v0.0.44
v0.0.43
v0.0.42
v0.0.41
0.0.41 (2024-11-19)
Features
- adapters: add AWS Bedrock LLM provider (#168) (23656bd), closes #122
- adapters: add llama-3-1-8b to vllm, remove qwen2 templates (#172) (b333594)
- agents: serialize isRunning state (f5b7abe)
- internals: add recursiveSplitString and mergeStrings utility functions (d82be6e)
- internals: make findFirstPair handles longer sequences (c00efbe)
- tools: make tools composable (#169) (33f1db5), closes #166
- tools: reduce number of iterations needed for SQLTool (#174) (cc221a3)
Bug Fixes
v0.0.40
v0.0.39
0.0.39 (2024-11-13)
Features
- adapters: load watsonx region from env (7ab61f0)
- agents: granite agent (#159) (102b9be), closes #145
- agents: use constraint decoding for tool names in Bee (#161) (ad55531)
- instrumentation: implement OpenTelemetry instrumentation (2cc1ef4)
- tools: add elasticsearch (#138) (31c3559)
- tools: openMeteo optimization (#155) (c228ee2), closes #110
Bug Fixes
- llms: correctly handles a signal abortion (1b0d514)
v0.0.38
v0.0.37
0.0.37 (2024-11-07)
⚠ BREAKING CHANGES
Features
- agent: remove tool caption from Bee agent (#154) (d84beeb), closes #153
- llm: add Granite 3.0 models to WatsonXChatLLM Preset (1e6aa37)
- llm: set temperature to 0 for OpenAI LLM adapter (ea84808)
- template: make validateInput method public (34156b7)
- tool: add public parse method (f97f73a)
- tool: improve wikipedia results filtering (#143) (2529a0c), closes #142
- tool: remove pagination from search tools (f93d181)
v0.0.36
v0.0.34
0.0.34 (2024-10-28)
Features
- tools: add additional validation for DynamicTool (#100) (b69d64c)
- agent: make bee runner easier to override (e7b99a0)
- agent: make bee runner serializable (c8960ce)
- llm: export templateSchemaFactory (8fce700)
- llm: set ollama host from env (4712e87)
- tools: improve python PDF capabilities (#108) (9e107d7)