UNPKG

@mastra/core

Version:

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

9 lines 242 B
/** * Experiment Analytics * * Compare experiments and compute aggregate statistics for regression detection. */ export * from './types.js'; export * from './aggregate.js'; export * from './compare.js'; //# sourceMappingURL=index.d.ts.map