Deploy Poimen Memory K8s cluster with ArgoCD tracking (M2.2, M3.5-M3.7)
ci / markdown (push) Waiting to run

This commit is contained in:
Story Crater Bot
2026-08-22 23:13:42 -07:00
parent 9c723fe66f
commit d3be7f6fd4
105 changed files with 10973 additions and 113 deletions
+12
View File
@@ -32,18 +32,30 @@ tracing-subscriber = "0.3"
toml = "0.8"
hex = "0.4"
time = { version = "0.3", features = ["serde", "formatting", "parsing", "macros"] }
chrono = { version = "0.4", features = ["serde"] }
tokenizers = "0.13"
once_cell = "1.19"
actix-web = "4.4"
actix-rt = "2.9"
uuid = { version = "1.6", features = ["v4", "serde"] }
[dev-dependencies]
toml = { workspace = true }
mem-core = { path = "crates/mem-core" }
mem-chunk = { path = "crates/mem-chunk" }
mem-ingest = { path = "crates/mem-ingest" }
mem-llm = { path = "crates/mem-llm" }
mem-store = { path = "crates/mem-store" }
mem-cli = { path = "crates/mem-cli" }
anyhow = { workspace = true }
serde_json = { workspace = true }
time = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
actix-web = { workspace = true }
actix-rt = { workspace = true }
wiremock = "0.6"
chrono = { version = "0.4", features = ["serde"] }
[profile.release]
opt-level = 3