[package]
name = "agent-runtime-execution-api"
version = "0.1.0"
edition = "2024"
description = "Internal execution lifecycle contract for Agent Runtime"
license.workspace = true
[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