forked from kent/consciousness
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> |
||
|---|---|---|
| .. | ||
| agent | ||
| bin | ||
| claude | ||
| cli | ||
| hippocampus | ||
| learn | ||
| mind | ||
| subconscious | ||
| thalamus | ||
| user | ||
| config.rs | ||
| lib.rs | ||
| main.rs | ||
| session.rs | ||
| util.rs | ||