consciousness/src
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
..
bin spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
store replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00
audit.rs digest: split into focused modules, externalize prompts 2026-03-03 17:18:18 -05:00
consolidate.rs replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00
digest.rs digest: add gather/find_args methods, collapse digest_auto to loop 2026-03-03 17:42:50 -05:00
enrich.rs replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00
graph.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00
llm.rs digest: split into focused modules, externalize prompts 2026-03-03 17:18:18 -05:00
main.rs replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00
migrate.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00
neuro.rs digest: split into focused modules, externalize prompts 2026-03-03 17:18:18 -05:00
query.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00
search.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00
similarity.rs query: rich QueryResult + toolkit cleanup 2026-03-03 12:07:04 -05:00
spectral.rs spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
util.rs replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00