9090b54f43c17a2f7d6347cc75c33ea7c465e9c7
- run_agent_streaming() calls POST /complete/stream and yields token strings - Reads NDJSON lines from the streaming response, yields on 'chunk' events - On 'error' or connection failure, yields the fallback response string - Tool calls are not supported in the streaming path - Existing run_agent() (non-streaming, tool-call loop) is unchanged
Description
No description provided
Languages
Python
99.9%