Changelog
New Features:
- MCP Toolbox: new Toolkit to provide your Agents with access to Google’s MCP Toolbox for Databases.
- Bulk DB writing: all DB implementations now support writing multiple Sessions and Memories with one DB call.
- Ollama Cloud: Added support for Ollama cloud.
- Handle session_state: the AgentOS run endpoints now support receiving the
session_state
anddependencies
parameters
Improvements:
- Ollama Cloud: Ollama Model class now supports use of Ollama Cloud via an API key
- AgentOS WhatsApp interface: allow adjusting the WhatsApp version to use with the interface.
- Workflows support for Slack interface: Workflows can now be used in AgentOS together with the Slack interface.
- Scrape Graph Toolkit: New methods added to the Scrape Graph Toolkit.
- Raise on Storage errors: Raise any critical errors that happen when reading or writing from a database, instead of logging them.
- V2 Migration script: batch operations to support and speed up migrating large tables.
Bug Fixes:
- AgentOS chat: Fixed a bug where user messages would be displayed in the wrong order.
- V2 Migration script: Add support for schemas pertaining to older Agno versions.
- HuggingFace Model Class: Fixed a bug with tool call streaming for HF model class
What's Changed
- fix: whatsapp version always defaulting v22.0 by @mishramonalisha76 in #4751
- feat: handle large tables in the migration script by @manuhortet in #4734
- fix: migration script session field mapping fixes by @manuhortet in #4753
- feat: add workflows support in slack interface by @kausmeows in #4754
- [docs] update wrong code path in
CONTRIBUTING.md
by @b41sh in #4752 - Feat: add MCP Toolbox for Databases Toolkit by @ajshedivy in #4010
- fix: Reasoning model run by @dirkbrnd in #4756
- feat: Ollama cloud model support by @Mustafa-Esoofally in #4763
- feat: Update scrapegraph toolkit by @VinciGit00 in #4468
- fix: huggingface model class by @ysolanky in #4768
- [fix] preserve team run created_at timestamp by @Nishant-Sagar in #4764
- fix: whatsapp interface always calling sync function by @mishramonalisha76 in #4770
- feat: handle session_state as kwarg in the OS run endpoints by @manuhortet in #4778
- fix: anthropic format tools by @ysolanky in #4780
- fix: get_run_input OS util to use the right user message by @IAseven in #4777
- fix: raise on storage error by @manuhortet in #4761
- [Fix] reasoning for thinking models by @Mustafa-Esoofally in #4760
- fix: agentos datetime serialization by @ysolanky in #4783
- chore: Release 2.0.9 by @ysolanky in #4782
New Contributors
- @b41sh made their first contribution in #4752
- @ajshedivy made their first contribution in #4010
- @IAseven made their first contribution in #4777
Full Changelog: v2.0.8...v2.0.9