mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-14 02:40:45 +08:00
refactor(sync): extract IndexedDB graph persistence io cluster (Phase 5a)
This commit is contained in:
@@ -170,6 +170,13 @@ import { createGenerationRecallTransactions } from "../runtime/generation-recall
|
||||
import { createFinalRecallInjection } from "../runtime/final-recall-injection.js";
|
||||
import { createAutoExtractionDefer } from "../runtime/auto-extraction-defer.js";
|
||||
import { runPlannerRecallForEnaController } from "../runtime/planner-recall-controller.js";
|
||||
import {
|
||||
loadGraphFromIndexedDbImpl,
|
||||
maybeFlushQueuedGraphPersistImpl,
|
||||
queueGraphPersistToIndexedDbImpl,
|
||||
retryPendingGraphPersistImpl,
|
||||
saveGraphToIndexedDbImpl,
|
||||
} from "../sync/graph-persistence-io.js";
|
||||
import {
|
||||
consumeRerollRecallReuseMarker,
|
||||
createRerollRecallReuseMarker,
|
||||
@@ -801,6 +808,11 @@ async function createGraphPersistenceHarness({
|
||||
createFinalRecallInjection,
|
||||
createAutoExtractionDefer,
|
||||
runPlannerRecallForEnaController,
|
||||
loadGraphFromIndexedDbImpl,
|
||||
maybeFlushQueuedGraphPersistImpl,
|
||||
queueGraphPersistToIndexedDbImpl,
|
||||
retryPendingGraphPersistImpl,
|
||||
saveGraphToIndexedDbImpl,
|
||||
consumeRerollRecallReuseMarker,
|
||||
createRerollRecallReuseMarker,
|
||||
createRecallMessageUiController() {
|
||||
|
||||
Reference in New Issue
Block a user