Modules§
Structs§
- Agent
Context - Context passed to agent prompt builders.
- Agent
Invocation - An invocation ready to be sent to the process runner.
- Batch
- Finding
- Fixer
Action - Fixer
Dispute - Fixer
Output - Structured output from the fixer agent.
- Graph
Context Node - Context passed to the planner about existing graph state.
- Planned
Issue - Planned
Node - A single issue node in the planner’s DAG output.
- Planner
Graph Output - Structured output from the planner agent (DAG format with explicit dependencies).
- Planner
Output - Structured output from the planner agent (legacy batch format).
- Review
Output - Structured output from the reviewer agent.
Enums§
- Agent
Role - The four agent roles in the pipeline.
- Complexity
- Complexity classification from the planner agent.
- Severity
Functions§
- invoke_
agent - Invoke an agent via the command runner.
- parse_
fixer_ output - Parse structured fixer output from the fixer’s text response.
- parse_
planner_ graph_ output - Parse planner output as a DAG. Tries the new format first, converts legacy batch format into equivalent DAG nodes if needed.
- parse_
planner_ output - Parse structured planner output from the planner’s text response.
- parse_
review_ output - Parse structured review output from the reviewer’s text response.