Interface: NodeLlmConfig
Defined in: packages/agentos/src/orchestration/ir/types.ts:363
Optional per-node LLM override attached during planning or compilation.
The runtime may use this to route different graph nodes to different providers/models without changing the graph-level default LLM config.
Properties
model
model:
string
Defined in: packages/agentos/src/orchestration/ir/types.ts:367
Model identifier selected for this node.
providerId
providerId:
string
Defined in: packages/agentos/src/orchestration/ir/types.ts:365
Logical provider identifier selected for this node (e.g. openai, anthropic, groq).
reason?
optionalreason:string
Defined in: packages/agentos/src/orchestration/ir/types.ts:369
Human-readable explanation for audit/debugging.