langshell 0.2.0

Rust SDK for building stateful, capability-scoped LangShell runtimes.
Documentation
[package]
name = "langshell"
description = "Rust SDK for building stateful, capability-scoped LangShell runtimes."
publish = true
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/langshell"
keywords = ["ai", "agents", "sandbox", "python", "runtime"]
categories = ["api-bindings", "asynchronous"]

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

[dev-dependencies]
tokio = { workspace = true }