Agno v2.1.2 adds an A2A interface for AgentOS and a field-labelled CSV reader for structured knowledge ingestion.
$ git clone --branch v2.1.2 https://github.com/agno-agi/agno.git # already have the repo? check out this version: $ git checkout v2.1.2
- ›Adds
A2Ainterface to AgentOS, enabling Agents, Teams, and Workflows to be exposed and run in Agent-to-Agent (A2A) compatible format. - ›Adds a field-labelled CSV reader that preserves field–value relationships when ingesting CSV knowledge data.
- ›Supports passing
user_idin theforwarded_propsfield when initiating an AG-UI run. - ›Extends AgentOS API routers to accept additional file types, including more audio formats.
- ›Supports local binary paths (e.g.
./script) as MCP server commands in MCPTools andMultiMCPToolsclasses.