ag-harness
Run a model with repository-scoped tools and validated structured output.
use ;
let harness = new
.repository
.allow;
let output = harness.run.await?;
Provide MODEL_API_KEY, a repository root, explicitly allowed tools, a prompt, and an
OutputSchema. Expect schema-validated JSON or a typed error.