Function: createCoordinator()
createCoordinator(
config):Baleybot
Defined in: packages/orchestration/src/crew/coordinator.ts:29
Creates a coordinator Baleybot with orchestration tools and a dynamic system prompt.
The coordinator:
- Has
keepHistory: truefor multi-turn conversation - Gets all orchestration tools plus
dispatchAsyncandlistAgents - Has a system prompt that includes the agent roster and workflow instructions
Parameters
config
CreateCoordinatorConfig
Returns
Baleybot