Skip to main content

Module agents

Module agents 

Source

Modules§

fixer
implementer
planner
reviewer

Structs§

AgentContext
Context passed to agent prompt builders.
AgentInvocation
An invocation ready to be sent to the process runner.
Batch
Finding
FixerAction
FixerDispute
FixerOutput
Structured output from the fixer agent.
GraphContextNode
Context passed to the planner about existing graph state.
PlannedIssue
PlannedNode
A single issue node in the planner’s DAG output.
PlannerGraphOutput
Structured output from the planner agent (DAG format with explicit dependencies).
PlannerOutput
Structured output from the planner agent (legacy batch format).
ReviewOutput
Structured output from the reviewer agent.

Enums§

AgentRole
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.