agent-runtime-kernel-api 0.1.1

Internal Kernel contract for Agent Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
# Agent Runtime Kernel API

`agent-runtime-kernel-api` defines the boundary between execution coordination
and the Runtime Kernel, including bounded context configuration, Kernel events,
definition resolution, and failure semantics.

This is a published internal contract. Extensions should implement the public
interfaces exposed by `agent-runtime-sdk`, not couple directly to the Kernel.

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