consciousness/src/user
ProofOfConcept 6529aba069 Fix UI lag: try_lock on unconscious mutex, don't re-log restored nodes
The unconscious trigger holds the tokio mutex during heavy sync work
(store load, graph build, agent creation), blocking the UI tick which
needs the same lock for snapshots. Fix: try_lock in the UI — skip
the update if the trigger is running.

Also: restore_from_log was re-logging every restored node back to the
log file via push()'s auto-log. Added push_no_log() for restore path.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-09 01:07:55 -04:00
..
chat.rs Rename mind/dmn.rs to mind/subconscious.rs 2026-04-08 23:37:01 -04:00
context.rs ActiveTools wrapper: replace SharedActiveTools Arc<Mutex<Vec>> 2026-04-08 16:45:56 -04:00
mod.rs Fix UI lag: try_lock on unconscious mutex, don't re-log restored nodes 2026-04-09 01:07:55 -04:00
subconscious.rs Fix F3 context pane for unconscious agents 2026-04-09 01:03:16 -04:00
thalamus.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
unconscious.rs Compute graph health in consciousness, rename F4 to hippocampus 2026-04-09 00:45:26 -04:00
widgets.rs Fix: skip empty CoT nodes, expand AST children in conscious screen, timestamps 2026-04-08 17:18:48 -04:00