Skip to content

Commit 2ccdbc7

Browse files
committed
fix(plugin-sdk): keep memory host wildcard shims
1 parent 343c69d commit 2ccdbc7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/plugin-sdk/memory-core-host-engine-foundation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export * from "../../packages/memory-host-sdk/src/engine-foundation.js";
12
export {
23
resolveAgentContextLimits,
34
resolveAgentDir,

src/plugin-sdk/memory-core-host-runtime-core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js";
1+
export * from "../../packages/memory-host-sdk/src/runtime-core.js";
22
export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js";
33
export {
44
asToolParamsRecord,

0 commit comments

Comments
 (0)