refactor: remove core WhatsApp runtime channel seam

This commit is contained in:
Peter Steinberger
2026-03-31 15:16:09 +01:00
parent e8cb0b3659
commit 0ed7f1fd22
10 changed files with 29 additions and 350 deletions

View File

@@ -305,7 +305,6 @@ export function createPluginRuntimeMock(overrides: DeepPartial<PluginRuntime> =
slack: {} as PluginRuntime["channel"]["slack"],
matrix: {} as PluginRuntime["channel"]["matrix"],
signal: {} as PluginRuntime["channel"]["signal"],
whatsapp: {} as PluginRuntime["channel"]["whatsapp"],
},
events: {
onAgentEvent: vi.fn(() => () => {}) as unknown as PluginRuntime["events"]["onAgentEvent"],