mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-03 22:32:20 +00:00
6 lines
192 B
C#
6 lines
192 B
C#
![]() |
// Copyright (c) Microsoft. All rights reserved.
|
||
|
using Microsoft.Extensions.Hosting;
|
||
|
|
||
|
var app = await Microsoft.AutoGen.Runtime.Host.StartAsync(local: true);
|
||
|
await app.WaitForShutdownAsync();
|