AgileAI 0.1.110
dotnet add package AgileAI --version 0.1.110
NuGet\Install-Package AgileAI -Version 0.1.110
<PackageReference Include="AgileAI" Version="0.1.110" />
<PackageVersion Include="AgileAI" Version="0.1.110" />
<PackageReference Include="AgileAI" />
paket add AgileAI --version 0.1.110
#r "nuget: AgileAI, 0.1.110"
#:package AgileAI@0.1.110
#addin nuget:?package=AgileAI&version=0.1.110
#tool nuget:?package=AgileAI&version=0.1.110
AgileAI
AgileAI is the starter metapackage for the AgileAI SDK family.
It provides a simple entry point for consumers who want the shared SDK foundations without choosing every package manually.
Included packages
This metapackage currently pulls in:
AgileAI.AbstractionsAgileAI.Core
Not included
This package does not include provider packages or optional extensions.
Install providers explicitly based on the backend you want to use, for example:
AgileAI.Providers.OpenAIAgileAI.Providers.AzureOpenAIAgileAI.Providers.OpenAICompatibleAgileAI.Providers.OpenAIResponsesAgileAI.Providers.GeminiAgileAI.Providers.Claude
Install extensions explicitly when you need them, for example:
AgileAI.Extensions.FileSystem
Typical installation
dotnet add package AgileAI
dotnet add package AgileAI.Providers.OpenAI
Why this package exists
AgileAI is intentionally modular. This starter package gives you the common runtime building blocks while keeping provider and extension selection explicit.
| 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)
- AgileAI.Core (>= 0.1.110)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.