Interface: NodeLlmConfig
Defined in: packages/agentos/src/orchestration/ir/types.ts:325
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:329
Model identifier selected for this node.
providerId
providerId:
string
Defined in: packages/agentos/src/orchestration/ir/types.ts:327
Logical provider identifier selected for this node (e.g. openai, anthropic, groq).
reason?
optionalreason:string
Defined in: packages/agentos/src/orchestration/ir/types.ts:331
Human-readable explanation for audit/debugging.