VOOZH about

URL: https://www.nuget.org/packages/AgentFrameworkToolkit.Tools

⇱ NuGet Gallery | AgentFrameworkToolkit.Tools 1.10.0




👁 Image
AgentFrameworkToolkit.Tools 1.10.0

dotnet add package AgentFrameworkToolkit.Tools --version 1.10.0
 
 
NuGet\Install-Package AgentFrameworkToolkit.Tools -Version 1.10.0
 
 
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="AgentFrameworkToolkit.Tools" Version="1.10.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AgentFrameworkToolkit.Tools" Version="1.10.0" />
 
Directory.Packages.props
<PackageReference Include="AgentFrameworkToolkit.Tools" />
 
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 AgentFrameworkToolkit.Tools --version 1.10.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AgentFrameworkToolkit.Tools, 1.10.0"
 
 
#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 AgentFrameworkToolkit.Tools@1.10.0
 
 
#: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=AgentFrameworkToolkit.Tools&version=1.10.0
 
Install as a Cake Addin
#tool nuget:?package=AgentFrameworkToolkit.Tools&version=1.10.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Agent Framework Toolkit @ Tools

This package is aimed at making it easier to consume AI Tools in Microsoft Agent Framework

Check out the General README.md for Agentfactory providers and other shared features in Agent Framework Toolkit.

Samples

//1. Make your tool-class and add [AITool] attributes

public class MyTools
{
 [AITool]
 public string MyTool1()
 {
 return "hello";
 }

 [AITool]
 public string MyTool2()
 {
 return "world";
 }
}

//2. Get your tool by either instance or Type (if no constructor dependencies)

IList<AITool> tools = aiToolsFactory.GetTools(typeof(MyTools));
//or
IList<AITool> tools = aiToolsFactory.GetTools(new MyTools());
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (2)

Showing the top 2 NuGet packages that depend on AgentFrameworkToolkit.Tools:

Package Downloads
AgentFrameworkToolkit

An opinionated C# Toolkit for Microsoft Agent Framework that makes life easier

AgentFrameworkToolkit.Tools.ModelContextProtocol

An opinionated C# Toolkit targeting Model Context Protocol for Microsoft Agent Framework Tools

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on AgentFrameworkToolkit.Tools:

Repository Stars
rwjdk/MicrosoftAgentFrameworkSamples
Samples demonstrating the Microsoft Agent Framework in C#
Version Downloads Last Updated
1.10.0 349 6/10/2026
1.9.0 631 6/4/2026
1.8.0 495 5/28/2026
1.7.0 285 5/27/2026
1.6.2 317 5/20/2026
1.6.1 378 5/14/2026
1.5.0 287 5/14/2026
1.4.0 585 5/5/2026
1.3.0 1,737 4/24/2026
1.2.0 344 4/22/2026
1.1.0 946 4/10/2026
1.0.0 954 4/2/2026
1.0.0-rc5 338 3/31/2026
1.0.0-rc4.2 83 3/31/2026
1.0.0-rc4.1 78 3/31/2026
1.0.0-rc4 1,352 3/12/2026
1.0.0-rc3.1 501 3/8/2026
1.0.0-rc3 338 3/4/2026
1.0.0-rc2 836 2/26/2026
1.0.0-rc1 606 2/21/2026
Loading failed