Table of Contents

Property Orchestration

Namespace
LMKit.Agents.Orchestration.Nodes
Assembly
LM-Kit.NET.dll

Orchestration

The orchestration-wide accumulator: results, traces, shared state. Mutations here are visible across nodes in the same graph (and across concurrent parallel branches, which is why OrchestrationContext's mutators are lock-protected).

public OrchestrationContext Orchestration { get; }

Property Value

OrchestrationContext
Share