refactor(channels): route core through registered plugin capabilities

This commit is contained in:
Peter Steinberger
2026-03-30 01:00:20 +01:00
parent 471e059b69
commit 63cbc097b5
38 changed files with 1014 additions and 429 deletions

View File

@@ -1,5 +1,5 @@
import { sendMessageTelegram } from "../../extensions/telegram/runtime-api.js";
import { loadConfig } from "../../src/config/config.js";
import { sendMessageTelegram } from "../../src/plugin-sdk/telegram-runtime.js";
import { matchPluginCommand, executePluginCommand } from "../../src/plugins/commands.js";
import { loadOpenClawPlugins } from "../../src/plugins/loader.js";