A
Agno
DEVOPS
Velocity5.0
Agno is broadening model coverage and hardening the managed-agent path release by release.
agent-frameworkmodel-providersmanaged-agentscorrectness-fixesobservability
◆Current state
Agno ships frequent, tightly-scoped point releases for its agent framework. The recent run is dominated by provider breadth (DeepSeek V4 defaults, Gemini Interactions via model string, Google Antigravity support) and correctness fixes on the managed-agent path — server-side tool-call handling, deterministic temperature, and fuller approval records for post-hooks and observability.
◆Where it's heading
Two arcs run in parallel: widening the set of models and managed-agent backends Agno supports out of the box, and removing the sharp edges that broke agents on hosted provider paths. The just-prior Antigravity integration signals a push toward giving agents managed sandboxes without operators building them.
◆Prediction
Expect continued provider and managed-backend expansion alongside reliability fixes on hosted agent paths, with more first-party sandbox integrations following the Antigravity work.
◆Recent moves
- 25d ago
Generate Word documents straight from your agents
- 25d ago
Reference Gemini Interactions by model string
The model-string parser now recognizes the google-interactions provider, so GeminiInteractions can be selected by string rather than imported and constructed. A small convenience aligning it with other providers.
- 25d ago
Pick up output files from the RunCompleted event
The RunCompleted event now carries a files field, so listeners can grab a run's output files directly off the event instead of fetching separately. A real ergonomics gain for anything reacting to run completion.
- 25d ago
Run agents on four new model providers
- 25d ago
Refresh DeepSeek V4 thinking mode and defaults
Updates DeepSeek V4 thinking mode and default settings so agents on that model run against current, sensible defaults out of the box. Fits the ongoing provider-coverage maintenance.
- 25d ago
Stream sub-agent events from context providers