Table of Contents

Method AddRoute

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

AddRoute(string, Agent)

Adds a named route to an agent.

public RouterOrchestrator AddRoute(string routeName, Agent agent)

Parameters

routeName string

The route name (used for selection).

agent Agent

The agent for this route.

Returns

RouterOrchestrator

This orchestrator for method chaining.