Table of Contents

Constructor ParallelOrchestrator

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

ParallelOrchestrator()

Initializes a new instance of the ParallelOrchestrator class.

public ParallelOrchestrator()

ParallelOrchestrator(params Agent[])

Initializes a parallel orchestrator with the specified agents.

public ParallelOrchestrator(params Agent[] agents)

Parameters

agents Agent[]

The agents to execute in parallel.