ccproxy.plugins.claude_api.adapter¶
ccproxy.plugins.claude_api.adapter
¶
ClaudeAPIAdapter
¶
Bases: BaseHTTPAdapter
Simplified Claude API adapter.
Source code in ccproxy/plugins/claude_api/adapter.py
process_provider_response
async
¶
Return a plain Response; streaming handled upstream by BaseHTTPAdapter.
The BaseHTTPAdapter is responsible for detecting streaming and delegating to the shared StreamingHandler. For non-streaming responses, adapters should return a simple Starlette Response.