openclaw/extensions/wps/src/index.ts
testmsr b97cca2dad Draft
feat(channels): add WPS channel integration
2026-01-28 10:36:09 +08:00

3 lines
153 B
TypeScript

export { monitorWpsProvider } from "./monitor.js";
export { wpsOutbound } from "./send.js";
export { type WpsConfig, WpsConfigSchema } from "./types.js";