Files
openclaw/src/plugin-sdk/response-limit-runtime.ts
Peter Steinberger 77f1359612 refactor: extract media and ACP core packages (#88534)
* refactor: extract media and acp core packages

* refactor: remove relocated media and acp sources

* build: wire new core packages into dependency checks

* test: alias new core packages in vitest

* build: keep media sniffer runtime dependency

* docs: refresh plugin sdk api baseline

* fix: keep normalized proposal queries non-empty

* test: keep channel timer tests isolated

* fix: keep rebased plugin checks green

* fix: preserve sms numeric allowlist entries

* test: harden exec foreground timeout failure

* test: remove duplicate skill workshop assertion

* fix: remove channel config lint suppression

* test: refresh lint suppression allowlist
2026-05-31 11:30:33 +01:00

5 lines
258 B
TypeScript

// Narrow response-size reader for plugins that download bounded HTTP bodies.
export { readByteStreamWithLimit } from "@openclaw/media-core/read-byte-stream-with-limit";
export { readResponseWithLimit } from "@openclaw/media-core/read-response-with-limit";