[dependencies.agents-aws]
optional = true
version = "0.0.2"
[dependencies.agents-core]
version = "0.0.2"
[dependencies.agents-runtime]
version = "0.0.2"
[dependencies.agents-toolkit]
optional = true
version = "0.0.2"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[features]
aws = ["dep:agents-aws"]
default = ["toolkit"]
full = ["toolkit", "aws"]
toolkit = ["dep:agents-toolkit"]
[lib]
name = "agents_sdk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools", "web-programming"]
description = "High-performance Rust SDK for composing reusable AI agents with custom tools, sub-agents, and prompts"
documentation = "https://docs.rs/agents-sdk"
edition = "2021"
homepage = "https://github.com/yafatek/rust-deep-agents-sdk"
keywords = ["ai", "agents", "llm", "tools", "automation"]
license = "MIT OR Apache-2.0"
name = "agents-sdk"
readme = "README.md"
repository = "https://github.com/yafatek/rust-deep-agents-sdk"
version = "0.0.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]