CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README.zh-CN.md
__init__.py
bridge.py
cast.py
cli.py
cli_menu.py
config.py
corpus.py
demo.py
harnesses.py
ir.py
pyproject.toml
refpool.py
registry.py
./__init__.py
./bridge.py
./cast.py
./cli.py
./cli_menu.py
./config.py
./corpus.py
./demo.py
./harnesses.py
./ir.py
./refpool.py
./registry.py
./engine/__init__.py
./engine/anthropic.py
./engine/base.py
./engine/deepseek.py
./engine/openai.py
./engine/sglang.py
./engine/vllm.py
./gateway/__init__.py
./gateway/__main__.py
./gateway/control.py
./gateway/daemon.py
./harness/__init__.py
./harness/_user_split.py
./harness/base.py
./harness/claude_code.py
./harness/codex.py
./harness/hermes.py
./harness/openclaw.py
./harness/telos.py
./init/__init__.py
./init/__main__.py
./init/anthropic_env.py
./init/base.py
./init/cc_switch.py
./init/claude_code.py
./init/codex.py
./init/generic.py
./init/hermes.py
./init/openclaw.py
./output_filter/__init__.py
./output_filter/filters.py
./output_filter/mode.py
./output_filter/preprocess.py
./output_filter/tokens.py
./proxy/__init__.py
./proxy/__main__.py
./proxy/inspector.py
./proxy/pipeline.py
./proxy/server.py
./replay/__init__.py
./replay/__main__.py
./scripts/__init__.py
./scripts/build_dashboard.py
./scripts/build_developer_page.py
./scripts/build_savings_dashboard.py
./scripts/demo_capture.py
./scripts/run_swebench_batch.py
./scripts/run_swebench_one.py
./scripts/show_prompt_trace.py
./scripts/showcase.py
./scripts/telos_anthropic_transport.py
./scripts/telos_transport.py
./scripts/transport.py
./tests/__init__.py
./tests/test_band_order_regression.py
./tests/test_bridge_session_state.py
./tests/test_canonicalize.py
./tests/test_cast.py
./tests/test_cc_switch.py
./tests/test_cli_dispatch.py
./tests/test_config.py
./tests/test_corpus.py
./tests/test_developer_page.py
./tests/test_engine_anthropic.py
./tests/test_gateway_control_mode.py
./tests/test_gateway_daemon.py
./tests/test_harness_header_detection.py
./tests/test_harness_multiblock.py
./tests/test_harness_presets.py
./tests/test_harnesses.py
./tests/test_init_claude_code.py
./tests/test_init_codex.py
./tests/test_init_env_installers.py
./tests/test_init_gateway_url.py
./tests/test_init_hermes.py
./tests/test_init_hermes_multi.py
./tests/test_init_openclaw.py
./tests/test_init_openclaw_multi.py
./tests/test_output_filter.py
./tests/test_proxy_accumulation.py
./tests/test_proxy_mode.py
./tests/test_proxy_openai_route.py
./tests/test_proxy_pipeline.py
./tests/test_proxy_server.py
./tests/test_proxy_session_id.py
./tests/test_refpool.py
./tests/test_replay.py
./tests/test_savings_dashboard.py
./tests/test_sdk_transport_accumulation.py
./tests/test_showcase.py
./tests/test_smoke.py
./tests/test_telos_harness_reasoning.py
docs/ARCHITECTURE.md
docs/User-guide.md
docs/dashboard-developer-metrics.md
docs/dashboard-savings-metrics.md
docs/playbook.md
docs/swebench-ab.md
engine/__init__.py
engine/anthropic.py
engine/base.py
engine/deepseek.py
engine/openai.py
engine/sglang.py
engine/vllm.py
gateway/__init__.py
gateway/__main__.py
gateway/control.py
gateway/daemon.py
harness/__init__.py
harness/_user_split.py
harness/base.py
harness/claude_code.py
harness/codex.py
harness/hermes.py
harness/openclaw.py
harness/telos.py
init/__init__.py
init/__main__.py
init/anthropic_env.py
init/base.py
init/cc_switch.py
init/claude_code.py
init/codex.py
init/generic.py
init/hermes.py
init/openclaw.py
output_filter/__init__.py
output_filter/filters.py
output_filter/mode.py
output_filter/preprocess.py
output_filter/tokens.py
proxy/__init__.py
proxy/__main__.py
proxy/inspector.py
proxy/pipeline.py
proxy/server.py
replay/__init__.py
replay/__main__.py
scripts/__init__.py
scripts/build_dashboard.py
scripts/build_developer_page.py
scripts/build_savings_dashboard.py
scripts/demo_capture.py
scripts/run_swebench_batch.py
scripts/run_swebench_one.py
scripts/show_prompt_trace.py
scripts/showcase.py
scripts/telos_anthropic_transport.py
scripts/telos_transport.py
scripts/transport.py
telos_sdk.egg-info/PKG-INFO
telos_sdk.egg-info/SOURCES.txt
telos_sdk.egg-info/dependency_links.txt
telos_sdk.egg-info/entry_points.txt
telos_sdk.egg-info/requires.txt
telos_sdk.egg-info/top_level.txt
tests/__init__.py
tests/test_band_order_regression.py
tests/test_bridge_session_state.py
tests/test_canonicalize.py
tests/test_cast.py
tests/test_cc_switch.py
tests/test_cli_dispatch.py
tests/test_config.py
tests/test_corpus.py
tests/test_developer_page.py
tests/test_engine_anthropic.py
tests/test_gateway_control_mode.py
tests/test_gateway_daemon.py
tests/test_harness_header_detection.py
tests/test_harness_multiblock.py
tests/test_harness_presets.py
tests/test_harnesses.py
tests/test_init_claude_code.py
tests/test_init_codex.py
tests/test_init_env_installers.py
tests/test_init_gateway_url.py
tests/test_init_hermes.py
tests/test_init_hermes_multi.py
tests/test_init_openclaw.py
tests/test_init_openclaw_multi.py
tests/test_output_filter.py
tests/test_proxy_accumulation.py
tests/test_proxy_mode.py
tests/test_proxy_openai_route.py
tests/test_proxy_pipeline.py
tests/test_proxy_server.py
tests/test_proxy_session_id.py
tests/test_refpool.py
tests/test_replay.py
tests/test_savings_dashboard.py
tests/test_sdk_transport_accumulation.py
tests/test_showcase.py
tests/test_smoke.py
tests/test_telos_harness_reasoning.py