| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-30 | 2.6 kB | |
| v2.2.4 source code.tar.gz | 2025-10-30 | 9.9 MB | |
| v2.2.4 source code.zip | 2025-10-30 | 11.6 MB | |
| Totals: 3 Items | 21.5 MB | 0 | |
Changelog
New Features:
- Granular control of history messages: Add
num_history_messagesto control how many messages to consider when getting them from history. - Update AgentOS instances from lifespan functions: You can know gain access to the contextual AgentOS instance in lifespan functions. This is useful to update anything inside the AgentOS instance after it has already been initialized and run.
Improvements:
- Handle media in dict inputs: Media instances are now supported when providing the input for a run as a dictionary, instead of as a list of Messages.
- Client persistence for all models: All model implementations now cache and reuse their HTTP clients when possible.
Bug Fixes:
OllamaEmbeddernot respecting custom dimensions parameter: FixedOllamaEmbedderto properly pass thedimensionsparameter to the Ollama API during embedding generation.- Metrics calculation: Fix a problem when persisting metrics calculations when using a model with
:in its name. - Agentic memory deletion: Fix a bug related to user memory deletion when using agentic memory management.
What's Changed
- Fix: OllamaEmbedder not respecting custom dimensions parameter by @ron-42 in https://github.com/agno-agi/agno/pull/5222
- fix: handle images in dict input by @manuhortet in https://github.com/agno-agi/agno/pull/4963
- [fix] Persist model clients and improve http_client type safety [SDK-60] by @harshsinha03 in https://github.com/agno-agi/agno/pull/5168
- Revert "fix: Persist model clients and improve http_client type safety [SDK-60]" by @manuhortet in https://github.com/agno-agi/agno/pull/5235
- feat: Num history messages by @dirkbrnd in https://github.com/agno-agi/agno/pull/5120
- [fix] : change file name from agent_os/mcp to agent_os/mcp_demo by @pritipsingh in https://github.com/agno-agi/agno/pull/5238
- fix: calculate_date_metrics model id and provider parse error by @sangxiaolong in https://github.com/agno-agi/agno/pull/5084
- fix: add id param to AsyncPostgresDb by @manuhortet in https://github.com/agno-agi/agno/pull/5243
- feat: enable memory deletion by default by @manuhortet in https://github.com/agno-agi/agno/pull/5234
- feat: support updating an OS instance in a FastAPI lifespan function by @manuhortet in https://github.com/agno-agi/agno/pull/5237
- chore: v2.2.4 by @manuhortet in https://github.com/agno-agi/agno/pull/5245
New Contributors
- @sangxiaolong made their first contribution in https://github.com/agno-agi/agno/pull/5084
Full Changelog: https://github.com/agno-agi/agno/compare/v2.2.3...v2.2.4