- Added a new endpoint for streaming chat messages in FastAPI, allowing real-time interaction. - Enhanced the `PresentationChatService` to support streaming replies with event types for chunked responses, status updates, and tool tracing. - Updated the chat UI to handle and display assistant activities, including loading states and tool usage. - Introduced new models for SSE responses and integrated them into the chat service. - Improved error handling and response management in the chat API. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conversation_store.py | ||
| memory_layer.py | ||
| prompts.py | ||
| schemas.py | ||
| service.py | ||
| tools.py | ||