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