Table of Contents

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

root IOrchestrationNode

The graph's entry node. Must be non-null.

name string

Optional orchestrator name used in stream tokens; defaults to "GraphOrchestrator".

Share