Agentfleet.Client.Core 1.0.1

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

Agentfleet.Client.Core

Core types and abstractions for the Agentfleet .NET client. This package holds the wire contract only — the request/response records, DTOs, enums, options, and the IAgentfleetWorkflowClient interface — with no HTTP, DI, or transport dependencies (its only dependency is ErrorOr).

Depend on this package directly when you need the contract types without a transport — for example to share a DTO shape, write a test double, or target an alternative transport. To actually call the Agentfleet API, use Agentfleet.Client.Http, which provides the HttpClient-based implementation and the AddAgentfleetWorkflowClient DI registration.

Install

dotnet add package Agentfleet.Client.Core

Targets net8.0 and net10.0, so it can be consumed from any .NET 8+ application.

What's inside

  • IAgentfleetWorkflowClient — the workflow client surface: run a workflow, poll its instance, read step instances, model calls, and context.
  • RunWorkflowInstanceRequest, CancelWorkflowInstanceRequest and the matching response records.
  • WorkflowInstanceDto, StepInstanceDto, ModelCallDto, WorkflowInstanceContextDto, WorkflowInstanceContextValueDto.
  • WorkflowInstanceState, StepInstanceState, WorkflowInstanceContextKind, WorkflowInstanceContextStatus.
  • AgentfleetClientOptions, WorkflowRunWaitOptions, and IAgentfleetTokenProvider.

All methods return ErrorOr<T>: a non-2xx API response surfaces as errors rather than an exception.

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Agentfleet.Client.Core:

Package Downloads
Agentfleet.Client.Http

The HttpClient-based implementation of the Agentfleet .NET client, with AddAgentfleetWorkflowClient DI registration, bearer-token auth, and standard HTTP resilience. Run workflows against the Agentfleet API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 108 9/7/2026
1.0.0 218 8/26/2026