agents-toolkit 0.0.30

Reusable tools and utilities for Rust deep agents.
Documentation
[dependencies.agents-core]
version = "0.0.30"

[dependencies.agents-macros]
version = "0.0.30"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.reqwest]
version = "0.12.23"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[lib]
name = "agents_toolkit"
path = "src/lib.rs"

[package]
authors = ["YAFATEK <hello@yafatek.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools"]
description = "Reusable tools and utilities for Rust deep agents."
documentation = "https://docs.rs/agents-toolkit"
edition = "2021"
homepage = "https://github.com/yafatek/rust-deep-agents-sdk"
keywords = ["ai", "agents", "llm", "tools", "utilities"]
license = "MIT"
name = "agents-toolkit"
readme = "README.md"
repository = "https://github.com/yafatek/rust-deep-agents-sdk"
version = "0.0.30"