sgr-agent-tools 0.4.2

14 reusable file-system tools for sgr-agent based AI agents
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "sgr-agent-tools"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "14 reusable file-system tools for sgr-agent based AI agents"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "tools",
    "filesystem",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/fortunto2/rust-code"
resolver = "2"

[features]
default = []
eval = ["dep:boa_engine"]
local-fs = ["tokio/fs"]
patch = []
shell = [
    "tokio/process",
    "tokio/time",
]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.boa_engine]
version = "0.20"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.llm_json]
version = "1.0"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sgr-agent-core]
version = "0.2.0"

[dependencies.strsim]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["rt"]

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