[package]
name = "agent-runtime-http-api"
version = "0.1.1"
edition = "2024"
description = "Internal HTTP API contract for Agent Runtime"
license.workspace = true
readme = "README.md"
documentation = "https://docs.rs/agent-runtime-http-api"
[package.metadata.agent-runtime]
audience = "internal"
[dependencies]
runtime-types.workspace = true
serde.workspace = true
serde_json.workspace = true