[feat] hypamemory first commit

This commit is contained in:
kwaroran
2023-06-29 00:25:51 +09:00
parent 1026945996
commit 6dc105c69a
5 changed files with 727 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ import { stableDiff } from "./stableDiff";
import { processScript, processScriptFull } from "./scripts";
import { exampleMessage } from "./exampleMessages";
import { sayTTS } from "./tts";
import { supaMemory } from "./supaMemory";
import { supaMemory } from "./memory/supaMemory";
import { v4 } from "uuid";
import { cloneDeep } from "lodash";
import { groupOrder } from "./group";