tea-context 0.1.0

Deterministic prompt modules, context providers, and compiler for tea-rs
Documentation
[package]
name = "tea-context"
version = "0.1.0"
description = "Deterministic prompt modules, context providers, and compiler for tea-rs"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
publish = ["crates-io"]
autotests = false
readme = "README.md"
keywords = ["agent", "prompt", "context"]
categories = ["data-structures"]

[lib]
doctest = false

[dependencies]
tea-protocol = { version = "=0.1.0", path = "../tea-protocol" }
tea-tools = { version = "=0.1.0", path = "../tea-tools", default-features = false }
serde.workspace = true
thiserror.workspace = true

[dev-dependencies]
futures-util.workspace = true
serde_json.workspace = true

[lints]
workspace = true

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