Mintokei.Runner.Host
0.1.0
dotnet add package Mintokei.Runner.Host --version 0.1.0
NuGet\Install-Package Mintokei.Runner.Host -Version 0.1.0
<PackageReference Include="Mintokei.Runner.Host" Version="0.1.0" />
<PackageVersion Include="Mintokei.Runner.Host" Version="0.1.0" />
<PackageReference Include="Mintokei.Runner.Host" />
paket add Mintokei.Runner.Host --version 0.1.0
#r "nuget: Mintokei.Runner.Host, 0.1.0"
#:package Mintokei.Runner.Host@0.1.0
#addin nuget:?package=Mintokei.Runner.Host&version=0.1.0
#tool nuget:?package=Mintokei.Runner.Host&version=0.1.0
Mintokei.Runner.Host
The backend half of Mintokei's distributed execution: accept a fleet of dial-in worker machines
over gRPC and dispatch agent CLIs to them, streaming their output back over a durable outbox. Embeds
Mintokei.AgentEngine and
Mintokei.AgentControlPlane.
It is coupled to your application only through a small optional callback interface, IRunnerHost —
the transport raises events (runner connected, installed CLIs reported, process orphaned,
disconnected, …) and your app reacts to the ones it cares about. Nothing here references product
concepts; task lifecycle, capacity accounting, and workspace semantics stay in your code.
builder.Services.AddRunnerHostCore(o => o.CliProbesProvider = ...);
// optionally: builder.Services.AddSingleton<IRunnerHost, MyRunnerHost>();
See samples/RemoteRunnerMinimal
for the smallest possible backend that accepts remote runners.
Part of the Mintokei Agent Runtime. The worker side is
Mintokei.Runner.Client.
License
MIT
| 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
- Grpc.AspNetCore.Server (>= 2.71.0)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.2)
- Mintokei.AgentControlPlane (>= 0.1.0)
- Mintokei.AgentEngine (>= 0.1.0)
- Mintokei.Runner.Contracts (>= 0.1.0)
- Mintokei.Runner.Contracts.Grpc (>= 0.1.0)
- System.IdentityModel.Tokens.Jwt (>= 8.0.1)
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.1.0 | 91 | 7/14/2026 |