agents-sdk 0.0.9

High-performance Rust SDK for composing reusable AI agents with custom tools, sub-agents, and prompts
Documentation
[dependencies.agents-aws]
optional = true
version = "0.0.9"

[dependencies.agents-core]
version = "0.0.9"

[dependencies.agents-macros]
optional = true
version = "0.0.9"

[dependencies.agents-persistence]
optional = true
version = "0.0.9"

[dependencies.agents-runtime]
version = "0.0.9"

[dependencies.agents-toolkit]
optional = true
version = "0.0.9"

[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"]
aws-full = ["aws", "dynamodb"]
default = ["toolkit"]
dynamodb = ["dep:agents-aws", "agents-aws/dynamodb"]
full = ["toolkit", "aws-full", "persistence"]
persistence = ["redis", "postgres"]
postgres = ["dep:agents-persistence", "agents-persistence/postgres"]
redis = ["dep:agents-persistence", "agents-persistence/redis"]
toolkit = ["dep:agents-toolkit", "dep:agents-macros"]

[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.9"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]