Skip to main content

Module build_runner

Module build_runner 

Source
Expand description

BuildRunnerTool โ€” agent-callable wrapper around BuildRunner.

Exposes cargo build/test/run cycles to the agent loop as a single tool so the model can compile, parse diagnostics, and retry without shelling out repeatedly through exec. Returns a structured summary of compiler errors the model can act on directly.

Structsยง

BuildRunnerTool