LICENSE
README.md
pyproject.toml
src/codex_auto_router/__init__.py
src/codex_auto_router/__main__.py
src/codex_auto_router/classifier.py
src/codex_auto_router/cli.py
src/codex_auto_router/codex_first.py
src/codex_auto_router/config.py
src/codex_auto_router/external_provider.py
src/codex_auto_router/git_context.py
src/codex_auto_router/history.py
src/codex_auto_router/jobs.py
src/codex_auto_router/local_classifier.py
src/codex_auto_router/mcp_server.py
src/codex_auto_router/repo_map.py
src/codex_auto_router/route_requests.py
src/codex_auto_router/router.py
src/codex_auto_router/runner.py
src/codex_auto_router.egg-info/PKG-INFO
src/codex_auto_router.egg-info/SOURCES.txt
src/codex_auto_router.egg-info/dependency_links.txt
src/codex_auto_router.egg-info/entry_points.txt
src/codex_auto_router.egg-info/requires.txt
src/codex_auto_router.egg-info/top_level.txt
tests/test_bridge.py
tests/test_codex_first.py
tests/test_config.py
tests/test_external_provider.py
tests/test_local_classifier.py
tests/test_repo_map.py
tests/test_route_requests.py
tests/test_router.py