Skip to content

Commit 9250da4

Browse files
committed
feat(memory): export AgentMemoryProvider type from public barrel
1 parent 13efc85 commit 9250da4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,12 @@ export { normalizeHostLLMPolicy } from './api/runtime/hostPolicy.js';
221221
export { streamText } from './api/streamText.js';
222222
export type { StreamTextResult, StreamPart } from './api/streamText.js';
223223
export { agent } from './api/agent.js';
224-
export type { Agent, AgentSession, AgentOptions } from './api/agent.js';
224+
export type {
225+
Agent,
226+
AgentSession,
227+
AgentOptions,
228+
AgentMemoryProvider,
229+
} from './api/agent.js';
225230
export type {
226231
IModelRouter,
227232
ModelRouteParams,

0 commit comments

Comments
 (0)