Documentation
¶
Overview ¶
Package supervisor implements the supervisor pattern for multi-agent systems, where a central agent coordinates a set of sub-agents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New creates a supervisor-based multi-agent system with the given configuration.
In the supervisor pattern, a designated supervisor agent coordinates multiple sub-agents. The supervisor can delegate tasks to sub-agents and receive their responses, while sub-agents can only communicate with the supervisor (not with each other directly). This hierarchical structure enables complex problem-solving through coordinated agent interactions.
Types ¶
Click to show internal directories.
Click to hide internal directories.