Merge branch 'main' into feat/deepseek-provider

This commit is contained in:
07akioni
2026-03-18 10:24:55 +08:00
committed by GitHub
38 changed files with 192 additions and 176 deletions

View File

@@ -231,9 +231,9 @@ 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.
We do not publish separate `plugin-sdk/*-action-runtime` subpaths, and bundled
plugins should import their own local runtime code directly from their
extension-owned modules.
## Capability ownership model