WebAgentLibrary 1.3.17
dotnet add package WebAgentLibrary --version 1.3.17
NuGet\Install-Package WebAgentLibrary -Version 1.3.17
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="WebAgentLibrary" Version="1.3.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebAgentLibrary" Version="1.3.17" />
<PackageReference Include="WebAgentLibrary" />
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 WebAgentLibrary --version 1.3.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WebAgentLibrary, 1.3.17"
#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 WebAgentLibrary@1.3.17
#: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=WebAgentLibrary&version=1.3.17
#tool nuget:?package=WebAgentLibrary&version=1.3.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WebAgentLibrary
AI Agent Framework for ASP.NET Core.
Features
- Session Management - SQLite/Redis conversation memory storage
- Tool Registry - Automatic tool discovery and execution
- Middleware Pipeline - Input/output filters, rate limiting
- MCP Integration - Model Context Protocol support
- Multi-Agent - Agent routing and handoff
- Security - JWT authentication, sensitive word filtering
Installation
dotnet add package WebAgentLibrary
Quick Start
services.AddAgentFramework(opt => {
opt.UseSqliteMemory("Data Source=agent.db");
opt.AddToolsFromAssembly<YourTool>();
});
app.UseAgentMiddleware();
License
MIT
| 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
- AhoCorasick (>= 2.0.279)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.7)
- Microsoft.AspNetCore.OpenApi (>= 10.0.7)
- Microsoft.Extensions.AI (>= 10.5.1)
- Microsoft.Extensions.AI.Abstractions (>= 10.5.1)
- Microsoft.Extensions.AI.OpenAI (>= 10.5.1)
- ModelContextProtocol.Core (>= 1.2.0)
- OpenAI (>= 2.10.0)
- Polly.Core (>= 8.6.6)
- SqlSugarCore (>= 5.1.4.214)
- StackExchange.Redis (>= 2.12.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.17 | 92 | 5/19/2026 |
| 1.3.16 | 100 | 5/11/2026 |
| 1.3.15 | 101 | 5/10/2026 |
| 1.3.14 | 94 | 5/10/2026 |
| 1.3.13 | 94 | 5/10/2026 |
| 1.3.12 | 89 | 5/10/2026 |
| 1.3.11 | 93 | 5/10/2026 |
| 1.3.10 | 95 | 5/10/2026 |
| 1.3.9 | 94 | 5/10/2026 |
| 1.3.8 | 98 | 5/10/2026 |
| 1.3.7 | 94 | 5/10/2026 |
| 1.3.6 | 93 | 5/10/2026 |
| 1.3.5 | 90 | 5/10/2026 |
| 1.3.4 | 97 | 5/10/2026 |
| 1.3.3 | 98 | 5/10/2026 |
| 1.3.2 | 94 | 5/10/2026 |
| 1.3.1 | 95 | 5/10/2026 |
| 1.3.0 | 97 | 5/10/2026 |
| 1.2.3 | 104 | 5/10/2026 |
| 1.2.2 | 95 | 5/10/2026 |
Loading failed