Files
openclaw/src/plugin-sdk/outbound-runtime.ts
2026-03-22 09:35:36 +00:00

4 lines
289 B
TypeScript

export { createRuntimeOutboundDelegates } from "../channels/plugins/runtime-forwarders.js";
export { resolveOutboundSendDep, type OutboundSendDeps } from "../infra/outbound/send-deps.js";
export { resolveAgentOutboundIdentity, type OutboundIdentity } from "../infra/outbound/identity.js";