LICENSE
README.md
setup.py
benchmarks/__init__.py
benchmarks/e2e/__init__.py
benchmarks/e2e/compare_copilot_api_js.py
benchmarks/e2e/runner.py
benchmarks/e2e/verify_no_sample_leak.py
benchmarks/e2e/fake_backend/__init__.py
benchmarks/e2e/fake_backend/app.py
ghc_api/__init__.py
ghc_api/api_helpers.py
ghc_api/app.py
ghc_api/auth.py
ghc_api/cache.py
ghc_api/cli.py
ghc_api/config.py
ghc_api/config_sync.py
ghc_api/counters.py
ghc_api/generate_config.py
ghc_api/main.py
ghc_api/request_file_stats.py
ghc_api/state.py
ghc_api/streaming.py
ghc_api/token_manager.py
ghc_api/token_usage_reporter.py
ghc_api/tool_call_recovery.py
ghc_api/translator.py
ghc_api/utils.py
ghc_api/web_search.py
ghc_api/webiq.py
ghc_api.egg-info/PKG-INFO
ghc_api.egg-info/SOURCES.txt
ghc_api.egg-info/dependency_links.txt
ghc_api.egg-info/entry_points.txt
ghc_api.egg-info/requires.txt
ghc_api.egg-info/top_level.txt
ghc_api/acp/__init__.py
ghc_api/acp/client_handler.py
ghc_api/acp/connection.py
ghc_api/acp/protocol.py
ghc_api/acp/session_manager.py
ghc_api/acp/types.py
ghc_api/proxy/__init__.py
ghc_api/proxy/affinity.py
ghc_api/proxy/auth.py
ghc_api/proxy/client.py
ghc_api/proxy/config.py
ghc_api/routes/__init__.py
ghc_api/routes/agent.py
ghc_api/routes/anthropic.py
ghc_api/routes/auth.py
ghc_api/routes/dashboard.py
ghc_api/routes/openai.py
ghc_api/routes/proxy.py
ghc_api/routes/webiq.py
ghc_api/sse/__init__.py
ghc_api/sse/anthropic_direct.py
ghc_api/sse/base.py
ghc_api/sse/keepalive.py
ghc_api/sse/openai_responses.py
ghc_api/sse/proxy_chat_completions.py
ghc_api/sse/proxy_responses.py
ghc_api/static/favicon-dark.svg
ghc_api/templates/agent.html
ghc_api/templates/chat.html
ghc_api/templates/code_agent_manager.html
ghc_api/templates/code_agent_manager_config.html
ghc_api/templates/dashboard.html
ghc_api/templates/request_file_detail.html
ghc_api/templates/request_stats.html
ghc_api/templates/requests.html
ghc_api/templates/signup.html
tests/test_anthropic_effort_policy.py
tests/test_anthropic_payload_filter.py
tests/test_anthropic_pre_response_keepalive.py
tests/test_anthropic_thinking_translate.py
tests/test_cache.py
tests/test_chat_completions_model_support.py
tests/test_config_sync.py
tests/test_configured_proxy.py
tests/test_encrypted_content_retry.py
tests/test_logging_client_ip.py
tests/test_main_startup.py
tests/test_openai_embeddings.py
tests/test_openai_web_search.py
tests/test_request_file_stats.py
tests/test_request_stats_routes.py
tests/test_responses_early_failure_retry_toggle.py
tests/test_sse_anthropic_direct.py
tests/test_sse_base.py
tests/test_sse_keepalive.py
tests/test_token_management.py
tests/test_tool_call_recovery.py
tests/test_upstream_overrides.py
tests/test_webiq.py