Skip to main content

Module execution

Module execution 

Source
Expand description

How a case is executed: which sandbox it gets and where the agent runs.

Structs§

AgentSpec
In-sandbox agent entrypoint. Credentials are injected at sandbox creation and never baked into the image, so this carries no secrets.
EvalBudget
EvalTurn
ExecutionSpec
SandboxMountSpec
VerifyCommand
WorkspaceSpec
Declarative subset of the Workspace CreateSandboxRequest. Evaluate never builds images or templates; it only references what Workspace published.

Enums§

ExecutionMode
Where the agent process lives. The evidence, trace and metric models are identical for both; only the agent’s location and credential delivery differ. mode participates in the case digest so results produced under the two semantics are never merged into one trend line.
SandboxPlacement
SpaceAccessMode
TraceLevel
Fidelity of the trace a driver can produce. A metric may never claim more than its trace can support, so this is part of the contract rather than an operational detail.