ControlAgentNet.Agents 0.1.10

dotnet add package ControlAgentNet.Agents --version 0.1.10
                    
NuGet\Install-Package ControlAgentNet.Agents -Version 0.1.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ControlAgentNet.Agents" Version="0.1.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ControlAgentNet.Agents" Version="0.1.10" />
                    
Directory.Packages.props
<PackageReference Include="ControlAgentNet.Agents" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ControlAgentNet.Agents --version 0.1.10
                    
#r "nuget: ControlAgentNet.Agents, 0.1.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ControlAgentNet.Agents@0.1.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ControlAgentNet.Agents&version=0.1.10
                    
Install as a Cake Addin
#tool nuget:?package=ControlAgentNet.Agents&version=0.1.10
                    
Install as a Cake Tool

ControlAgentNet.Agents

MAF-coupled base facade package for the ControlAgentNet agent foundation.

This is the recommended package entrypoint when you want the base ControlAgentNet runtime plus the default Microsoft Agent Framework execution path.

What it does

  • references ControlAgentNet.Core
  • references ControlAgentNet.Runtime
  • includes the default MAF-based engine implementation
  • exposes AddControlAgentAgent(...)
  • still allows hosts to override IAgentEngine if needed

Typical usage

Pair it with ControlAgentNet.Providers.AzureOpenAI plus optional channel and tool packages such as ControlAgentNet.Channels.Console and ControlAgentNet.Tools.Greeting.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ControlAgentNet.Agents:

Package Downloads
ControlAgentNet.Providers.AzureOpenAI

Azure OpenAI provider package for the MAF-coupled ControlAgentNet base.

ControlAgentNet.Providers.OpenAI

OpenAI provider package for the ControlAgentNet base stack.

ControlAgentNet.Providers.DeepSeek

DeepSeek provider package for the ControlAgentNet base stack.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.10 49 5/7/2026
0.1.7 150 4/21/2026
0.1.6 69 4/18/2026
0.1.5 49 4/18/2026
0.1.1 255 4/14/2026
0.1.0 62 4/14/2026