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
agentsAgent[]The agents to execute in parallel.