We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13efc85 commit 9250da4Copy full SHA for 9250da4
1 file changed
src/index.ts
@@ -221,7 +221,12 @@ export { normalizeHostLLMPolicy } from './api/runtime/hostPolicy.js';
221
export { streamText } from './api/streamText.js';
222
export type { StreamTextResult, StreamPart } from './api/streamText.js';
223
export { agent } from './api/agent.js';
224
-export type { Agent, AgentSession, AgentOptions } from './api/agent.js';
+export type {
225
+ Agent,
226
+ AgentSession,
227
+ AgentOptions,
228
+ AgentMemoryProvider,
229
+} from './api/agent.js';
230
export type {
231
IModelRouter,
232
ModelRouteParams,
0 commit comments