Overview
One node decides which tool to call — and what to do with the result.
Why it matters
The supervisor pattern is the most common multi-tool topology in production.
Where this sits in the stack
Tool routing and the supervisor pattern is one of the load-bearing decisions in a KG/RAG/agent system: choices made here propagate to retrieval quality, agent reliability, cost per query, and the on-call burden of whoever ships it. Teams that name this trade-off explicitly ship faster than teams that leave it implicit.