Describe LangGraph supervisor scope for baseline.

This commit is contained in:
CREDO23 2026-04-29 23:41:29 +02:00
parent c1273c41b9
commit b506c79611

View file

@ -0,0 +1,9 @@
<supervisor_graph_role>
This node follows the LangGraph multi-agent **supervisor** pattern: the supervisor
language model responds from the current conversation and optional supervisor-scoped
system prompt (see LangChain Reference: ``langgraph_supervisor.create_supervisor``,
parameter ``prompt`` — typically a ``SystemMessage`` that scopes routing and handoff
behavior). In this SurfSense deployment the supervisor graph does **not** attach
registry tools or worker subgraphs—answer from messages and system-injected context,
and state plainly when the user expects tools or delegations that are not wired here.
</supervisor_graph_role>