AgentHost Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |