hehe-tools 0.0.1

Tool system and built-in tools for hehe AI Agent framework
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.glob]
version = "0.3"

[dependencies.hehe-core]
version = "0.0.1"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
optional = true
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full", "fs", "process", "io-util"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

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

[features]
builtin = []
default = ["builtin"]
http = ["builtin", "reqwest"]
shell = ["builtin"]

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

[package]
authors = ["hehe contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Tool system and built-in tools for hehe AI Agent framework"
documentation = "https://docs.rs/hehe-tools"
edition = "2021"
keywords = ["ai", "agent", "tools", "function-calling"]
license = "MIT OR Apache-2.0"
name = "hehe-tools"
readme = false
repository = "https://github.com/user/hehe"
rust-version = "1.75"
version = "0.0.1"