agent-runtime-execution 0.1.0

Internal durable execution coordinator for Agent Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Agent Runtime Execution

`agent-runtime-execution` coordinates the durable execution lifecycle between
the transport boundary and Runtime Kernel. It owns admission control,
idempotency, cancellation, recovery, journal transitions, delegated sessions,
and graceful shutdown.

This is a published internal Runtime implementation used by Bootstrap. Agent
and tool authors should use `agent-runtime-sdk`.

See the [API documentation](https://docs.rs/agent-runtime-execution).