Property Host
- Namespace
- LMKit.Agents.Orchestration.Nodes
- Assembly
- LM-Kit.NET.dll
Host
The orchestrator running this graph, when one is available. Used by AgentNode to route per-agent invocations through OrchestratorBase so that BeforeAgentExecution, AfterAgentExecution, distributed-trace spans, and streaming behave identically to a prebuilt orchestrator. May be null when a node is invoked directly (without a host).
public OrchestratorBase Host { get; }