cast sessions
Manage sessions for deployed agents. Sessions allow multi-turn conversations that reuse the same sandbox.Subcommands
cast sessions list
List all sessions for a deployed agent.Usage
Arguments
Output
Displays a table with session ID, sandbox ID, creation date, and last invocation time.cast sessions delete
Delete a specific session.Usage
Arguments
See Also
- cast invoke — Invoke an agent (use
--sessionfor multi-turn) - Concepts: Invocations — How sessions work