Skip to content
Changelog

Manage session lifecycles programmatically with new AgentOS endpoints

Agno Team

October 23, 20251 min read

We’ve added API endpoints to create empty sessions, fetch a run by ID, and update sessions. This gives teams precise control over session state, enabling cleaner orchestration, simpler retries, and better auditability across multi-turn interactions.

Details

  • Create sessions before input arrives to pre-allocate context and IDs
  • Retrieve a specific run by ID for diagnostics or replay
  • Update sessions to reflect state transitions without side effects

Who this is for: Platform teams building orchestration layers, session managers, or observability pipelines that need reliable session lifecycle control.

Shipped around the same time