LICENSE
README.md
pyproject.toml
src/token_runtime/__init__.py
src/token_runtime/adapters.py
src/token_runtime/agent_integrations.py
src/token_runtime/anthropic_adapter.py
src/token_runtime/anthropic_conformance.py
src/token_runtime/anthropic_preserved_thinking_cert.py
src/token_runtime/benchmark.py
src/token_runtime/capabilities.py
src/token_runtime/cli.py
src/token_runtime/codex_recertification.py
src/token_runtime/compat_cert.py
src/token_runtime/compatibility.py
src/token_runtime/config.py
src/token_runtime/conformance.py
src/token_runtime/contracts.py
src/token_runtime/engine.py
src/token_runtime/feature_flags.py
src/token_runtime/gateway.py
src/token_runtime/gemini_adapter.py
src/token_runtime/gemini_conformance.py
src/token_runtime/integrations.py
src/token_runtime/metrics.py
src/token_runtime/model.py
src/token_runtime/openai_certification.py
src/token_runtime/planner.py
src/token_runtime/reducers.py
src/token_runtime/store.py
src/token_runtime/strategies.py
src/token_runtime/terminal_ui.py
src/token_runtime.egg-info/PKG-INFO
src/token_runtime.egg-info/SOURCES.txt
src/token_runtime.egg-info/dependency_links.txt
src/token_runtime.egg-info/entry_points.txt
src/token_runtime.egg-info/requires.txt
src/token_runtime.egg-info/top_level.txt
tests/test_adapters.py
tests/test_agent_integration_safety.py
tests/test_agent_integrations.py
tests/test_alpha2_release_candidate.py
tests/test_anthropic_adapter.py
tests/test_anthropic_conformance.py
tests/test_anthropic_preserved_thinking_benchmark.py
tests/test_anthropic_preserved_thinking_cert.py
tests/test_anthropic_preserved_thinking_live.py
tests/test_benchmark.py
tests/test_capabilities.py
tests/test_cli.py
tests/test_codex_recertification.py
tests/test_compat_cert.py
tests/test_compatibility.py
tests/test_config.py
tests/test_conformance.py
tests/test_distribution.py
tests/test_docs_growth.py
tests/test_engine.py
tests/test_evolution_contracts.py
tests/test_evolution_runtime_isolation.py
tests/test_feature_flags.py
tests/test_gateway.py
tests/test_gemini_adapter.py
tests/test_gemini_conformance.py
tests/test_governance.py
tests/test_integrations.py
tests/test_metrics.py
tests/test_model.py
tests/test_openai_certification.py
tests/test_oss_surface.py
tests/test_planner.py
tests/test_public_benchmark.py
tests/test_public_classification.py
tests/test_public_ready.py
tests/test_public_release_pipeline.py
tests/test_reducers.py
tests/test_store.py
tests/test_strategies.py
tests/test_terminal_ui.py