agent-runtime-http-api 0.1.0

Internal HTTP API contract for Agent Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "agent-runtime-http-api"
version = "0.1.0"
edition = "2024"
description = "Internal HTTP API contract for Agent Runtime"
license.workspace = true

[package.metadata.agent-runtime]
audience = "internal"

[dependencies]
runtime-types.workspace = true
serde.workspace = true
serde_json.workspace = true