Constructor GraphOrchestrator
- Namespace
- LMKit.Agents.Orchestration.Nodes
- Assembly
- LM-Kit.NET.dll
GraphOrchestrator(IOrchestrationNode, string)
Initializes a new GraphOrchestrator rooted at the supplied node.
public GraphOrchestrator(IOrchestrationNode root, string name = "GraphOrchestrator")
Parameters
rootIOrchestrationNodeThe graph's entry node. Must be non-null.
namestringOptional orchestrator name used in stream tokens; defaults to "GraphOrchestrator".