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.