• Joined on 2025-08-09
Lars pushed to main at Lars/mitai-jinkendo 2026-04-13 11:58:02 +02:00
f34e46b04f Merge pull request 'Async Workflow' (#82) from develop into main
3664f53c51 fix: Use NodeStatus.EXECUTED instead of COMPLETED
fb2e0803c0 fix: SSE streaming - WorkflowNode label attribute and ai_insights column name
bb01283727 fix: Correct except/finally indentation in SSE endpoint
bc60b9f5c9 fix: Correct indentation in SSE execute_workflow_async function
Compare 15 commits »
Lars merged pull request Lars/mitai-jinkendo#82 2026-04-13 11:58:01 +02:00
Async Workflow
Lars created pull request Lars/mitai-jinkendo#82 2026-04-13 11:57:55 +02:00
Async Workflow
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 11:49:33 +02:00
3664f53c51 fix: Use NodeStatus.EXECUTED instead of COMPLETED
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 11:47:44 +02:00
fb2e0803c0 fix: SSE streaming - WorkflowNode label attribute and ai_insights column name
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 11:41:59 +02:00
bb01283727 fix: Correct except/finally indentation in SSE endpoint
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 11:27:47 +02:00
bc60b9f5c9 fix: Correct indentation in SSE execute_workflow_async function
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 11:25:36 +02:00
fbeabcde97 fix: IndentationError in prompts.py SSE endpoint
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 11:23:25 +02:00
ba474b0a57 feat: Implement Server-Sent Events (SSE) for long-running workflows
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 09:14:37 +02:00
790e6df8ef fix: Make debug parameter work as Query parameter in /api/prompts/execute
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 09:07:55 +02:00
057df0afc8 fix: Support UI-format edge routing with sourceHandle
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 09:01:58 +02:00
ba04e0c0b6 fix: Add extra='forbid' to Condition for proper Union resolution
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 08:46:03 +02:00
f5ce1ec941 refactor: Proper type-safe condition handling with Union types
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 08:40:49 +02:00
2deb6510f8 fix: Support UI-format LogicExpression in Logic-Node condition field
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 08:33:00 +02:00
0eac40abf6 fix: Add None-check for Logic-Node condition/expression
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 08:26:49 +02:00
e915d3fb13 fix: Support both Logic-Node condition serialization formats
Lars pushed to develop at Lars/mitai-jinkendo 2026-04-13 08:18:49 +02:00
60f6cf3c6d fix: Add null check for logic node expression to prevent AttributeError
Lars pushed to main at Lars/mitai-jinkendo 2026-04-12 14:08:45 +02:00
46b703e5a2 Merge pull request 'Bug Fixes. Workflow Engine' (#81) from develop into main
e09cbc112e fix: Preserve case in question IDs during parsing
f6b3182a80 fix: Add wrapper in prompts.py execute endpoint for workflow signature mismatch
cb3aa48999 fix: Add wrapper function for workflow LLM calls to prevent max_tokens signature mismatch
77f1ed14c5 fix: Cursor-Problem beim Frage-ID Editieren
Compare 5 commits »
Lars merged pull request Lars/mitai-jinkendo#81 2026-04-12 14:08:43 +02:00
Bug Fixes. Workflow Engine
Lars created pull request Lars/mitai-jinkendo#81 2026-04-12 14:08:39 +02:00
Bug Fixes. Workflow Engine