Table of Contents

Class AgentsApp

Namespace
Microsoft.AutoGen.Core.Grpc
Assembly
Microsoft.AutoGen.Core.Grpc.dll
public static class AgentsApp
Inheritance
AgentsApp
Inherited Members

Properties

Host

public static WebApplication? Host { get; }

Property Value

WebApplication

Methods

PublishMessageAsync(string, IMessage, WebApplicationBuilder?, AgentTypes?, bool)

public static ValueTask<WebApplication> PublishMessageAsync(string topic, IMessage message, WebApplicationBuilder? builder = null, AgentTypes? agents = null, bool local = false)

Parameters

topic string
message IMessage
builder WebApplicationBuilder
agents AgentTypes
local bool

Returns

ValueTask<WebApplication>

ShutdownAsync()

public static ValueTask ShutdownAsync()

Returns

ValueTask

StartAsync(WebApplicationBuilder?, AgentTypes?, bool)

public static ValueTask<WebApplication> StartAsync(WebApplicationBuilder? builder = null, AgentTypes? agentTypes = null, bool local = false)

Parameters

builder WebApplicationBuilder
agentTypes AgentTypes
local bool

Returns

ValueTask<WebApplication>