rendering

This commit is contained in:
Kent Overstreet 2026-04-05 23:04:10 -04:00
parent 36d698a3e1
commit 49cd6d6ab6
8 changed files with 178 additions and 157 deletions

View file

@ -247,6 +247,7 @@ impl Mind {
// Restore conversation
let mut ag = self.agent.lock().await;
ag.restore_from_log();
ag.changed.notify_one();
drop(ag);
}