Ownership
| Object | Owns |
|---|---|
| Deployment | Immutable agent and sandbox configuration |
| Run | Conversation, workspace, active sandbox and applied deployment |
| Response | One requested turn and its output state |
| Sandbox | Replaceable compute for the run |
Response states
| Status | Meaning |
|---|---|
queued | Accepted and waiting to start |
in_progress | Provider or tool execution is active |
completed | Response completed and required durability work succeeded |
failed | Response execution or required post-turn work failed |
cancelled | Response was intentionally cancelled |
incomplete | Execution stopped without a complete response |
Run and response states can differ
A response can complete successfully and the run can later become stopped or cancelled during cleanup. Salambo interprets this case as:Cancellation
Cancel a response when the client no longer needs active work:- aborts active provider work;
- clears queued steering and follow-up messages;
- settles the runtime lifecycle;
- stops active sandbox compute through run cleanup.