UNPKG

mastra-browser-core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

10 lines (9 loc) 414 B
// src/storage/constants.ts var TABLE_WORKFLOW_SNAPSHOT = "mastra_workflow_snapshot"; var TABLE_EVALS = "mastra_evals"; var TABLE_MESSAGES = "mastra_messages"; var TABLE_THREADS = "mastra_threads"; var TABLE_TRACES = "mastra_traces"; export { TABLE_EVALS, TABLE_MESSAGES, TABLE_THREADS, TABLE_TRACES, TABLE_WORKFLOW_SNAPSHOT }; //# sourceMappingURL=chunk-FAAZLQT5.js.map //# sourceMappingURL=chunk-FAAZLQT5.js.map