Files
poimen-memory/crates/mem-ingest/Cargo.toml
T
rock 1e5c3d1433
CI / CI (push) Successful in 15m5s
feat: setup phase 3 agent infrastructure + enable docker ci on prs
- Enable docker build, sha extraction on PRs (validate Dockerfile)
   - Add SOPS encrypted memory-agent credentials
   - Plan 15 tasks: 5 memory service + 10 temporal workflow
   - Milestone: monitoring-agent (due 2025-03-15)
   - Ready: Forgejo API token needed for PR automation
 ```

Co-authored-by: rock <[email protected]>
2026-09-08 23:16:31 +00:00

27 lines
681 B
TOML

[package]
name = "mem-ingest"
version = "0.1.0"
edition = "2021"
[dependencies]
mem-core = { path = "../mem-core" }
mem-chunk = { path = "../mem-chunk" }
tokio = { workspace = true, features = ["io-util", "fs"] }
futures = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
time = { workspace = true }
chrono = { workspace = true }
walkdir = "2.5"
sha2 = { workspace = true }
regex = { workspace = true }
async-trait = { workspace = true }
reqwest = { workspace = true }
[dev-dependencies]
time = { workspace = true }