refactor: narrow cron delivery session imports

This commit is contained in:
Shakker 2026-04-01 16:23:34 +01:00 committed by Shakker
parent 12fa700579
commit a4efe7c028
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ import { SILENT_REPLY_TOKEN } from "../../auto-reply/tokens.js";
import type { ReplyPayload } from "../../auto-reply/types.js";
import { createOutboundSendDeps, type CliDeps } from "../../cli/outbound-send-deps.js";
import type { OpenClawConfig } from "../../config/config.js";
import { resolveAgentMainSessionKey, resolveMainSessionKey } from "../../config/sessions.js";
import {
resolveAgentMainSessionKey,
resolveMainSessionKey,
} from "../../config/sessions/main-session.js";
import { callGateway } from "../../gateway/call.js";
import { sleepWithAbort } from "../../infra/backoff.js";
import {