LICENSE
README.md
pyproject.toml
ai_router/__init__.py
ai_router/bootstrap.py
ai_router/config.py
ai_router/copilot-catalog.lock
ai_router/evidence.py
ai_router/gates.py
ai_router/identity.py
ai_router/ledger.py
ai_router/metrics.py
ai_router/modules.py
ai_router/pricing.py
ai_router/progress.py
ai_router/prompting.py
ai_router/route.py
ai_router/router-config.yaml
ai_router/runtime_mode.py
ai_router/seat_cost.py
ai_router/secret_resolver.py
ai_router/selection.py
ai_router/session.py
ai_router/test_evidence.py
ai_router/verdict.py
ai_router/verify.py
ai_router/writers.py
ai_router/prompt-templates/system-prompts.md
ai_router/prompt-templates/task-prompts.md
ai_router/prompt-templates/verification.md
ai_router/schemas/rounds.schema.json
ai_router/schemas/router-config.schema.json
ai_router/schemas/session-state.schema.json
ai_router/transports/__init__.py
ai_router/transports/api.py
ai_router/transports/base.py
ai_router/transports/copilot.py
dabbler_ai_router.egg-info/PKG-INFO
dabbler_ai_router.egg-info/SOURCES.txt
dabbler_ai_router.egg-info/dependency_links.txt
dabbler_ai_router.egg-info/requires.txt
dabbler_ai_router.egg-info/top_level.txt
tests/test_bootstrap.py
tests/test_config.py
tests/test_escalation.py
tests/test_evidence_protocol.py
tests/test_gates.py
tests/test_identity.py
tests/test_ledger.py
tests/test_metrics.py
tests/test_modules.py
tests/test_pricing.py
tests/test_progress.py
tests/test_route.py
tests/test_seat_cost.py
tests/test_selection.py
tests/test_session.py
tests/test_transport_api.py
tests/test_transport_copilot.py
tests/test_verdict.py
tests/test_verify.py