Skip to content
1 min read · 107 words

Interface: ForgeOrchestrationOptions

Defined in: src/batteries/orchestration/forge.ts:594

Tier selection and optional per-tool overrides + a mutating-tool gate.

Properties

PropertyTypeDescriptionDefined in
gate?ToolGateFnOptional gate run before any MUTATING tool executes. Throwing aborts the call.src/batteries/orchestration/forge.ts:600
overrides?Record<string, { description?: string; name?: string; }>Optional names and descriptions keyed by their default tool name.src/batteries/orchestration/forge.ts:598
tier"front" | "authoring"'front' for the conversational surface, 'authoring' for the graph-mechanics surface.src/batteries/orchestration/forge.ts:596