agent-runtime-execution-api 0.1.1

Internal execution lifecycle contract for Agent Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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