langshell-tools 0.2.0

Built-in discovery, filesystem, and HTTP capability helpers for LangShell hosts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "langshell-tools"
description = "Built-in discovery, filesystem, and HTTP capability helpers for LangShell hosts."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/langshell-tools"
keywords = ["ai", "agents", "sandbox", "tools", "filesystem"]
categories = ["api-bindings", "development-tools"]

[dependencies]
langshell-core = { path = "../langshell-core", version = "0.2" }
serde_json = { workspace = true }