docs: refresh text runtime sdk refs

This commit is contained in:
Peter Steinberger
2026-04-04 19:31:32 +01:00
parent c329dd8250
commit 9aec55f0a2
3 changed files with 6 additions and 2 deletions

View File

@@ -1082,11 +1082,15 @@ authoring plugins:
`openclaw/plugin-sdk/reply-history`,
`openclaw/plugin-sdk/routing`,
`openclaw/plugin-sdk/status-helpers`,
`openclaw/plugin-sdk/text-runtime`,
`openclaw/plugin-sdk/runtime-store`, and
`openclaw/plugin-sdk/directory-runtime` for shared runtime/config helpers.
`telegram-command-config` is the narrow public seam for Telegram custom
command normalization/validation and stays available even if the bundled
Telegram contract surface is temporarily unavailable.
`text-runtime` is the shared text/markdown/logging seam, including
assistant-visible-text stripping, markdown render/chunking helpers, redaction
helpers, directive-tag helpers, and safe-text utilities.
- Approval-specific channel seams should prefer one `approvalCapability`
contract on the plugin. Core then reads approval auth, delivery, render, and
native-routing behavior through that one capability instead of mixing

View File

@@ -255,7 +255,7 @@ Current bundled provider examples:
| `plugin-sdk/keyed-async-queue` | Ordered async queue | `KeyedAsyncQueue` |
| `plugin-sdk/media-runtime` | Shared media helpers | Media fetch/transform/store helpers plus media payload builders |
| `plugin-sdk/media-understanding-runtime` | Media-understanding runtime facade | Media-understanding runner facade and typed result helpers |
| `plugin-sdk/text-runtime` | Shared text helpers | Text, markdown, logging, and formatting helpers |
| `plugin-sdk/text-runtime` | Shared text helpers | Assistant-visible-text stripping, markdown render/chunking/table helpers, redaction helpers, directive-tag helpers, safe-text utilities, and related text/logging helpers |
| `plugin-sdk/text-chunking` | Text chunking helpers | Outbound text chunking helper |
| `plugin-sdk/speech-runtime` | Speech runtime facade | TTS resolution and synthesis helpers |
| `plugin-sdk/speech-core` | Shared speech core | Speech provider types, registry, directives, normalization |

View File

@@ -224,7 +224,7 @@ explicitly promotes one as public.
| --- | --- |
| `plugin-sdk/media-runtime` | Shared media fetch/transform/store helpers plus media payload builders |
| `plugin-sdk/media-understanding-runtime` | Media-understanding runner facade and typed result helpers |
| `plugin-sdk/text-runtime` | Shared text, markdown, logging, and formatting helpers |
| `plugin-sdk/text-runtime` | Shared text/markdown/logging helpers such as assistant-visible-text stripping, markdown render/chunking/table helpers, redaction helpers, directive-tag helpers, and safe-text utilities |
| `plugin-sdk/text-chunking` | Outbound text chunking helper |
| `plugin-sdk/speech-runtime` | Speech-core runtime facade for TTS resolution and synthesis |
| `plugin-sdk/speech-core` | Shared speech provider types, registry, directive, and normalization helpers |