fix: remove stale sqlite refactor imports

This commit is contained in:
Peter Steinberger
2026-05-16 18:00:45 +01:00
parent c81a6501b1
commit cdd84e8b19
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
import fs from "node:fs";
import { normalizeOptionalAgentRuntimeId } from "../../../agents/agent-runtime-id.js";
import { resolveConfiguredProviderFallback } from "../../../agents/configured-provider-fallback.js";
import { DEFAULT_MODEL, DEFAULT_PROVIDER } from "../../../agents/defaults.js";
import { splitTrailingAuthProfile } from "../../../agents/model-ref-profile.js";

View File

@@ -13,10 +13,7 @@ import {
runOpenClawAgentWriteTransaction,
} from "../../state/openclaw-agent-db.js";
import { type OpenClawStateDatabaseOptions } from "../../state/openclaw-state-db.js";
import {
normalizeDeliveryContext,
normalizeSessionDeliveryFields,
} from "../../utils/delivery-context.shared.js";
import { normalizeSessionDeliveryFields } from "../../utils/delivery-context.shared.js";
import {
conversationIdentityFromSessionEntry,
type ConversationIdentity,