refactor: add diagnostic and error runtime sdk seams

This commit is contained in:
Peter Steinberger
2026-03-28 06:26:38 +00:00
parent 70c2458861
commit 0d98ce1065
12 changed files with 182 additions and 125 deletions

View File

@@ -3,7 +3,7 @@ import {
extractErrorCode,
formatErrorMessage,
readErrorName,
} from "openclaw/plugin-sdk/infra-runtime";
} from "openclaw/plugin-sdk/error-runtime";
const TELEGRAM_NETWORK_ORIGIN = Symbol("openclaw.telegram.network-origin");