fix(plugin-sdk): keep memory host wildcard shims

This commit is contained in:
Peter Steinberger
2026-04-28 12:08:09 +01:00
parent 343c69d7a1
commit 2ccdbc7dd9
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export * from "../../packages/memory-host-sdk/src/engine-foundation.js";
export {
resolveAgentContextLimits,
resolveAgentDir,

View File

@@ -1,4 +1,4 @@
export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js";
export * from "../../packages/memory-host-sdk/src/runtime-core.js";
export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js";
export {
asToolParamsRecord,