AutoGen .NET
Ein .NET Framework zum Erstellen von KI-Agenten und -Anwendungen
Kern
Ein ereignisgesteuertes Programmierframework zum Erstellen skalierbarer Multi-Agenten-KI-Systeme.
- Deterministische und dynamische Agenten-Workflows für Geschäftsprozesse
- Forschung zur Multi-Agenten-Kollaboration
- Verteilte Agenten für Mehrsprachige Anwendungen
- Integration mit ereignisgesteuerten, Cloud-nativen Anwendungen
Starten Sie hier, wenn Sie Workflows oder verteilte Agentensysteme erstellen
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
AgentChat
Ein Programmierframework zum Erstellen von konversationsbasierten Einzel- und Multi-Agenten-Anwendungen. Basiert auf Kern.
Bald verfügbar