mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
* fix: disable duplicate trigger nodes in workflow builder AddNodePanel: disable trigger buttons and show tooltip when a trigger already exists on the canvas, using bySpecName to identify trigger- category specs from the live node list. useWorkflowState: preflight in saveWorkflow rejects saves with multiple trigger nodes via a sonner toast before the network request is made. text_chat_session_service: include the original exception message in TextChatSessionExecutionError so the HTTP 500 detail surfaces the root cause without DB inspection. Closes #378 * style: format test_text_chat_session_service.py with ruff * chore: retrigger CI checks * fix(workflow): enforce node instance constraints --------- Co-authored-by: Abhishek Kumar <abhishek@a6k.me> |
||
|---|---|---|
| .. | ||
| node_specs | ||
| qa | ||
| tools | ||
| __init__.py | ||
| audit.py | ||
| disposition_mapper.py | ||
| dto.py | ||
| duplicate.py | ||
| errors.py | ||
| layout.py | ||
| mcp_tool_session.py | ||
| node_data.py | ||
| pipecat_engine.py | ||
| pipecat_engine_callbacks.py | ||
| pipecat_engine_context_composer.py | ||
| pipecat_engine_context_summarizer.py | ||
| pipecat_engine_custom_tools.py | ||
| pipecat_engine_variable_extractor.py | ||
| run_usage_response.py | ||
| text_chat_logs.py | ||
| text_chat_runner.py | ||
| text_chat_session_service.py | ||
| trigger_paths.py | ||
| workflow_graph.py | ||