agent-runtime-http-api 0.1.1

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

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