Skip to main content

Module exec_process

Module exec_process 

Source
Expand description

Run-scoped process sessions behind the model-visible unified exec Tools.

Pipe and PTY are execution details. Both are addressed by one integer session ID and remain strictly scoped to the owning Agent Run.

Structs§

ExecPollResult
ExecSessionEvent
Lossy process activity notification. snapshot remains authoritative when a receiver lags.
ExecSessionId
ExecSessionSnapshot
Authoritative point-in-time view used by UI and lifecycle reducers.
ExecSpawnSpec
ExecWaitOptions
One observation window. Ending this window never terminates the process.
ProcessSupervisor
Run-scoped owner and observer for pipe and PTY execution resources.

Enums§

ExecProcessError
ExecSessionStatus
Monotonic lifecycle of one supervised execution resource.
ExecWaitMode
Determines whether ordinary process output ends a wait early.