name: 03-moxin-studio-dataflow description: Dora dataflow authoring and wiring for Moxin Studio dynamic nodes. Use when editing voice-chat.yml, adding dynamic nodes, or debugging dataflow connections and signals.
Moxin Studio Dataflow
1. Overview
Moxin apps rely on Dora dataflows with dynamic nodes. Follow naming and signal contracts so the bridge layer can discover and connect.
2. Dataflow workflow
- Start from an existing
voice-chat.yml(fm or debate). - Keep dynamic node IDs with
moxin-prefix; add suffixes if needed. - Wire control and audio signals to
conference-controller. - Ensure log outputs use
*_logor*_statusnaming. - Validate with
dora upand check UI connection status.
3. References
- references/dataflow-conventions.md
- references/signal-contracts.md
- references/dataflow-debugging.md