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

adopts the new Microsoft.Extensions.AI abstractions adds a base InferenceAgent fixes a lot of pain points in the runtime wrt startup/shutdown fixes some uncaught exceptions in the grpc stream reading adds an example for running the backend service in its own process adds an example of an agent that connects to OpenAI/Ollama adds an example of wrapping an agent app in .NET Aspire upgrades some dependencies and removes some others Known bugs: #3922
275 B
275 B
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:
dotnet run
Or you can run it using Visual Studio Code by pressing F5
.