Leon4gr45's picture
Upload codebase with API and Dockerfile
b5fbdc3 verified
Raw
History Blame Contribute Delete
174 Bytes
async def reasoning_stream(agent, text, **kwargs):
if hasattr(agent.context, 'stream_queue'):
agent.context.stream_queue.put({'type': 'reasoning', 'text': text})