mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 17:43:05 +00:00
Docs: point message runtime docs and tests at plugin-owned code
This commit is contained in:
@@ -228,6 +228,13 @@ responsible for forwarding the current chat/session identity into the plugin
|
||||
discovery boundary so the shared `message` tool exposes the right channel-owned
|
||||
surface for the current turn.
|
||||
|
||||
For channel-owned execution helpers, bundled plugins should keep the execution
|
||||
runtime inside their own extension modules. Core no longer owns the Discord,
|
||||
Slack, Telegram, or WhatsApp message-action runtimes under `src/agents/tools`.
|
||||
`agent-runtime` still re-exports the Discord and Telegram helpers for backward
|
||||
compatibility, but we do not publish separate `plugin-sdk/*-action-runtime`
|
||||
subpaths and new plugins should import their own local runtime code directly.
|
||||
|
||||
## Capability ownership model
|
||||
|
||||
OpenClaw treats a native plugin as the ownership boundary for a **company** or a
|
||||
|
||||
Reference in New Issue
Block a user