forked from kent/consciousness
Move turn_handle into MindState (behind the mutex). All Mind methods now take &self. Mind can be shared across tasks without Arc — it's Send + Sync and immutable from the outside. Manual Clone impl for MindState skips turn_handle (not needed for UI diffing). Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev> |
||
|---|---|---|
| .. | ||
| agent | ||
| bin | ||
| claude | ||
| cli | ||
| hippocampus | ||
| learn | ||
| mind | ||
| subconscious | ||
| thalamus | ||
| user | ||
| config.rs | ||
| lib.rs | ||
| main.rs | ||
| session.rs | ||
| util.rs | ||