mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Reorganize modules into layered directories
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
rebindProcessedHistoryStateToChat,
|
||||
rollbackBatch,
|
||||
snapshotProcessedMessageHashes,
|
||||
} from "../runtime-state.js";
|
||||
import { createEmptyGraph } from "../graph.js";
|
||||
} from "../runtime/runtime-state.js";
|
||||
import { createEmptyGraph } from "../graph/graph.js";
|
||||
|
||||
const chat = [
|
||||
{ is_user: true, mes: "你好" },
|
||||
|
||||
Reference in New Issue
Block a user