Files
poimen-memory/crates/mem-llm/Cargo.toml
T
rock e6e39cf6fd
Build and Push / Test (push) Failing after 2m37s
Build and Push / Build and push image (push) Skipped
feat(core): implement full memory pipeline (#11)
2026-08-24 01:37:16 +00:00

19 lines
452 B
TOML

[package]
name = "mem-llm"
version = "0.1.0"
edition = "2021"
[dependencies]
mem-core = { path = "../mem-core" }
tokio = { workspace = true }
futures = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
reqwest = { workspace = true }
tracing = { workspace = true }
chrono = { workspace = true }
pgvector = { workspace = true }
uuid = { workspace = true }