[package]
edition = "2021"
rust-version = "1.75"
name = "agnt-tools"
version = "0.3.1"
authors = ["doop"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in tools for the agnt agent runtime — filesystem, search, fetch, shell. Sandbox-aware."
homepage = "https://github.com/hmbldv/agnt"
documentation = "https://docs.rs/agnt-tools"
readme = "README.md"
keywords = [
"agent",
"llm",
"tools",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hmbldv/agnt"
[features]
bwrap-shell = ["shell"]
default = []
shell = []
[lib]
name = "agnt_tools"
path = "src/lib.rs"
[dependencies.agnt-core]
version = "0.3"
[dependencies.fs2]
version = "0.4"
[dependencies.glob]
version = "0.3"
[dependencies.native-tls]
version = "0.2"
[dependencies.regex]
version = "1.10"
[dependencies.serde_json]
version = "1"
[dependencies.shell-words]
version = "1.1"
[dependencies.tracing]
version = "0.1"
features = [
"std",
"attributes",
]
default-features = false
[dependencies.ureq]
version = "2.12"
features = [
"json",
"native-tls",
"gzip",
]
default-features = false
[dependencies.url]
version = "2.5"
[dependencies.walkdir]
version = "2.5"