Skip to content
1 min read · 150 words

Interface: ForgeOrchestrationRuntime

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

The runtime a forge call is handed: the store, the tier-C allowlist, the wired predicate cells, and any registered templates.

Properties

PropertyTypeDescriptionDefined in
actorIdstringThe identity under which minted ops are authored.src/batteries/orchestration/forge.ts:590
evaluatorsPredicateEvaluator[]The wired predicate cells; a needed-but-absent cell refuses at freeze.src/batteries/orchestration/forge.ts:586
invocableInvocableToolsThe tier-C allowlist a staged call may invoke — the SAME object the tool registry is, never a second list.src/batteries/orchestration/forge.ts:584
storePlanStoreThe plan store all tools read and mutate.src/batteries/orchestration/forge.ts:582
templates?PlanTemplate[]Consumer-defined plan shapes a model can instantiate.src/batteries/orchestration/forge.ts:588