@agentic-kernel/distributed
v0.6.0
Published
Durable job scheduling for a distributed runtime: exclusive leases, heartbeat, retry/backoff, idempotent side-effect records, and dead-letter inspection. `RuntimeJobRunner` dispatches run-continuation / approval-resume / compaction / memory-extraction job
Downloads
387
Readme
@agentic-kernel/distributed
Durable job scheduling for a distributed runtime: exclusive leases, heartbeat, retry/backoff, idempotent side-effect records, and dead-letter inspection. RuntimeJobRunner dispatches run-continuation / approval-resume / compaction / memory-extraction jobs by type.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/distributedUsage
import { InMemoryDistributedScheduler, RuntimeJobRunner } from "@agentic-kernel/distributed";
const scheduler = new InMemoryDistributedScheduler();See the documentation site for guides and the full API.
License
Apache-2.0
