The Primitives
The Two Loops
Deploy Loop
- Write or change agent code.
- Run
tu deploy. - Terminal Use creates a new version.
- That version becomes active on the branch’s environment.
Run Loop
- Create or choose a filesystem.
- Create a task against an agent.
- Send events to the task.
- Read streamed messages and persisted state.
- Pull the filesystem back out if you need the results locally.
What Gets Mounted Into Runtime
When a task runs with a filesystem attached, the runtime sees:
Agent code itself is mounted separately and read-only inside the sandbox.