ccproxy.streaming.simple_adapter¶
ccproxy.streaming.simple_adapter
¶
Simplified streaming adapter that bypasses complex type conversions.
This adapter provides a direct dict-based interface for streaming without the complexity of the shim layer.
SimpleStreamingAdapter
¶
Simple adapter for streaming responses that works directly with dicts.
Source code in ccproxy/streaming/simple_adapter.py
adapt_request
async
¶
adapt_response
async
¶
adapt_stream
¶
Pass through stream - no adaptation needed for simple streaming.