No description
Find a file
Kent Overstreet b083cc433c digest: add gather/find_args methods, collapse digest_auto to loop
DigestLevel gains two methods:
- gather(): returns (label, inputs) for a given arg — daily reads
  journal entries, weekly/monthly compute child labels and load files
- find_args(): returns candidate args from journal dates for auto-
  detection, handling per-level completeness checks

Public generate_daily/weekly/monthly become two-liners: gather + generate.
digest_auto collapses from three near-identical phases into a single
loop over LEVELS.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-03-03 17:42:50 -05:00
prompts digest: unify generators and prompts across all three levels 2026-03-03 17:34:00 -05:00
schema add position field to capnp schema 2026-02-28 23:15:10 -05:00
scripts knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
src digest: add gather/find_args methods, collapse digest_auto to loop 2026-03-03 17:42:50 -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