LICENSE
README.md
pyproject.toml
ghostrouter/__init__.py
ghostrouter/boot.py
ghostrouter/bouncer.py
ghostrouter/circuit_breaker.py
ghostrouter/cli.py
ghostrouter/config.py
ghostrouter/daemon.py
ghostrouter/job_registry.py
ghostrouter/law.py
ghostrouter/normalize.py
ghostrouter/observability.py
ghostrouter/redaction.py
ghostrouter/schemas.py
ghostrouter.egg-info/PKG-INFO
ghostrouter.egg-info/SOURCES.txt
ghostrouter.egg-info/dependency_links.txt
ghostrouter.egg-info/entry_points.txt
ghostrouter.egg-info/requires.txt
ghostrouter.egg-info/top_level.txt
ghostrouter/adapters/__init__.py
ghostrouter/adapters/cloud.py
ghostrouter/adapters/cpu.py
ghostrouter/adapters/executor.py
ghostrouter/adapters/interface.py
ghostrouter/adapters/ollama.py
ghostrouter/adapters/remote.py
ghostrouter/adapters/sandbox.py
ghostrouter/registry/__init__.py
ghostrouter/registry/budget.py
ghostrouter/registry/config_loader.py
ghostrouter/registry/dial.py
ghostrouter/registry/fallback.py
ghostrouter/registry/learning.py
ghostrouter/registry/loader.py
ghostrouter/registry/preferences.py
ghostrouter/registry/routing.py
ghostrouter/registry/schema.py
tests/__init__.py
tests/conftest.py
tests/test_boot.py
tests/test_budget.py
tests/test_circuit_breaker.py
tests/test_cloud_adapters.py
tests/test_config_loader.py
tests/test_dial.py
tests/test_executor.py
tests/test_executor_writeback.py
tests/test_fallback.py
tests/test_learning.py
tests/test_preferences.py
tests/test_redaction.py
tests/test_routing.py
tests/test_routing_intelligent.py
tests/test_schemas.py