Expand description
SessionWorkspace — the isolated workspace for a single agent session.
Each workspace owns a FileOverlay and a SessionGraph, pinned to a
base_commit in the repository. Reads go through the overlay first, then
fall back to the Git tree at the base commit.
Structs§
- File
Read Result - Result of reading a file through the workspace layer.
- Session
Workspace - An isolated workspace for a single agent session.
Enums§
- Workspace
Mode - Controls the lifetime semantics of a workspace.
- Workspace
State - Lifecycle state of a workspace.