Skip to content

Commit 3eb2a9d

Browse files
committed
fix(plugin-sdk): drop unavailable memory host exports
1 parent e10f493 commit 3eb2a9d

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
export {
2-
CHARS_PER_TOKEN_ESTIMATE,
3-
HEARTBEAT_PROMPT,
4-
HEARTBEAT_TOKEN,
5-
SILENT_REPLY_TOKEN,
6-
getMemoryHostServices,
7-
setMemoryHostServices,
8-
withMemoryHostServices,
9-
type MemoryHostServices,
10-
} from "../../packages/memory-host-sdk/src/engine-foundation.js";
111
export {
122
resolveAgentContextLimits,
133
resolveAgentDir,

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
export {
2-
SILENT_REPLY_TOKEN,
3-
getMemoryHostServices,
4-
setMemoryHostServices,
5-
withMemoryHostServices,
6-
type MemoryHostServices,
7-
} from "../../packages/memory-host-sdk/src/runtime-core.js";
1+
export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js";
82
export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js";
93
export {
104
asToolParamsRecord,

0 commit comments

Comments
 (0)