Logo
Explore Help
Register Sign In
yujunjun/autogen
1
0
Fork 0
You've already forked autogen
mirror of https://github.com/microsoft/autogen.git synced 2025-10-19 03:48:59 +00:00
Code Issues Packages Projects Releases Wiki Activity
autogen/dotnet/samples/Greeter/Greeter.AgentHost/Program.cs

15 lines
266 B
C#
Raw Normal View History

.NET cleanup and refactor (#558) Moves some shared code from samples into core. complete/cleanup the rename to Microsoft.AutoGen adds new projects in AutoGen.Extensions
2024-09-18 11:57:51 -07:00
using Microsoft.AutoGen.Agents.Worker;
Initial cross-language protocol for agents (#139) * Initial prototype of .NET gRPC worker client + service --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-06-28 08:03:42 -07:00
var builder = WebApplication.CreateBuilder(args);
Marketing sample migration to AGNext (#234)
2024-07-19 13:57:13 -07:00
builder.AddServiceDefaults();
Initial cross-language protocol for agents (#139) * Initial prototype of .NET gRPC worker client + service --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-06-28 08:03:42 -07:00
builder.AddAgentService();
var app = builder.Build();
app.MapAgentService();
app.UseExceptionHandler();
app.MapDefaultEndpoints();
app.Run();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1624ms Template: 77ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API