`agent-runtime-http-api` owns provider-neutral HTTP request, response, event,
and OpenAPI value types for the Runtime transport boundary. It contains no Axum
server implementation or execution logic.
This is a published internal contract used by Runtime components. External
clients should integrate against the generated HTTP/OpenAPI contract rather
than treating this crate as a stable SDK.
See the [API documentation](https://docs.rs/agent-runtime-http-api).