Skip to main content

Function: createOrchestrationTools()

createOrchestrationTools(orchestrator): Record<string, ZodToolDefinition<any, any>>

Defined in: packages/orchestration/src/tools/orchestration-tools.ts:35

Creates a full suite of orchestration tools bound to an Orchestrator instance.

Returns a record of ZodToolDefinitions that can be spread into any bot's tools config.

Parameters

orchestrator

Orchestrator

Returns

Record<string, ZodToolDefinition<any, any>>