Merge branch '#9-интеграция-composIO'

This commit is contained in:
Егор Кандрушин 2026-04-22 10:06:39 +03:00
commit 5c3f63b039
6 changed files with 104 additions and 5 deletions

View file

@ -45,4 +45,3 @@ async def process_message(ws: WebSocket, chat: AgentChat, msg):
case MsgUserMessage():
async for chunk in chat.astream(msg.text):
await ws.send_text(chunk.model_dump_json())
await ws.send_text(MsgEventEnd(tokens_used=0).model_dump_json())