mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-03 06:12:22 +00:00

* add IHandle for object type * rename handle -> handleObject * remove duplicate file header setting * update * remove AgentId * fix format
8 lines
219 B
C#
8 lines
219 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
using Microsoft.Extensions.Hosting;
|
|
|
|
var app = await Microsoft.AutoGen.Runtime.Host.StartAsync(local: true);
|
|
await app.WaitForShutdownAsync();
|