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
| Property | Type | Description | Defined in |
|---|---|---|---|
actorId | string | The identity under which minted ops are authored. | src/batteries/orchestration/forge.ts:590 |
evaluators | PredicateEvaluator[] | The wired predicate cells; a needed-but-absent cell refuses at freeze. | src/batteries/orchestration/forge.ts:586 |
invocable | InvocableTools | The 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 |
store | PlanStore | The 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 |