AntRunnerLib 0.7.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AntRunnerLib --version 0.7.4
NuGet\Install-Package AntRunnerLib -Version 0.7.4
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="AntRunnerLib" Version="0.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AntRunnerLib --version 0.7.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AntRunnerLib, 0.7.4"
#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.
// Install AntRunnerLib as a Cake Addin #addin nuget:?package=AntRunnerLib&version=0.7.4 // Install AntRunnerLib as a Cake Tool #tool nuget:?package=AntRunnerLib&version=0.7.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AntRunner
A full set of .NET tools for creating and using Open AI and Azure Open AI Assistants
Features
- Create and manage Open AI Assistants (ants) from files stored in a file system and in Azure Blob Storage
- Easy setup of file search with vector stores from files bundled with ant definitions
- Easy setup of code interpreter and code interpreter files bundled with ant definitions
- Download files from code interpreter outputs
- Define and call REST API endpoints automatically with auth headers and oauth tokens
- Define and call local .NET methods automatically as tool calls
AntRunner Projects and Tools
- AntRunnerLib - The core library for creating and running ants, published on nuget.org
- AntRunnerFunctions - Azure Functions for running ants including a REST API and Durable Functions
- AntRunnerPowershell - A PowerShell module for managing and running ants
Notebooks
Get started with the sample notebooks
Example
var assistantRunOptions = new AssistantRunOptions() {
AssistantName = "MsGraphUserProfile",
Instructions = "What is my name?",
OauthUserAccessToken = oAuthToken
};
var output = await AntRunnerLib.AssistantRunner.RunThread(assistantRunOptions, config);
Console.WriteLine(output.LastMessage)
Your name is Doug Ware.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Azure.Storage.Blobs (>= 12.21.2)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.Identity.Client (>= 4.64.0)
- YamlDotNet (>= 16.1.0)
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 |
---|---|---|
0.9.5 | 70 | 12/17/2024 |
0.9.4 | 99 | 12/13/2024 |
0.9.3 | 79 | 12/9/2024 |
0.9.1 | 106 | 10/8/2024 |
0.9.0 | 104 | 10/3/2024 |
0.8.8 | 100 | 9/25/2024 |
0.8.7 | 99 | 9/25/2024 |
0.8.6 | 93 | 9/24/2024 |
0.8.5 | 98 | 9/24/2024 |
0.8.4 | 96 | 9/24/2024 |
0.8.3 | 98 | 9/24/2024 |
0.8.2 | 99 | 9/24/2024 |
0.8.1 | 97 | 9/24/2024 |
0.8.0 | 97 | 9/24/2024 |
0.7.11 | 98 | 9/24/2024 |
0.7.10 | 96 | 9/24/2024 |
0.7.9 | 94 | 9/24/2024 |
0.7.8 | 96 | 9/24/2024 |
0.7.7 | 90 | 9/22/2024 |
0.7.6 | 92 | 9/22/2024 |
0.7.5 | 86 | 9/22/2024 |
0.7.4 | 93 | 9/22/2024 |
0.7.3 | 89 | 9/22/2024 |
0.7.2 | 89 | 9/22/2024 |
0.7.1 | 92 | 9/20/2024 |
0.7.0 | 95 | 9/20/2024 |
0.6.15 | 75 | 9/20/2024 |
0.6.14 | 74 | 9/20/2024 |
0.6.13 | 96 | 9/20/2024 |
0.6.12 | 116 | 9/18/2024 |
0.6.11 | 108 | 9/18/2024 |
0.6.10 | 132 | 9/15/2024 |
0.6.9 | 118 | 9/15/2024 |
0.6.8 | 126 | 9/14/2024 |
0.6.7 | 118 | 9/13/2024 |
0.6.6 | 110 | 9/12/2024 |
0.6.5 | 124 | 9/6/2024 |
0.6.3 | 130 | 9/6/2024 |
0.6.2 | 123 | 9/6/2024 |
Multiple required tool calls run parallel instead of sequentially. Clone request builder from cache