Constructor PipelineOrchestrator
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
PipelineOrchestrator()
Initializes a new instance of the PipelineOrchestrator class.
public PipelineOrchestrator()
PipelineOrchestrator(params Agent[])
Initializes a pipeline with the specified agents.
public PipelineOrchestrator(params Agent[] agents)
Parameters
agentsAgent[]The agents to add as stages.