PartRouting
Intent Router
Classify an input and dispatch it down one of several typed lanes, with a default lane for the unrecognized.
#routing#classification#dispatch
Sub-graph schematic5 nodes · 4 edges
How it works
A clean fan-out. It reads an input, classifies intent, and routes to the matching lane — keeping each downstream branch simple and single-purpose. The default lane means nothing falls on the floor.