@mastra/core 0.4.0-alpha.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export { Agent } from '../chunk-P3SL77QB.js';
1
+ export { Agent } from '../chunk-63KLSI2Y.js';
@@ -1,4 +1,4 @@
1
- import { Agent } from './chunk-P3SL77QB.js';
1
+ import { Agent } from './chunk-63KLSI2Y.js';
2
2
  import { CohereClient } from 'cohere-ai';
3
3
 
4
4
  var CohereRelevanceScorer = class {
package/dist/index.js CHANGED
@@ -6,21 +6,21 @@ import { Tool } from './chunk-ZINPRHAN.js';
6
6
  export { createTool } from './chunk-ZINPRHAN.js';
7
7
  export { Mastra } from './chunk-DAWQ5R4C.js';
8
8
  import { MastraMemory } from './chunk-KMVLZUIO.js';
9
- export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-DRJVJ64U.js';
9
+ export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-ILKS57KK.js';
10
10
  import { MastraStorage, DefaultStorage } from './chunk-6CWY2XAM.js';
11
11
  export { DefaultStorage } from './chunk-6CWY2XAM.js';
12
12
  export { DefaultVectorDB, DefaultVectorDB as LibSQLVector } from './chunk-KDUL7NPA.js';
13
13
  import { MastraVector } from './chunk-VIJVUFTB.js';
14
14
  export { defaultEmbedder } from './chunk-VIJVUFTB.js';
15
- import { Agent } from './chunk-P3SL77QB.js';
15
+ import { Agent } from './chunk-63KLSI2Y.js';
16
16
  export { InstrumentClass, OTLPTraceExporter as OTLPStorageExporter, Telemetry, hasActiveTelemetry, withSpan } from './chunk-4ZRHVG25.js';
17
17
  export { deepMerge, delay, jsonSchemaPropertiesToTSTypes, jsonSchemaToModel, maskStreamTags } from './chunk-WIBGG4X6.js';
18
18
  import { MastraDeployer } from './chunk-COG5YSSN.js';
19
+ export { Metric, evaluate } from './chunk-NUDAZEOG.js';
20
+ export { AvailableHooks, executeHook, registerHook } from './chunk-BB4KXGBU.js';
19
21
  import { MastraBase } from './chunk-SYZAQCKZ.js';
20
22
  import { createLogger } from './chunk-XS2VY7YW.js';
21
23
  export { LogLevel, Logger, LoggerTransport, MultiLogger, RegisteredLogger, combineLoggers, noopLogger } from './chunk-XS2VY7YW.js';
22
- export { Metric, evaluate } from './chunk-NUDAZEOG.js';
23
- export { AvailableHooks, executeHook, registerHook } from './chunk-BB4KXGBU.js';
24
24
  export { BaseFilterTranslator } from './chunk-SIFBBGY6.js';
25
25
 
26
26
  // src/agent/index.warning.ts
@@ -1 +1 @@
1
- export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-DRJVJ64U.js';
1
+ export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-ILKS57KK.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.4.0-alpha.1",
3
+ "version": "0.4.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/core.esm.js",
@@ -1,8 +1,8 @@
1
1
  import { InstrumentClass } from './chunk-4ZRHVG25.js';
2
2
  import { delay } from './chunk-WIBGG4X6.js';
3
+ import { executeHook } from './chunk-BB4KXGBU.js';
3
4
  import { MastraBase } from './chunk-SYZAQCKZ.js';
4
5
  import { RegisteredLogger, LogLevel } from './chunk-XS2VY7YW.js';
5
- import { executeHook } from './chunk-BB4KXGBU.js';
6
6
  import { __decoratorStart, __decorateElement, __runInitializers } from './chunk-C6A6W6XS.js';
7
7
  import { randomUUID } from 'crypto';
8
8
  import { z } from 'zod';