consciousness/src/mind
Kent Overstreet 7c5fddcb19 Fix input blocked during scoring: release agent lock before disk write
The scoring callback was holding the agent lock while doing a
synchronous file write (save_memory_scores). This blocked the event
loop from acquiring the lock to process user input.

Fix: collect the scores snapshot while holding the lock, drop the
lock, then write to disk.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 22:32:10 -04:00
..
dmn.rs WIP: ContextEntry/ContextSection data structures for incremental token counting 2026-04-07 20:48:08 -04:00
identity.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
log.rs fix logging assistant messages 2026-04-06 23:04:08 -04:00
mod.rs Fix input blocked during scoring: release agent lock before disk write 2026-04-07 22:32:10 -04:00