[package]
edition = "2024"
rust-version = "1.90"
name = "lash-protocol-standard"
version = "0.1.0-alpha.63"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard protocol (native provider tool calls) for the lash agent runtime."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
"lash",
"agent",
"mode",
"tools",
"llm",
]
categories = [
"asynchronous",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"
[lib]
name = "lash_protocol_standard"
path = "src/lib.rs"
[[test]]
name = "embedded_builder"
path = "tests/embedded_builder.rs"
[[test]]
name = "native_tools"
path = "tests/native_tools.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.lash-core]
version = "=0.1.0-alpha.63"
[dependencies.serde_json]
version = "1"
[dev-dependencies.lash-plugin-process-controls]
version = "=0.1.0-alpha.63"
[dev-dependencies.lash-sqlite-store]
version = "=0.1.0-alpha.63"
[dev-dependencies.lash-tools]
version = "=0.1.0-alpha.63"
[dev-dependencies.tokio]
version = "1"
features = ["full"]
[dev-dependencies.tokio-util]
version = "0.7"