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-07-07 09:01:29 +00:00
Code Issues Packages Projects Releases Wiki Activity
autogen/dotnet/samples/dev-team/DevTeam.AgentHost/Program.cs

13 lines
239 B
C#
Raw Normal View History

Rysweet dotnet refactor (#624) rename the main classes and mixup folder structure move some tings from samples into core cleanup cross-deps cleanup grpc deps
2024-09-24 09:26:30 -07:00
using Microsoft.AutoGen.Agents.Runtime;
Dotnet - core framework rework (rebased) (#511) * dotnet rework * add dotnet workload update to startup * fix build * interim fixup * this is the stuff that was missing * renaming the .net classes * more build fixup * port dev-team sample WIP * add proto messages and IHandle to agents * add github variables * remove OAgents gh-flow * remove OAgents library * add .vs to gitignore --------- Co-authored-by: Kosta Petan <kostapetan@gmail.com> Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-09-17 09:01:49 -04:00
var builder = WebApplication.CreateBuilder(args);
builder.AddServiceDefaults();
builder.AddAgentService();
var app = builder.Build();
app.MapDefaultEndpoints();
app.MapAgentService();
Fix dotnet test and reformat dotnet code (#3603) * fix test * install aspire workload * format * fix build error * fix format * format
2024-10-02 11:42:27 -07:00
app.Run();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 126ms Template: 3ms
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