AgileAI.Core 0.1.110

dotnet add package AgileAI.Core --version 0.1.110
                    
NuGet\Install-Package AgileAI.Core -Version 0.1.110
                    
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="AgileAI.Core" Version="0.1.110" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AgileAI.Core" Version="0.1.110" />
                    
Directory.Packages.props
<PackageReference Include="AgileAI.Core" />
                    
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 AgileAI.Core --version 0.1.110
                    
#r "nuget: AgileAI.Core, 0.1.110"
                    
#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 AgileAI.Core@0.1.110
                    
#: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=AgileAI.Core&version=0.1.110
                    
Install as a Cake Addin
#tool nuget:?package=AgileAI.Core&version=0.1.110
                    
Install as a Cake Tool

AgileAI.Core

AgileAI.Core contains the runtime building blocks for AgileAI agents, tool execution, sessions, middleware, and local skill orchestration.

Included building blocks

  • agent runtime primitives and middleware pipeline support
  • in-memory registries for tools, skills, and sessions
  • chat session orchestration and tool execution helpers
  • prompt skill execution helpers and local file skill support
  • built-in reusable tools such as run_local_command and web_fetch

Typical usage

Reference AgileAI.Core from your application, register or construct the runtime services you need, and compose them with provider packages such as the OpenAI, Azure OpenAI, Claude, Gemini, or OpenAI-compatible integrations in this repository.

For end-to-end examples and Studio integration details, see the repository README:

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 (8)

Showing the top 5 NuGet packages that depend on AgileAI.Core:

Package Downloads
AgileAI.Providers.Gemini

Package Description

AgileAI.Providers.OpenAI

Package Description

AgileAI.Providers.Claude

Package Description

AgileAI.Providers.OpenAIResponses

Package Description

AgileAI.Extensions.FileSystem

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.110 156 4/27/2026
0.1.108 155 4/27/2026
0.1.101 151 4/26/2026
0.1.91 143 4/23/2026
0.1.89 160 4/22/2026
0.1.0 106 4/5/2026