Agents
Agno 3.0.0a3 adds CodeMode with result offloading so tool output never enters the context window
The 21 August alpha lands CodeMode for agents and teams with a result_store handle, letting tool results be offloaded and referenced instead of pasted into context, plus media offloading from the database to local disk, S3 or GCS. Performance work dominates the rest: agent import drops from 233 ms to 147 ms, InMemoryDb moves to O(1) session lookups keyed on session_id, and per-turn history and session-save cost in long conversations is cut. It also adds MigrationRequiredError for stale schemas, isolates entity memory rows per user under the user namespace, and ships a cross-framework performance benchmark suite in the cookbook.
↳ Follow the thread