[package]
edition = "2024"
rust-version = "1.85.0"
name = "adk-action"
version = "0.8.0"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared action node types for ADK-Rust graph workflows"
documentation = "https://docs.rs/adk-action"
readme = "README.md"
keywords = [
"ai",
"agents",
"workflow",
"action",
"nodes",
]
categories = [
"science",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"
[lib]
name = "adk_action"
path = "src/lib.rs"
[[test]]
name = "interpolation_property_tests"
path = "tests/interpolation_property_tests.rs"
[[test]]
name = "roundtrip_property_tests"
path = "tests/roundtrip_property_tests.rs"
[dependencies.adk-core]
version = "0.8.0"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.serde_json]
version = "1.0"