consciousness/src/mind
Kent Overstreet 949dacd861 Fast startup: mmap backward scan instead of reading full log
Uses JsonlBackwardIter (SIMD memrchr3) to scan the conversation log
newest-first without reading/parsing the whole file. Stops as soon
as the conversation budget is full. Only the kept nodes get
retokenized and pushed into context.

18MB log → only tokenize the ~50 nodes that fit in the budget.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-09 13:09:26 -04:00
..
identity.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
log.rs Fast startup: mmap backward scan instead of reading full log 2026-04-09 13:09:26 -04:00
mod.rs Unconscious agents: persistent AutoAgent, shared Agent Arc for UI 2026-04-09 01:00:48 -04:00
subconscious.rs Replace push() with explicit push_log() and push_no_log() 2026-04-09 01:10:40 -04:00
unconscious.rs Defer graph health computation to first trigger, not startup 2026-04-09 01:05:08 -04:00