Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservedProcess ¶
type Result ¶
type Result struct {
RunID string `json:"run_id"`
RolloutID string `json:"rollout_id"`
BaseSnapshotID string `json:"base_snapshot_id"`
AttemptID string `json:"attempt_id"`
SessionID string `json:"session_id"`
ToolCallID string `json:"tool_call_id"`
ProcessID string `json:"process_id"`
Workdir string `json:"workdir"`
Command string `json:"command"`
ExitCode int `json:"exit_code"`
Status string `json:"status"`
WallMS int64 `json:"wall_ms"`
ChangedFiles []string `json:"changed_files"`
RootPID int64 `json:"root_pid"`
Observed []ObservedProcess `json:"observed"`
OrphanPolicy string `json:"orphan_policy"`
SampleIntervalMS int64 `json:"sample_interval_ms"`
PostRootGraceMS int64 `json:"post_root_grace_ms"`
CWD string `json:"cwd"`
StartedAt string `json:"started_at"`
EndedAt string `json:"ended_at"`
FailureReason string `json:"failure_reason"`
}
Click to show internal directories.
Click to hide internal directories.