Runnable examples showing how agents and developers use Rhumb.
pip install httpx # only dependency for Python examples| File | What it shows | Auth needed? |
|---|---|---|
| discover-and-evaluate.py | Search → Score → Failure modes | No |
| resolve-and-execute.py | Resolve → machine-readable recovery handoff → Estimate → Execute | No for resolve, yes for estimate/execute |
| budget-aware-routing.py | Budget + cost-optimal routing | Yes |
| dogfood-telemetry-loop.py | Repeatable Resolve → telemetry verification loop | Yes |
| mcp-quickstart.md | MCP setup for Claude, Cursor, etc. | Optional |
python examples/discover-and-evaluate.pypython examples/resolve-and-execute.pyThe script will still show the ranked providers plus any machine-readable recovery handoff Rhumb already chose. Set RHUMB_API_KEY only when you want to continue into estimate and execute.
export RHUMB_API_KEY=your_key_here
python examples/resolve-and-execute.pyexport RHUMB_API_KEY=your_key_here
python examples/dogfood-telemetry-loop.pyGet a governed API key at rhumb.dev/auth/login.