presenton/servers/fastapi/services/chat
sudipnext 17ea7d9f95 feat: Implement streaming chat functionality in FastAPI and update UI
- 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.
2026-04-25 15:49:39 +05:45
..
__init__.py Add chat functionality to FastAPI presentation service 2026-04-24 09:34:56 +05:45
conversation_store.py Add chat functionality to FastAPI presentation service 2026-04-24 09:34:56 +05:45
memory_layer.py Refactor chat memory layer and tools for improved slide handling 2026-04-24 09:51:21 +05:45
prompts.py Refactor chat memory layer and tools for improved slide handling 2026-04-24 09:51:21 +05:45
schemas.py Refactor chat memory layer and tools for improved slide handling 2026-04-24 09:51:21 +05:45
service.py feat: Implement streaming chat functionality in FastAPI and update UI 2026-04-25 15:49:39 +05:45
tools.py Refactor chat memory layer and tools for improved slide handling 2026-04-24 09:51:21 +05:45