reenable memory scoring
This commit is contained in:
parent
b116b3536e
commit
d2c0ef61a1
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue