UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

5 lines 302 B
export { AIV4Adapter, type AIV4AdapterContext } from './AIV4Adapter.js'; export { AIV6Adapter } from './AIV6Adapter.js'; export { AIV5Adapter, type AIV5AdapterContext } from './AIV5Adapter.js'; export type { AdapterContext, UIMessageWithMetadata } from './types.js'; //# sourceMappingURL=index.d.ts.map