AgileAI.Core
0.1.110
dotnet add package AgileAI.Core --version 0.1.110
NuGet\Install-Package AgileAI.Core -Version 0.1.110
<PackageReference Include="AgileAI.Core" Version="0.1.110" />
<PackageVersion Include="AgileAI.Core" Version="0.1.110" />
<PackageReference Include="AgileAI.Core" />
paket add AgileAI.Core --version 0.1.110
#r "nuget: AgileAI.Core, 0.1.110"
#:package AgileAI.Core@0.1.110
#addin nuget:?package=AgileAI.Core&version=0.1.110
#tool nuget:?package=AgileAI.Core&version=0.1.110
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_commandandweb_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 | 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. |
-
net10.0
- AgileAI.Abstractions (>= 0.1.110)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
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.