mitai-jinkendo/frontend/src
Lars ba474b0a57
Some checks failed
Deploy Development / deploy (push) Successful in 54s
Build Test / pytest-backend (push) Failing after 1s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat: Implement Server-Sent Events (SSE) for long-running workflows
Backend:
- workflow_executor.py: Add progress_callback parameter, emit events for execution_started, node_complete, execution_complete, execution_failed
- prompt_executor.py: Thread progress_callback through execute chain
- routers/prompts.py: New /execute-stream endpoint with asyncio Queue for SSE

Frontend:
- utils/api.js: New executeUnifiedPromptStream() function with EventSource
- pages/Analysis.jsx: Use SSE with live progress display (X/Y Nodes)

Fixes:
- No more gateway timeouts for complex workflows (10+ nodes)
- Live progress feedback for users
- Unlimited workflow complexity

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-13 11:23:16 +02:00
..
components fix: Cursor-Problem beim Frage-ID Editieren 2026-04-12 12:29:52 +02:00
config feat: Enhance StartNode and Workflow Editor with analysis metadata 2026-04-11 12:19:06 +02:00
context fix: email verification auto-login and user experience 2026-03-21 10:32:24 +01:00
layouts feat: Refactor settings navigation and enhance profile reference values display 2026-04-07 06:24:47 +02:00
pages feat: Implement Server-Sent Events (SSE) for long-running workflows 2026-04-13 11:23:16 +02:00
pilot feat: Remove deprecated pilot widgets and layout management 2026-04-07 11:07:33 +02:00
styles fix: Inline Prompts - UX-Verbesserungen 2026-04-11 08:58:46 +02:00
utils feat: Implement Server-Sent Events (SSE) for long-running workflows 2026-04-13 11:23:16 +02:00
widgetSystem feat: Enhance DashboardConfigurePage with drag-and-drop functionality and improved widget search 2026-04-08 07:58:52 +02:00
app.css neuer Viewport für Admin-Seiten 2026-04-11 11:32:46 +02:00
App.jsx feat(csv-templates): Introduce CSV template analysis and validation features 2026-04-10 06:39:41 +02:00
main.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00