Changelog
Improvements:
- LiteLLM: Add metadata and additional fields to LiteLLM Model class
- AgentOS: Update the logic to find and register MCP tools when setting up an AgentOS instance
- AgentOS: Update the logic to find and register DBs, to reject incompatible db instances with same ids
Bug Fixes:
- user_id not being passed when creating RunOutput: Fixed a bug where user_id was not being added to RunOutput
What's Changed
- [fix] Resolve ImportError for LlamaIndexVectorDb by @kiendoantrung in #4804
- fix: resolve
user_id
not being passed when creatingRunOutput
for response ofagent.run()
by @nebulaanish in #4765 - fix: agno infra settings by @ysolanky in #4802
- [feat] Add metadata support to LiteLLM model by @aviscode in #4814
- fix: update mcp toolbox cookbook by @manuhortet in #4807
- feat: improve AgentOS registering of dbs and mcp tools by @manuhortet in #4811
- chore: Release 2.0.11 by @ysolanky in #4821
New Contributors
- @kiendoantrung made their first contribution in #4804
Full Changelog: v2.0.10...v2.0.11