Pathways
Pathways are versioned workflow graphs. A receptor can dispatch a pathway instead of a single neuron when you need multi-step orchestration.When to use pathways
| Use pathways when… | Use a single neuron when… |
|---|---|
| Steps depend on prior outputs | One model call + tools is enough |
| You need branching / routing | Logic lives in prompt + tools |
| Ops wants a visible graph | Speed of iteration matters more |