consciousness/src/user
Kent Overstreet 93f5f8b0c7 Shared forked agent — UI reads subconscious entries live
The forked agent is now behind Arc<tokio::sync::Mutex<Agent>>,
stored on SubconsciousAgent and passed to the spawned task. The
subconscious detail screen locks it via try_lock() to read entries
from the fork point — live during runs, persisted after completion.

Removes last_run_entries snapshot. Backend::Forked now holds the
shared Arc, all push operations go through the lock.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 03:09:06 -04:00
..
chat.rs Kill publish_context_state() — screens lock the agent directly 2026-04-07 03:03:24 -04:00
context.rs Kill publish_context_state() — screens lock the agent directly 2026-04-07 03:03:24 -04:00
mod.rs Kill publish_context_state() — screens lock the agent directly 2026-04-07 03:03:24 -04:00
subconscious.rs Shared forked agent — UI reads subconscious entries live 2026-04-07 03:09:06 -04:00
thalamus.rs fix unused imports 2026-04-06 22:43:55 -04:00
unconscious.rs fix unused imports 2026-04-06 22:43:55 -04:00