![]() |
VOOZH | about |
dotnet add package AgentFrameworkToolkit.Tools --version 1.10.0
NuGet\Install-Package AgentFrameworkToolkit.Tools -Version 1.10.0
<PackageReference Include="AgentFrameworkToolkit.Tools" Version="1.10.0" />
<PackageVersion Include="AgentFrameworkToolkit.Tools" Version="1.10.0" />Directory.Packages.props
<PackageReference Include="AgentFrameworkToolkit.Tools" />Project file
paket add AgentFrameworkToolkit.Tools --version 1.10.0
#r "nuget: AgentFrameworkToolkit.Tools, 1.10.0"
#:package AgentFrameworkToolkit.Tools@1.10.0
#addin nuget:?package=AgentFrameworkToolkit.Tools&version=1.10.0Install as a Cake Addin
#tool nuget:?package=AgentFrameworkToolkit.Tools&version=1.10.0Install as a Cake Tool
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.
//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. |
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 |
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 |