AgentHost Class

Definition

Static entry point for creating agent servers. Use CreateBuilder(String[]) to compose protocols and build the server. For one-line startup, use the protocol-specific Run methods provided by each protocol package (e.g., ResponsesServer.Run<T>()).

public static class AgentHost
type AgentHost = class
Public Class AgentHost
Inheritance
AgentHost

Methods

Name Description
CreateBuilder(String[])

Creates a new AgentHostBuilder for composing protocols and configuring the agent server.

Applies to