.gitignore
.zedrules
CLAUDE.md
DEVWORKFLOW.md
Dockerfile
README.md
TESTGUIDE.md
docker-compose.yaml
pyproject.toml
requirements.txt
todo_test.md
.github/workflows/ci.yml
app/__init__.py
app/cli.py
app/cli_inner.py
app/config.yaml.example
app/main.py
app/workspace.py
app/adapters/__init__.py
app/adapters/anthropic_adapter.py
app/adapters/base.py
app/adapters/litellm_adapter.py
app/adapters/openai_adapter.py
app/api/__init__.py
app/api/anthropic_routes.py
app/api/api_key_routes.py
app/api/config_routes.py
app/api/conversation_routes.py
app/api/log_routes.py
app/api/openai_routes.py
app/api/usage_routes.py
app/core/__init__.py
app/core/chain_router.py
app/core/circuit_breaker.py
app/core/config.py
app/core/config_watcher.py
app/core/exceptions.py
app/core/middleware.py
app/core/request_queue.py
app/models/__init__.py
app/models/config_models.py
app/services/__init__.py
app/services/api_key_service.py
app/services/conv_indexer.py
app/services/usage_tracker.py
app/utils/__init__.py
app/utils/logging.py
app/utils/message_converter.py
app/utils/metrics.py
app/utils/tracking.py
app/web/index.html
app/web/css/style.css
app/web/js/app.js
app/web/js/i18n.js
modelswitch.egg-info/PKG-INFO
modelswitch.egg-info/SOURCES.txt
modelswitch.egg-info/dependency_links.txt
modelswitch.egg-info/entry_points.txt
modelswitch.egg-info/requires.txt
modelswitch.egg-info/top_level.txt
scripts/smoketest.py
scripts/smoketest.sh
tests/conftest.py
tests/test_anthropic_adapter.py
tests/test_api_key_service.py
tests/test_api_routes.py
tests/test_chain_router.py
tests/test_circuit_breaker.py
tests/test_client_compat.py
tests/test_config_models.py
tests/test_conversation_routes.py
tests/test_e2e.py
tests/test_message_converter.py
tests/test_openai_adapter.py
tests/test_request_queue.py
tests/test_usage_tracker.py