Path Parameters
Response
Successful Response
Information about a conversation running locally without a Runtime sandbox.
Unique conversation ID
The agent running in the conversation. This is persisted to allow resuming conversations and check agent configuration to handle e.g., tool changes, LLM changes, etc.
Mixin providing local workspace operations.
- LocalWorkspace
- RemoteWorkspace
Directory for persisting conversation state and events. If None, conversation will not be persisted.
Maximum number of iterations the agent can perform in a single run.
x > 0Whether to enable stuck detection for the agent.
Enum representing the current execution state of the agent.
idle, running, paused, waiting_for_confirmation, finished, error, stuck - AlwaysConfirm
- ConfirmRisky
- NeverConfirm
List of activated knowledge skills name
Conversation statistics for tracking LLM metrics
Manager for handling secrets and sensitive data
User-defined title for the conversation
A snapshot of metrics at a point in time.
Does not include lists of individual costs, latencies, or token usages.

