Collected sources and patterns will appear here. Add from search or the patterns library.
(UserQuery, SessionHistory, Array<AgentDescription>) -> SelectedAgent
Select the most appropriate specialized agent for a conversation turn by classifying user input and history against structured agent descriptions using an LLM.
Problem it solves
Unstructured user queries in multi-agent systems must be dispatched to the correct specialized domain handler without manual hardcoded rules.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.