Files
openclaw/src/plugin-sdk/channel-envelope.ts
2026-04-24 05:19:36 +01:00

8 lines
210 B
TypeScript

// Narrow inbound envelope helpers for hot channel message-formatting paths.
export {
formatInboundEnvelope,
resolveEnvelopeFormatOptions,
type EnvelopeFormatOptions,
} from "../auto-reply/envelope.js";