mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:52:25 +00:00
4 lines
289 B
TypeScript
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";
|