| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 17 hours ago | 1.6 kB | |
| v2.3.17 source code.tar.gz | < 17 hours ago | 18.5 MB | |
| v2.3.17 source code.zip | < 17 hours ago | 20.6 MB | |
| Totals: 3 Items | 39.1 MB | 0 | |
Changelog
New Features:
- ChromaDB Hybrid Search: Added support for hybrid search using dense vector similarity search (semantic) with full-text search (keyword/lexical) using RRF fusion for local chroma db.
- Remote Agents: Added the
RemoteAgent,RemoteTeamandRemoteWorkflowclasses enabling usage of Agents, Teams and Workflows running on a remote AgentOS. Docs coming soon. - Remote AgentOS client: Added the
AgentOSClientclass enabling usage of an AgentOS running remotely. Docs coming soon.
Improvements:
- SemanticChunking Embedder Support: Use any embedder with semantic chunking - pass a model string, any Agno embedder (AzureOpenAI, Mistral, etc.), or custom chonkie BaseEmbeddings implementation.
- Reconnection for Workflows via socket: Extended the existing websocket implementation for workflows to be reconnected via socket in case of interruption in AgentOS client.
What's Changed
- fix: handle db closures by @dirkbrnd in https://github.com/agno-agi/agno/pull/5765
- feat: add hybrid search support for chroma by @kausmeows in https://github.com/agno-agi/agno/pull/5785
- fix: SemanticChunking to support custom embedders [SDK-401] by @harshsinha03 in https://github.com/agno-agi/agno/pull/5781
- feat: Remote Agents Part 1 by @dirkbrnd in https://github.com/agno-agi/agno/pull/5650
- feat: workflows reconnection support via socket by @kausmeows in https://github.com/agno-agi/agno/pull/5787
- chore: Release 2.3.17 by @kausmeows in https://github.com/agno-agi/agno/pull/5790
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.16...v2.3.17