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,