[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1"
[dependencies.futures]
version = "0.3"
[dependencies.glob]
default-features = false
version = "0.3"
[dependencies.html2text]
version = "0.14"
[dependencies.log]
version = "0.4"
[dependencies.regex]
default-features = false
features = ["std", "unicode-perl"]
version = "1.10"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2"
[dependencies.time]
features = ["serde", "std", "formatting", "parsing"]
version = "0.3"
[dependencies.tokio]
features = ["sync", "fs", "process", "time"]
version = "1.40"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.40"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "basic_agent"
path = "examples/basic_agent.rs"
[[example]]
name = "custom_hooks"
path = "examples/custom_hooks.rs"
[[example]]
name = "custom_tool"
path = "examples/custom_tool.rs"
[[example]]
name = "with_primitive_tools"
path = "examples/with_primitive_tools.rs"
[lib]
name = "agent_sdk"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"
[lints.rust]
unsafe_code = "forbid"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Rust Agent SDK for building LLM agents"
edition = "2024"
keywords = ["agent", "llm", "ai", "anthropic", "tools"]
license = "Apache-2.0"
name = "agent-sdk"
readme = "README.md"
repository = "https://github.com/bipa-app/agent-sdk"
version = "0.2.0"