Skip to main content

Interface: NodeLlmConfig

Defined in: packages/agentos/src/orchestration/ir/types.ts:370

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:374

Model identifier selected for this node.


providerId

providerId: string

Defined in: packages/agentos/src/orchestration/ir/types.ts:372

Logical provider identifier selected for this node (e.g. openai, anthropic, groq).


reason?

optional reason: string

Defined in: packages/agentos/src/orchestration/ir/types.ts:376

Human-readable explanation for audit/debugging.