import type { CliDeps } from "../cli/deps.types.js"; import { createOutboundSendDeps } from "../cli/outbound-send-deps.js"; import type { OpenClawConfig } from "../config/types.js"; import { formatErrorMessage } from "../infra/errors.js"; import { deliverOutboundPayloads } from "../infra/outbound/deliver.js"; import { resolveAgentOutboundIdentity } from "../infra/outbound/identity.js"; import { buildOutboundSessionContext } from "../infra/outbound/session-context.js"; import { getChildLogger } from "../logging.js"; import {
resolveFailureDestination,
type CronFailureDeliveryPlan,
type CronFailureDestinationInput,
type CronDeliveryPlan,
resolveCronDeliveryPlan,
} from "./delivery-plan.js"; import { resolveDeliveryTarget } from "./isolated-agent/delivery-target.js"; import type { CronMessageChannel } from "./types.js";
export {
resolveCronDeliveryPlan,
resolveFailureDestination,
type CronDeliveryPlan,
type CronFailureDeliveryPlan,
type CronFailureDestinationInput,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.