`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).