Agno
Agno keeps building the operations layer around its agents, not just the agents.
◆Recent moves
- 7d ago
Followup suggestions in Agno: give users their next question
Setting followups=True on an Agent or Team returns ready-to-run next prompts on response.followups, generated by a second model call after the main response. It is the first thing in this window built for the end user of an agent rather than its operator, but the mechanism is the same optional-flag pattern the rest of the release notes follow.
- 20d ago
Run knowledge search on OpenSearch, with hybrid built in
OpenSearch joins the supported vector stores with vector, keyword and hybrid search in sync and async form. The argument is consolidation: teams already running OpenSearch for logs can back a knowledge base with it instead of standing up a second store.
- 20d ago
Give your agents a voice with Smallest AI
SmallestTools adds text-to-speech through Smallest AI's Lightning models, running on Agno's own HTTP client so there is nothing extra to install. Another provider slotted into the toolkit surface rather than a change in what agents can do.
- 20d ago
Poll the status of background metrics refreshes
Adds a way to poll whether a background metrics refresh has finished. Plumbing for a job that already ran on its own schedule.
- 23d ago
Ask your AgentOS how it's doing, in plain English
⚡ SPARKThe platform becomes something an agent can interrogate about itself, which is a different posture than shipping a dashboard for humans to read.
- 23d ago
Break down agent latency and errors in your traces
Traces gain a breakdown of where latency and errors accumulate across an agent run. Useful once runs are long enough that a single duration number stops explaining anything.