From d2c0ef61a1e5bf1a589d3415465181ca12193cb0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 9 Apr 2026 21:15:32 -0400 Subject: [PATCH] reenable memory scoring --- src/mind/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mind/mod.rs b/src/mind/mod.rs index 2241ea2..8838583 100644 --- a/src/mind/mod.rs +++ b/src/mind/mod.rs @@ -527,12 +527,9 @@ impl Mind { } cmds.push(MindCommand::Compact); - /* - * Broken since the AST context window conversion: if !self.config.no_agents { cmds.push(MindCommand::Score); } - */ } _ = tokio::time::sleep(timeout), if !has_input => dmn_expired = true,