lash-protocol-rlm 0.1.0-alpha.39

RLM protocol (persistent Lashlang execution) for the lash agent runtime.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "lash-protocol-rlm"
version = "0.1.0-alpha.39"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RLM protocol (persistent Lashlang execution) for the lash agent runtime."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
    "lash",
    "agent",
    "rlm",
    "lashlang",
    "llm",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"

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

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

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

[dependencies.jsonschema]
version = "0.18"

[dependencies.lash-core]
version = "=0.1.0-alpha.39"

[dependencies.lash-plugin-tool-output-budget]
version = "=0.1.0-alpha.39"

[dependencies.lash-rlm-types]
version = "=0.1.0-alpha.39"

[dependencies.lashlang]
version = "=0.1.0-alpha.39"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.insta]
version = "1"

[dev-dependencies.lash-core]
version = "=0.1.0-alpha.39"
features = ["testing"]

[dev-dependencies.lash-protocol-standard]
version = "=0.1.0-alpha.39"

[dev-dependencies.lash-sansio]
version = "=0.1.0-alpha.39"