mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-05 15:22:52 +00:00
13 lines
275 B
Markdown
13 lines
275 B
Markdown
![]() |
# Backend Example
|
||
|
|
||
|
This example demonstrates how to create a simple backend service for the agent runtime using ASP.NET Core.
|
||
|
|
||
|
To Run it, simply run the following command in the terminal:
|
||
|
|
||
|
```bash
|
||
|
dotnet run
|
||
|
```
|
||
|
|
||
|
Or you can run it using Visual Studio Code by pressing `F5`.
|
||
|
|