persistence

This commit is contained in:
2026-04-05 05:14:20 +09:00
parent 2d7e6bd5d6
commit 00e3ae1932
15 changed files with 1450 additions and 1 deletions
Generated
+25
View File
@@ -784,6 +784,19 @@ dependencies = [
"syn",
]
[[package]]
name = "llm-worker-persistence"
version = "0.1.0"
dependencies = [
"llm-worker",
"serde",
"serde_json",
"tempfile",
"thiserror",
"tokio",
"uuid",
]
[[package]]
name = "log"
version = "0.4.29"
@@ -1664,6 +1677,18 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
dependencies = [
"getrandom 0.4.2",
"js-sys",
"serde_core",
"wasm-bindgen",
]
[[package]]
name = "valuable"
version = "0.1.1"