agent-runtime-extension-api 0.1.1

Internal extension contract backing the Agent Runtime SDK
Documentation
[package]
name = "agent-runtime-extension-api"
version = "0.1.1"
edition = "2024"
description = "Internal extension contract backing the Agent Runtime SDK"
license.workspace = true
readme = "README.md"
documentation = "https://docs.rs/agent-runtime-extension-api"

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

[dependencies]
runtime-types.workspace = true
async-trait.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio-util.workspace = true