2025-01-30 19:04:26 -05:00
|
|
|
---
|
|
|
|
_disableAffix: true
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="center">
|
|
|
|
<h1>AutoGen .NET</h1>
|
|
|
|
<p class="subheader">
|
|
|
|
A <i>.NET</i> framework for building AI agents and applications
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="card">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Core</h5>
|
2025-02-19 09:24:26 -08:00
|
|
|
<p>
|
|
|
|
|
|
|
|
[](https://github.com/microsoft/autogen/actions/workflows/dotnet-build.yml)
|
|
|
|
[](https://badge.fury.io/nu/Microsoft.AutoGen.Contracts)
|
|
|
|
[](https://badge.fury.io/nu/Microsoft.AutoGen.Core)
|
|
|
|
[](https://badge.fury.io/nu/Microsoft.AutoGen.Core.Grpc)
|
|
|
|
[](https://badge.fury.io/nu/Microsoft.AutoGen.RuntimeGateway.Grpc)
|
|
|
|
[](https://badge.fury.io/nu/Microsoft.AutoGen.AgentHost)
|
|
|
|
|
|
|
|
</p>
|
2025-01-30 19:04:26 -05:00
|
|
|
<p class="card-text">An event-driven programming framework for building scalable multi-agent AI systems.</p>
|
2025-02-19 09:24:26 -08:00
|
|
|
|
|
|
|
- Deterministic and dynamic agentic workflows for business processes
|
|
|
|
- Research on multi-agent collaboration
|
|
|
|
- Distributed agents for multi-language applications
|
|
|
|
- integration with event-driven, cloud native applications
|
|
|
|
|
|
|
|
*Start here if you are building workflows or distributed agent systems*
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<div class="highlight">
|
|
|
|
<pre id="codecell0" tabindex="0">
|
|
|
|
|
|
|
|
```bash
|
|
|
|
dotnet add package Microsoft.AutoGen.Contracts
|
|
|
|
dotnet add package Microsoft.AutoGen.Core
|
|
|
|
|
|
|
|
# optionally - for distributed agent systems:
|
|
|
|
dotnet add package Microsoft.AutoGen.RuntimeGateway.Grpc
|
|
|
|
dotnet add package Microsoft.AutoGen.AgentHost
|
|
|
|
|
|
|
|
# other optional packages
|
|
|
|
dotnet add package Microsoft.AutoGen.Agents
|
|
|
|
dotnet add package Microsoft.AutoGen.Extensions.Aspire
|
|
|
|
dotnet add package Microsoft.AutoGen.Extensions.MEAI
|
|
|
|
dotnet add package Microsoft.AutoGen.Extensions.SemanticKernel
|
|
|
|
```
|
|
|
|
|
|
|
|
</pre></div></p>
|
|
|
|
<p>
|
2025-01-30 19:04:26 -05:00
|
|
|
<a href="core/index.md" class="btn btn-primary">Get started</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="card">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">AgentChat</h5>
|
|
|
|
<p class="card-text">A programming framework for building conversational single and multi-agent applications. Built on Core.</p>
|
|
|
|
<a href="#" class="btn btn-primary disabled">Coming soon</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|