agent-runtime-extension-api 0.1.0

Internal extension contract backing the Agent Runtime SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "agent-runtime-extension-api"
version = "0.1.0"
edition = "2024"
description = "Internal extension contract backing the Agent Runtime SDK"
license.workspace = true

[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