fix(plugin-sdk): drop unavailable memory host exports

This commit is contained in:
Peter Steinberger
2026-04-28 12:01:40 +01:00
parent e10f493160
commit 3eb2a9d371
2 changed files with 1 additions and 17 deletions

View File

@@ -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,

View File

@@ -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,