No description
Find a file
ProofOfConcept 9eaf5e6690 graph: extract current_metrics() from health_report
health_report() had a hidden write side effect — it saved a metrics
snapshot to disk while appearing to be a pure query (returns String).
Extract the pure computation into current_metrics(), make the save
explicit. daily_check() now uses current_metrics() too, eliminating
duplicated metric computation.
2026-03-05 10:24:12 -05:00
prompts digest: drop per-level instructions and section templates 2026-03-03 17:53:43 -05:00
schema types: unify all epoch timestamps to i64 2026-03-05 10:23:57 -05:00
scripts knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
src graph: extract current_metrics() from health_report 2026-03-05 10:24:12 -05:00
.gitignore knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
build.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
Cargo.lock digest: remove dead iso_week_info, use chrono directly everywhere 2026-03-03 17:26:01 -05:00
Cargo.toml replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00