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> |
||
|---|---|---|
| .. | ||
| realtime | ||
| __init__.py | ||
| audio_config.py | ||
| audio_file_cache.py | ||
| audio_mixer.py | ||
| audio_playback.py | ||
| event_handlers.py | ||
| exceptions.py | ||
| in_memory_buffers.py | ||
| minimax_tts.py | ||
| pipeline_builder.py | ||
| pipeline_engine_callbacks_processor.py | ||
| pipeline_metrics_aggregator.py | ||
| pre_call_fetch.py | ||
| realtime_feedback_events.py | ||
| realtime_feedback_observer.py | ||
| recording_audio_cache.py | ||
| recording_router_processor.py | ||
| run_pipeline.py | ||
| service_factory.py | ||
| tracing_config.py | ||
| transport_params.py | ||
| transport_setup.py | ||
| turn_context.py | ||
| worker_runner.py | ||
| ws_sender_registry.py | ||