presenton/servers/fastapi/api/v1/ppt/endpoints
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 feat: add font endpoint 2025-08-01 16:18:49 +05:45
anthropic.py feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
chat.py feat: Implement streaming chat functionality in FastAPI and update UI 2026-04-25 15:49:39 +05:45
codex_auth.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
files.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
fonts.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
google.py feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
icons.py fix: icon finder services reinitiating in every request 2025-08-28 14:55:12 +05:45
images.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
layouts.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
ollama.py refactor: removes redis service and env variables, fix(fastapi): user config bool env variables issues, parse tool fix for custom llm on tool call structured output 2025-08-09 03:03:13 +05:45
openai.py feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
outlines.py feat: integrates llmai instead of using old llm client and tool call handlers 2026-04-23 11:42:15 +05:45
pdf_slides.py feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
pptx_slides.py feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
presentation.py feat: integrates llmai instead of using old llm client and tool call handlers 2026-04-23 11:42:15 +05:45
prompts.py fix: redirect after saving template and not saving style attributes to schema 2025-08-10 15:47:19 +05:45
slide.py Refactor code structure for improved readability and maintainability 2026-04-20 19:47:59 +05:45
slide_to_html.py refactor: streamline image path resolution in FastAPI endpoints and PPTX presentation creator using new utility function 2026-03-08 21:08:27 +05:45
theme.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
theme_generate.py feat: add theme management endpoints, integrate color palette generation and UI implementation 2026-03-02 23:15:15 +05:45