Page restyling

This commit is contained in:
Ettore Di Giacinto
2025-03-03 23:08:58 +01:00
parent 173eda4fb3
commit d714c4f80b
5 changed files with 1029 additions and 648 deletions

View File

@@ -61,6 +61,8 @@ func (a *Agent) knowledgeBaseLookup() {
}
func (a *Agent) saveCurrentConversationInMemory() {
if !a.options.enableLongTermMemory && !a.options.enableSummaryMemory {
xlog.Debug("Long term memory is disabled", "agent", a.Character.Name)
return