agent-steward is a quality gate and spend auditor for AI agent fleets: it checks their output against your own rules, meters every token from the transcripts your harness already writes, and shows you only what genuinely needs human judgment.
GitHub PyPI Reference MIT · zero network by default · read-only on your repo
When one agent does one task, you review it yourself. When a fleet does hundreds a day, you can't — so you either review everything (you're the bottleneck), review nothing (silent errors compound), or cap spending with a blunt dollar limit that can't tell money well spent from money wasted.
There's a fourth option: machines check what machines can check, you judge only what needs judgment, and every dollar gets a task-level justification.
Every number above is reproducible from the ledgers the tool writes. Teal does the checking; amber is the one thing that needs you.
Open an agent session inside your project and paste:
Set up agent-steward for this project:
1. Install it: pipx install agent-steward
2. Run `steward init --out steward.yaml`, read the rubric it prints, and fill in
the skeleton from THIS project's own written rules (CLAUDE.md, docs/, schemas).
3. Show me the drafted steward.yaml — walk me through only the decisions that
are mine (severities, tier floors).
4. After I approve: steward baseline, steward install-hook, steward ingest-usage.
5. Run `steward report` and explain the "What needs you" section to me.
# from then on: the hook runs after every session, `steward report` is your dashboard