Skip to main content

Module types

Module types 

Source
Expand description

Normalized code-agent results and the JSON shapes emitted by agents’ output modes (issue #11).

Structs§

AgentRun
A normalized end-to-end run result, independent of which agent produced it.
AgentVersion
A parsed --version result: a best-effort version number plus the raw line.
ClaudeResult
The JSON shape of claude -p --output-format json. Only the normalized fields are named; everything else rides along in AgentRun::raw.
DetectedAgent
A code-agent CLI detected on PATH, with its resolved version.