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
<PackageReference Include="Agentfleet.Client.Core" Version="1.0.1" />
<PackageVersion Include="Agentfleet.Client.Core" Version="1.0.1" />
<PackageReference Include="Agentfleet.Client.Core" />
paket add Agentfleet.Client.Core --version 1.0.1
#r "nuget: Agentfleet.Client.Core, 1.0.1"
#:package Agentfleet.Client.Core@1.0.1
#addin nuget:?package=Agentfleet.Client.Core&version=1.0.1
#tool nuget:?package=Agentfleet.Client.Core&version=1.0.1
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,CancelWorkflowInstanceRequestand the matching response records.WorkflowInstanceDto,StepInstanceDto,ModelCallDto,WorkflowInstanceContextDto,WorkflowInstanceContextValueDto.WorkflowInstanceState,StepInstanceState,WorkflowInstanceContextKind,WorkflowInstanceContextStatus.AgentfleetClientOptions,WorkflowRunWaitOptions, andIAgentfleetTokenProvider.
All methods return ErrorOr<T>: a non-2xx API response surfaces as errors rather than an exception.
| 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. 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. |
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.