From 3eb2a9d37108cacd8c7bc8b974a996f3ea528623 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 28 Apr 2026 12:01:40 +0100 Subject: [PATCH] fix(plugin-sdk): drop unavailable memory host exports --- src/plugin-sdk/memory-core-host-engine-foundation.ts | 10 ---------- src/plugin-sdk/memory-core-host-runtime-core.ts | 8 +------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/plugin-sdk/memory-core-host-engine-foundation.ts b/src/plugin-sdk/memory-core-host-engine-foundation.ts index b7f28e7599f..f3ed308c28c 100644 --- a/src/plugin-sdk/memory-core-host-engine-foundation.ts +++ b/src/plugin-sdk/memory-core-host-engine-foundation.ts @@ -1,13 +1,3 @@ -export { - CHARS_PER_TOKEN_ESTIMATE, - HEARTBEAT_PROMPT, - HEARTBEAT_TOKEN, - SILENT_REPLY_TOKEN, - getMemoryHostServices, - setMemoryHostServices, - withMemoryHostServices, - type MemoryHostServices, -} from "../../packages/memory-host-sdk/src/engine-foundation.js"; export { resolveAgentContextLimits, resolveAgentDir, diff --git a/src/plugin-sdk/memory-core-host-runtime-core.ts b/src/plugin-sdk/memory-core-host-runtime-core.ts index 2e839aeb433..8acdc52ca08 100644 --- a/src/plugin-sdk/memory-core-host-runtime-core.ts +++ b/src/plugin-sdk/memory-core-host-runtime-core.ts @@ -1,10 +1,4 @@ -export { - SILENT_REPLY_TOKEN, - getMemoryHostServices, - setMemoryHostServices, - withMemoryHostServices, - type MemoryHostServices, -} from "../../packages/memory-host-sdk/src/runtime-core.js"; +export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js"; export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js"; export { asToolParamsRecord,