Signal: move message actions behind plugin boundary

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 03:19:23 +00:00
parent 56066dccb0
commit 1777b99ccc
10 changed files with 44 additions and 35 deletions

View File

@@ -44,6 +44,7 @@ export * from "../channels/plugins/whatsapp-heartbeat.js";
export * from "../infra/outbound/send-deps.js";
export * from "../polls.js";
export * from "../utils/message-channel.js";
export { createActionGate, jsonResult, readStringParam } from "../agents/tools/common.js";
export * from "./channel-lifecycle.js";
export type {
InteractiveButtonStyle,