llmtoolbox 0.3.1

A common API for turning Rust code into callable functions for llms
Documentation
[dependencies.error_set]
version = "0.8"

[dependencies.llmtool]
version = "=0.3.1"

[dependencies.serde_json]
version = "1"

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

[dev-dependencies.schemars]
version = "=1.0.0-alpha.17"

[dev-dependencies.serde]
features = ["serde_derive"]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A common API for turning Rust code into callable functions for llms"
edition = "2021"
license = "Apache-2.0"
name = "llmtoolbox"
readme = false
repository = "https://github.com/mcmah309/llmtoolbox"
version = "0.3.1"

[[test]]
name = "mod"
path = "tests/mod.rs"