Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-26 | 1.4 kB | |
v2.0.11 source code.tar.gz | 2025-09-26 | 13.1 MB | |
v2.0.11 source code.zip | 2025-09-26 | 14.7 MB | |
Totals: 3 Items | 27.8 MB | 0 |
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 https://github.com/agno-agi/agno/pull/4804
- fix: resolve
user_id
not being passed when creatingRunOutput
for response ofagent.run()
by @nebulaanish in https://github.com/agno-agi/agno/pull/4765 - fix: agno infra settings by @ysolanky in https://github.com/agno-agi/agno/pull/4802
- [feat] Add metadata support to LiteLLM model by @aviscode in https://github.com/agno-agi/agno/pull/4814
- fix: update mcp toolbox cookbook by @manuhortet in https://github.com/agno-agi/agno/pull/4807
- feat: improve AgentOS registering of dbs and mcp tools by @manuhortet in https://github.com/agno-agi/agno/pull/4811
- chore: Release 2.0.11 by @ysolanky in https://github.com/agno-agi/agno/pull/4821
New Contributors
- @kiendoantrung made their first contribution in https://github.com/agno-agi/agno/pull/4804
Full Changelog: https://github.com/agno-agi/agno/compare/v2.0.10...v2.0.11