ai intermediate

Runic Delegating Orchestrator

Parent Runic workflow that executes early stages locally and delegates drafting/editing stages through the real child-worker handoff strategy path.

primary showcase ai l2 coordination runic multi-agent

Related guides and notebooks

What you’ll learn

  • How to mix local node execution with delegated child-agent nodes
  • How executor: {:child, tag} affects workflow dispatch behavior
  • How to surface parent/child handoff traces in a deterministic demo UI without starting external services

Delegated stages

DraftArticle and EditAndAssemble are delegated to specialized child workers while early planning nodes run locally.

Demo note

This page runs the real Runic delegation strategy path locally. The child-worker outputs are deterministic fixtures, but the handoff states, delegated runnable execution, and final article artifact come from the actual workflow and strategy commands.