Agentfleet.Client.Core
1.0.0
See the version list below for details.
dotnet add package Agentfleet.Client.Core --version 1.0.0
NuGet\Install-Package Agentfleet.Client.Core -Version 1.0.0
<PackageReference Include="Agentfleet.Client.Core" Version="1.0.0" />
<PackageVersion Include="Agentfleet.Client.Core" Version="1.0.0" />
<PackageReference Include="Agentfleet.Client.Core" />
paket add Agentfleet.Client.Core --version 1.0.0
#r "nuget: Agentfleet.Client.Core, 1.0.0"
#:package Agentfleet.Client.Core@1.0.0
#addin nuget:?package=Agentfleet.Client.Core&version=1.0.0
#tool nuget:?package=Agentfleet.Client.Core&version=1.0.0
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.
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 | 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
- ErrorOr (>= 2.0.1)
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.