WeShare.Agent.Tools
2.0.0
dotnet add package WeShare.Agent.Tools --version 2.0.0
NuGet\Install-Package WeShare.Agent.Tools -Version 2.0.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="WeShare.Agent.Tools" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WeShare.Agent.Tools" Version="2.0.0" />
<PackageReference Include="WeShare.Agent.Tools" />
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 WeShare.Agent.Tools --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WeShare.Agent.Tools, 2.0.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 WeShare.Agent.Tools@2.0.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=WeShare.Agent.Tools&version=2.0.0
#tool nuget:?package=WeShare.Agent.Tools&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WeShare.Agent.Tools
Built-in tool implementations for the WeShare Agent Framework.
Included Tools
| Tool | Name | Description |
|---|---|---|
| CalculatorTool | calculator | Evaluate math expressions |
| DateTimeTool | datetime | Date/time operations |
| SqlQueryTool | sql_query | Execute SQL queries |
| HttpGetTool | http_get | HTTP GET requests |
| HttpPostTool | http_post | HTTP POST requests |
| FileReadTool | file_read | Read file contents |
| FileWriteTool | file_write | Write content to file |
| FileSearchTool | file_search | Search for files |
| WebSearchTool | web_search | Web search (provider-backed) |
| WebFetchTool | web_fetch | Fetch URL content |
| CodeExecuteTool | code_execute | Execute code (backend-backed) |
| CodeReviewTool | code_review | Review source code |
Usage
services.AddWeShareTools(); // Register all built-in tools
services.AddWeShareTool<MyTool>(); // Register custom tool
| Product | Versions 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.
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.3)
- WeShare.Agent.Abstractions (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WeShare.Agent.Tools:
| Package | Downloads |
|---|---|
|
WeShare.Agent
Meta package for the WeShare Agent Framework v2.0 (MAF-based). Installs Abstractions, Core, Mcp.Client, Tools, and Memory. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 107 | 4/29/2026 |