reenable memory scoring

This commit is contained in:
Kent Overstreet 2026-04-09 21:15:32 -04:00
parent b116b3536e
commit d2c0ef61a1

View file

@ -527,12 +527,9 @@ impl Mind {
} }
cmds.push(MindCommand::Compact); cmds.push(MindCommand::Compact);
/*
* Broken since the AST context window conversion:
if !self.config.no_agents { if !self.config.no_agents {
cmds.push(MindCommand::Score); cmds.push(MindCommand::Score);
} }
*/
} }
_ = tokio::time::sleep(timeout), if !has_input => dmn_expired = true, _ = tokio::time::sleep(timeout), if !has_input => dmn_expired = true,