consciousness/src/user
Kent Overstreet 1d61b091b0 WIP: Agent/AgentState — 36 errors remaining, all .lock() → .state.lock() or .context.lock()
Bulk replaced Arc<Mutex<Agent>> with Arc<Agent> across all files.
Fixed control.rs, memory.rs tool handlers. Fixed oneshot Backend.
Remaining errors are all agent.lock() → agent.state.lock() or
agent.context.lock() in mind/, user/, and a few in mod.rs.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-08 15:40:36 -04:00
..
chat.rs WIP: Agent/AgentState — 36 errors remaining, all .lock() → .state.lock() or .context.lock() 2026-04-08 15:40:36 -04:00
context.rs WIP: Agent/AgentState — 36 errors remaining, all .lock() → .state.lock() or .context.lock() 2026-04-08 15:40:36 -04:00
mod.rs Init tokenizer in consciousness binary main 2026-04-08 11:55:32 -04:00
subconscious.rs IT BUILDS: Full AST migration compiles — zero errors 2026-04-08 15:29:52 -04:00
thalamus.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
unconscious.rs fix unused imports 2026-04-06 22:43:55 -04:00
widgets.rs WIP: Rename context_new → context, delete old files, fix UI layer 2026-04-08 15:20:26 -04:00