latch-cache 0.2.0

Prompt cache metadata planning and injection helpers for Latch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "latch-cache"
version = "0.2.0"
edition = "2021"
description = "Prompt cache metadata planning and injection helpers for Latch"
license = "Apache-2.0"
repository = "https://github.com/EeroEternal/latch"
homepage = "https://github.com/EeroEternal/latch"

[dependencies]
latch-core = { version = "0.2.0", path = "../latch-core" }
serde = { version = "1.0", features = ["derive"] }