Skip to main content

Loop-aware router and tracing for coding agents (Claude Code, Codex). Routes workflow steps by phase and evidence and records hash-only cost/cache/verification/outcome receipts.

Project description

InferRouter

Tests License: Apache-2.0 Python

Loop-aware model routing and hash-only evidence for coding agents such as Claude Code and Codex.

Status: alpha. The package, import, and CLI are all inferrouter. InferGuard is a separate diagnostics product.

MVP

one coding task
→ one observed coding loop
→ safe model/provider choices by phase
→ tools and tests
→ verification
→ accepted or rejected result
→ one complete hash-only receipt chain

Primary metric: cost per accepted patch at required quality and p95/p99 full-loop latency.

Current milestone

Built:

request-level gateway and protocol adapters
hard tenant/capability/protocol/tool/context/latency gates
provider cooldown and bounded affinity
pre-first-byte fallback
spend controls and hash-only receipts
loop, verification, and outcome ledgers
TaskEnvelopeV1 and ContextFingerprintV1
cross-runtime canonicalization and tenant-scoped fingerprints

Next:

1. Packet 1B receipt observability
2. accepted-task baseline-versus-routed canary
3. one provider-reported cache experiment
4. one second-provider outage drill
5. bounded worker lifecycle

Read first

  1. Product architecture
  2. Progress tracker
  3. MVP ship-now prompt
  4. Current SSoT
  5. Machine-readable status database
  6. Archive lessons and integration plan
  7. Touchdown Labs research bridge

Use docs/ROUTER_MASTER_SOT.md, the runbook, and audit files for detailed chronology and historical deployment evidence.

Repository boundary

OCWC22/inferrouter
  = product/runtime authority

OCWC22/Touchdown-Labs
  = company/research authority

InferGuard
  = separate diagnostics product

See TOUCHDOWN_LABS.md.

Install

uv tool install .
# or
pip install .

After the first PyPI publication for the current package version:

uv tool install inferrouter

This installs inferrouter and inferrouter-routerd.

Coding-loop quickstart

inferrouter loop goal \
  --loop-id fix_auth_tests \
  --goal "auth tests pass" \
  --verify "python -m pytest tests/auth -q" \
  --max-turns 5 --agent codex \
  -- codex exec "fix the failing auth tests"

Hash-only local evidence is written under .touchdown/:

.touchdown/loops/loop_runs.jsonl
.touchdown/loops/verifications.jsonl
.touchdown/session.json

Other commands:

inferrouter loop turn --agent generic -- <command>
inferrouter loop report [--loop-id L]
inferrouter loop usage [--by loop|task|phase|provider|model]
inferrouter doctor --split
inferrouter --help

Claude Code and Codex launchers

inferrouter claude -- -p "summarize the failing test log"
inferrouter codex -- summarize the failing test log

The split proxy is explicit and self-managed:

inferrouter proxy status
inferrouter proxy stop

The gateway routes API requests. It does not silently intercept every local prompt and does not create subagents by itself.

Production gateway

The documented gateway is:

https://touchdown-router.odd-star-67a4.workers.dev

Request path:

customer request
→ tenant/capability/protocol/tool/context/latency gates
→ cheapest viable configured route
→ bounded provider fallback
→ protocol-correct stream
→ hash-only receipt

Repository main may be ahead of the live Worker. A merged feature is not a deployment claim. Use the progress tracker and runbook for current live evidence.

Safety defaults

  • Package-local commands make no live provider call unless explicitly configured.
  • Raw prompts, source code, tool content, outputs, and credentials stay out of receipts and reports.
  • Unsupported protocol semantics fail closed.
  • Fallback happens only before client-visible output.
  • Cost never overrides tenant, safety, capability, protocol, tool, context, or latency eligibility.

Development

python -m pytest -q
uv build
bash scripts/package_smoke.sh

The import package, distribution name, and CLI command are all inferrouter.

Contributing

See CONTRIBUTING.md, Code of Conduct, and SECURITY.md.

License

Apache License 2.0. See LICENSE and NOTICE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inferrouter-0.1.3.tar.gz (475.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

inferrouter-0.1.3-py3-none-any.whl (444.4 kB view details)

Uploaded Python 3

File details

Details for the file inferrouter-0.1.3.tar.gz.

File metadata

  • Download URL: inferrouter-0.1.3.tar.gz
  • Upload date:
  • Size: 475.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for inferrouter-0.1.3.tar.gz
Algorithm Hash digest
SHA256 bda8f47e00b810da3eda304fd720f1fb4751e53f94198b2be8b7af470b6e1064
MD5 6c598548ac8f3de7b901ef96b5e4238e
BLAKE2b-256 b92680f9a12f57f6b246a4ddb1c4d90b8f3415c6396a3064b333a72ed5aa21bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for inferrouter-0.1.3.tar.gz:

Publisher: publish.yml on OCWC22/inferrouter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inferrouter-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: inferrouter-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 444.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for inferrouter-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 66a5653080a613f2dbf613288959f277eb33fb23ec71246b558d753bba23d52c
MD5 7016d17aed4c4bec5cc9566a0520c22e
BLAKE2b-256 a6bb28cc36e34139f27a010ed235145157cda83456baadeac45f776f93023b70

See more details on using hashes here.

Provenance

The following attestation bundles were made for inferrouter-0.1.3-py3-none-any.whl:

Publisher: publish.yml on OCWC22/inferrouter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page