consciousness/src/mind
Kent Overstreet 74945e5754 Move unconscious agents to their own task with watch channel
Instead of managing idle timers in the mind event loop, the
unconscious agents run on a dedicated task that watches a
conscious_active channel. 60s after conscious activity stops,
agents start looping. Conscious activity cancels the timer.

Expose mind state (DMN, scoring, unconscious timer) on the
thalamus screen.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-04-10 03:20:12 -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 Move unconscious agents to their own task with watch channel 2026-04-10 03:20:12 -04:00
subconscious.rs Exclude DMN nodes from subconscious trigger byte count 2026-04-10 02:41:26 -04:00
unconscious.rs Unconscious agents: 60s idle timer, no cooldown 2026-04-10 02:41:26 -04:00