Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
python_v0.1.26 source code.tar.gz | 2025-06-26 | 1.1 MB | |
python_v0.1.26 source code.zip | 2025-06-26 | 1.8 MB | |
README.md | 2025-06-26 | 910 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
Bug Fixes
- agents: Remove extra new lines in the system prompt (RequirementAgent).
- backend: Remove unsupported tool choices for strict environments.
- backend: Handle aliases for base_url/api_base in the EmbeddingModel (#888).
Features
- adapters: Add Mistral AI backend provider.
- tools: Switch to httpx from requests in OpenMeteoTool; add proxy support.
- agents: Improve cycle prevention mechanism.
- logger: Improve logging in GlobalTrajectoryMiddleware.
- tools: Update the description of the ThinkTool.
- tools: Ignore case sensitivity for OpenMeteoTool's temperature_unit parameter.
- tools: Update the description of the WikipediaTool.
- adapters: Update ACP SDK.
- backend: Allow setting headers for Ollama via ENV.
Full Changelog: https://github.com/i-am-bee/beeai-framework/compare/python_v0.1.25...python_v0.1.26