@mastra/evals 1.9.0 → 1.10.0-alpha.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.
- package/LICENSE.md +6 -4
- package/dist/docs/SKILL.md +29 -27
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/docs-evals-built-in-scorers.md +3 -0
- package/dist/docs/references/docs-evals-overview.md +74 -10
- package/dist/docs/references/docs-evals-quick-checks.md +3 -1
- package/dist/docs/references/docs-evals-vitest-integration.md +136 -0
- package/dist/docs/references/reference-evals-answer-relevancy.md +2 -0
- package/dist/docs/references/reference-evals-answer-similarity.md +2 -0
- package/dist/docs/references/reference-evals-bias.md +2 -0
- package/dist/docs/references/reference-evals-checks.md +8 -0
- package/dist/docs/references/reference-evals-completeness.md +2 -0
- package/dist/docs/references/reference-evals-content-similarity.md +2 -0
- package/dist/docs/references/reference-evals-context-precision.md +2 -0
- package/dist/docs/references/reference-evals-context-recall.md +2 -0
- package/dist/docs/references/reference-evals-context-relevance.md +2 -0
- package/dist/docs/references/reference-evals-faithfulness.md +2 -0
- package/dist/docs/references/reference-evals-hallucination.md +2 -0
- package/dist/docs/references/reference-evals-keyword-coverage.md +2 -0
- package/dist/docs/references/reference-evals-multi-turn-judge.md +103 -0
- package/dist/docs/references/reference-evals-noise-sensitivity.md +2 -0
- package/dist/docs/references/reference-evals-prompt-alignment.md +2 -0
- package/dist/docs/references/reference-evals-rubric.md +3 -1
- package/dist/docs/references/reference-evals-scorer-utils.md +2 -0
- package/dist/docs/references/reference-evals-summarization.md +2 -0
- package/dist/docs/references/reference-evals-textual-difference.md +2 -0
- package/dist/docs/references/reference-evals-tone-consistency.md +2 -0
- package/dist/docs/references/reference-evals-tool-call-accuracy.md +2 -0
- package/dist/docs/references/reference-evals-toxicity.md +2 -0
- package/dist/docs/references/reference-evals-trajectory-accuracy.md +2 -0
- package/dist/docs/references/reference-migrations-upgrade-to-v1-evals.md +2 -0
- package/dist/matchers-D3c6f71B.js +98 -0
- package/dist/matchers-D3c6f71B.js.map +1 -0
- package/dist/matchers-DzWDR4_h.cjs +109 -0
- package/dist/matchers-DzWDR4_h.cjs.map +1 -0
- package/dist/scorers/code/completeness/index.d.ts.map +1 -1
- package/dist/scorers/code/keyword-coverage/index.d.ts +1 -1
- package/dist/scorers/code/keyword-coverage/index.d.ts.map +1 -1
- package/dist/scorers/code/tone/index.d.ts +3 -3
- package/dist/scorers/code/trajectory/index.d.ts +1 -1
- package/dist/scorers/code/trajectory/index.d.ts.map +1 -1
- package/dist/scorers/llm/answer-relevancy/prompts.d.ts.map +1 -1
- package/dist/scorers/llm/answer-similarity/index.d.ts +1 -1
- package/dist/scorers/llm/answer-similarity/prompts.d.ts.map +1 -1
- package/dist/scorers/llm/context-relevance/index.d.ts +2 -2
- package/dist/scorers/llm/noise-sensitivity/index.d.ts +2 -2
- package/dist/scorers/llm/tool-call-accuracy/prompts.d.ts.map +1 -1
- package/dist/scorers/llm/trajectory/index.d.ts +1 -1
- package/dist/scorers/llm/trajectory/prompts.d.ts.map +1 -1
- package/dist/scorers/utils.d.ts +9 -9
- package/dist/scorers/utils.d.ts.map +1 -1
- package/dist/vitest/expect-evals.d.ts +78 -0
- package/dist/vitest/expect-evals.d.ts.map +1 -0
- package/dist/vitest/index.cjs +269 -0
- package/dist/vitest/index.cjs.map +1 -0
- package/dist/vitest/index.d.ts +8 -0
- package/dist/vitest/index.d.ts.map +1 -0
- package/dist/vitest/index.js +262 -0
- package/dist/vitest/index.js.map +1 -0
- package/dist/vitest/matchers.d.ts +49 -0
- package/dist/vitest/matchers.d.ts.map +1 -0
- package/dist/vitest/meta.d.ts +45 -0
- package/dist/vitest/meta.d.ts.map +1 -0
- package/dist/vitest/reporter.d.ts +29 -0
- package/dist/vitest/reporter.d.ts.map +1 -0
- package/dist/vitest/setup.cjs +11 -0
- package/dist/vitest/setup.cjs.map +1 -0
- package/dist/vitest/setup.d.ts +2 -0
- package/dist/vitest/setup.d.ts.map +1 -0
- package/dist/vitest/setup.js +13 -0
- package/dist/vitest/setup.js.map +1 -0
- package/package.json +36 -11
- package/CHANGELOG.md +0 -3709
package/CHANGELOG.md
DELETED
|
@@ -1,3709 +0,0 @@
|
|
|
1
|
-
# @mastra/evals
|
|
2
|
-
|
|
3
|
-
## 1.9.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- Added `createMultiTurnJudgeScorer` to `@mastra/evals/scorers/prebuilt`, an LLM judge that grades a whole multi-turn conversation against a plain-English criterion. ([#21936](https://github.com/mastra-ai/mastra/pull/21936))
|
|
8
|
-
|
|
9
|
-
The other prebuilt LLM judges read a single assistant message, so they cannot grade a conversation run with the multi-turn `inputs` form of `runEvals`. This scorer reads every assistant turn accumulated in `run.output` and returns 1 when the criterion is satisfied, otherwise 0.
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
import { runEvals } from '@mastra/core/evals';
|
|
13
|
-
import { createMultiTurnJudgeScorer } from '@mastra/evals/scorers/prebuilt';
|
|
14
|
-
|
|
15
|
-
const result = await runEvals({
|
|
16
|
-
data: [{ inputs: ["How's the weather in London?", 'And Paris?', 'Should I pack an umbrella?'] }],
|
|
17
|
-
target: weatherAgent,
|
|
18
|
-
scorers: [
|
|
19
|
-
{
|
|
20
|
-
scorer: createMultiTurnJudgeScorer({
|
|
21
|
-
model: 'anthropic/claude-haiku-4-5',
|
|
22
|
-
criterion: 'The agent gave forecasts for London and Paris, and weather-appropriate packing advice.',
|
|
23
|
-
}),
|
|
24
|
-
threshold: 1,
|
|
25
|
-
},
|
|
26
|
-
],
|
|
27
|
-
});
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- Updated dependencies [[`88d14ca`](https://github.com/mastra-ai/mastra/commit/88d14cac008582a618fecc3d5c7fd3bdf4f6ddc3), [`480e491`](https://github.com/mastra-ai/mastra/commit/480e491588bd6a7a1c9ee4407590ad625dd33952), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`acc3471`](https://github.com/mastra-ai/mastra/commit/acc3471de5f3fde8027ee4e355af292b2bc1bc30), [`b6a771e`](https://github.com/mastra-ai/mastra/commit/b6a771ef23d203ddb348efca8065eff65def8191), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`3bb88dd`](https://github.com/mastra-ai/mastra/commit/3bb88ddf07fb98f3cd16d3bff94e51cd3b45d011), [`d23e75d`](https://github.com/mastra-ai/mastra/commit/d23e75d57cc7cf5b9bfdbee896bf5a6a2484fed7), [`c8faa4e`](https://github.com/mastra-ai/mastra/commit/c8faa4e1cfebaec56b65e754e90b9fe46d153359), [`d378d75`](https://github.com/mastra-ai/mastra/commit/d378d7511f71309ed61a8f6b93cd0361dc6cb70f), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`26d4016`](https://github.com/mastra-ai/mastra/commit/26d40160ff7f7d8bf95fee2039a52cbc83863533), [`7c60df5`](https://github.com/mastra-ai/mastra/commit/7c60df5c7872343fbac5c3e5b1175c8076a5abfd), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`f2031a4`](https://github.com/mastra-ai/mastra/commit/f2031a47445e8f67a89ba1309036816f97ab7a65), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`cad4208`](https://github.com/mastra-ai/mastra/commit/cad42082e6aa1776168a94914f523334be45d929), [`8e529d4`](https://github.com/mastra-ai/mastra/commit/8e529d4ac754efef04b225841349e0da9edf89a6), [`57c5103`](https://github.com/mastra-ai/mastra/commit/57c51035a2a36e3df3c4f32f46bb789a66ed5946), [`038b7b4`](https://github.com/mastra-ai/mastra/commit/038b7b405cb4ac25ab3f3031334111b1f87ac112), [`4132d61`](https://github.com/mastra-ai/mastra/commit/4132d61f8367077120ee9e6420d3224dffd93c93), [`d378d75`](https://github.com/mastra-ai/mastra/commit/d378d7511f71309ed61a8f6b93cd0361dc6cb70f)]:
|
|
33
|
-
- @mastra/core@1.61.0
|
|
34
|
-
|
|
35
|
-
## 1.9.0-alpha.0
|
|
36
|
-
|
|
37
|
-
### Minor Changes
|
|
38
|
-
|
|
39
|
-
- Added `createMultiTurnJudgeScorer` to `@mastra/evals/scorers/prebuilt`, an LLM judge that grades a whole multi-turn conversation against a plain-English criterion. ([#21936](https://github.com/mastra-ai/mastra/pull/21936))
|
|
40
|
-
|
|
41
|
-
The other prebuilt LLM judges read a single assistant message, so they cannot grade a conversation run with the multi-turn `inputs` form of `runEvals`. This scorer reads every assistant turn accumulated in `run.output` and returns 1 when the criterion is satisfied, otherwise 0.
|
|
42
|
-
|
|
43
|
-
```typescript
|
|
44
|
-
import { runEvals } from '@mastra/core/evals';
|
|
45
|
-
import { createMultiTurnJudgeScorer } from '@mastra/evals/scorers/prebuilt';
|
|
46
|
-
|
|
47
|
-
const result = await runEvals({
|
|
48
|
-
data: [{ inputs: ["How's the weather in London?", 'And Paris?', 'Should I pack an umbrella?'] }],
|
|
49
|
-
target: weatherAgent,
|
|
50
|
-
scorers: [
|
|
51
|
-
{
|
|
52
|
-
scorer: createMultiTurnJudgeScorer({
|
|
53
|
-
model: 'anthropic/claude-haiku-4-5',
|
|
54
|
-
criterion: 'The agent gave forecasts for London and Paris, and weather-appropriate packing advice.',
|
|
55
|
-
}),
|
|
56
|
-
threshold: 1,
|
|
57
|
-
},
|
|
58
|
-
],
|
|
59
|
-
});
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- Updated dependencies [[`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`acc3471`](https://github.com/mastra-ai/mastra/commit/acc3471de5f3fde8027ee4e355af292b2bc1bc30), [`b6a771e`](https://github.com/mastra-ai/mastra/commit/b6a771ef23d203ddb348efca8065eff65def8191), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`26d4016`](https://github.com/mastra-ai/mastra/commit/26d40160ff7f7d8bf95fee2039a52cbc83863533), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`57c5103`](https://github.com/mastra-ai/mastra/commit/57c51035a2a36e3df3c4f32f46bb789a66ed5946)]:
|
|
65
|
-
- @mastra/core@1.61.0-alpha.3
|
|
66
|
-
|
|
67
|
-
## 1.8.0
|
|
68
|
-
|
|
69
|
-
### Minor Changes
|
|
70
|
-
|
|
71
|
-
- Added an `includeConversationHistory` option to the Prompt Alignment scorer so multi-turn agent runs are scored in context. ([#21683](https://github.com/mastra-ai/mastra/pull/21683))
|
|
72
|
-
|
|
73
|
-
Previously the scorer only saw the current turn. In a conversation a short reply like `"A"` has no meaning on its own, so the judge could not tell what the user asked for and scored a perfectly good response as misaligned. The scorer now optionally includes the prior turns from the agent's memory, uses them to interpret the current prompt, and still scores only the current response.
|
|
74
|
-
|
|
75
|
-
**Before**
|
|
76
|
-
|
|
77
|
-
```typescript
|
|
78
|
-
const scorer = createPromptAlignmentScorerLLM({
|
|
79
|
-
model: 'openai/gpt-5-mini',
|
|
80
|
-
options: { evaluationMode: 'user' },
|
|
81
|
-
});
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
**After**
|
|
85
|
-
|
|
86
|
-
```typescript
|
|
87
|
-
const scorer = createPromptAlignmentScorerLLM({
|
|
88
|
-
model: 'openai/gpt-5-mini',
|
|
89
|
-
options: {
|
|
90
|
-
evaluationMode: 'user',
|
|
91
|
-
includeConversationHistory: true, // or { maxMessages: 6 }
|
|
92
|
-
},
|
|
93
|
-
});
|
|
94
|
-
```
|
|
95
|
-
|
|
96
|
-
The option is off by default, so existing scores do not change. It only applies to agent runs, which are the runs that carry remembered messages. Fixes https://github.com/mastra-ai/mastra/issues/21638
|
|
97
|
-
|
|
98
|
-
### Patch Changes
|
|
99
|
-
|
|
100
|
-
- Fixed LLM-judge scorers scoring an intermediate reply instead of the agent's final answer. When agent output contains multiple assistant messages (multi-step runs), scorers such as Prompt Alignment now evaluate the last assistant response that contains text. Fixes #21645 ([#21686](https://github.com/mastra-ai/mastra/pull/21686))
|
|
101
|
-
|
|
102
|
-
- Updated dependencies [[`587f6ef`](https://github.com/mastra-ai/mastra/commit/587f6efcfc25880b93760a8607d1cd381ec612fe), [`7e096f0`](https://github.com/mastra-ai/mastra/commit/7e096f02f0dddbf09b85d306458351245ed2f886), [`d7e6745`](https://github.com/mastra-ai/mastra/commit/d7e67456954863c55440ea9c49bc6ceb9949972d), [`6223446`](https://github.com/mastra-ai/mastra/commit/6223446ddce6166e96e0ba5e00d628b615dee8ca), [`15101bb`](https://github.com/mastra-ai/mastra/commit/15101bb53c0d934f31af6b8813b88191e382a5e5), [`4e7a421`](https://github.com/mastra-ai/mastra/commit/4e7a421dce8a48742f785d1e93ad2f43a572b282), [`c2c3deb`](https://github.com/mastra-ai/mastra/commit/c2c3debcf670c7082d0a5e553aa99818a864698c), [`d8308a2`](https://github.com/mastra-ai/mastra/commit/d8308a2be3c07e777393d1017a381dcae3890d30), [`b0a2a07`](https://github.com/mastra-ai/mastra/commit/b0a2a07800d42bd9823292e7db832374ed084c9c), [`74e5bd3`](https://github.com/mastra-ai/mastra/commit/74e5bd315b8b3a1e04cb6cf480bb0f5fc4951dc8), [`242e324`](https://github.com/mastra-ai/mastra/commit/242e3241e73cbd5c9bb86a31ebb49ca0256488d4), [`217e967`](https://github.com/mastra-ai/mastra/commit/217e9672d8b3160eb729d8e9f0044949e88da239), [`d774e89`](https://github.com/mastra-ai/mastra/commit/d774e8930c781df8c9effe3763e6b501c099b6cc), [`9c27a53`](https://github.com/mastra-ai/mastra/commit/9c27a53cd9d3de4f3f025bc387d94ce371c33f95), [`8f0a332`](https://github.com/mastra-ai/mastra/commit/8f0a3321bf180368d76fe7b36aa1a8f60f00b6de), [`0b4f108`](https://github.com/mastra-ai/mastra/commit/0b4f1089aa8d92e67c2a8e99726822c5ee410784), [`9acb50f`](https://github.com/mastra-ai/mastra/commit/9acb50f71cec9c362f06820033f90ae6b1f8282f), [`46e9e3f`](https://github.com/mastra-ai/mastra/commit/46e9e3f73babe1bc70080a596cf2ac0b9da48519), [`3f9a190`](https://github.com/mastra-ai/mastra/commit/3f9a19057c027155867b9317294ee4ca7bd0581a), [`dff25a1`](https://github.com/mastra-ai/mastra/commit/dff25a1103fa72ee082a9b6f805ebeb5ce400753), [`6db7a5d`](https://github.com/mastra-ai/mastra/commit/6db7a5dd3dd2b6f7ef75dcd804fcffef5fa83963), [`217e967`](https://github.com/mastra-ai/mastra/commit/217e9672d8b3160eb729d8e9f0044949e88da239), [`583e235`](https://github.com/mastra-ai/mastra/commit/583e23519c13af16c1746f9c49722d011216611b), [`b098de9`](https://github.com/mastra-ai/mastra/commit/b098de9d7cb9f672e0883a5c716465a3a689693d), [`e8808e3`](https://github.com/mastra-ai/mastra/commit/e8808e3d8eb585a2565be53e56a7e0e1477352a4), [`a77f8d4`](https://github.com/mastra-ai/mastra/commit/a77f8d4740d2178a74c41e4bf678b4fcd8fa0bb2), [`7f78585`](https://github.com/mastra-ai/mastra/commit/7f785857e401570e2ffb316911f126ed363aa537), [`33374ba`](https://github.com/mastra-ai/mastra/commit/33374ba359e4fb13eaa918ae925fe167a3c55414), [`940bf5c`](https://github.com/mastra-ai/mastra/commit/940bf5ccf04f2c9ebd8a1390431733222a03b1cd), [`c549e2f`](https://github.com/mastra-ai/mastra/commit/c549e2f40edc1cac5d9e74e82f90da22b48df084), [`58c43d3`](https://github.com/mastra-ai/mastra/commit/58c43d3f7cb2eeaeb8ac733ae71dde822348e588), [`ef6e295`](https://github.com/mastra-ai/mastra/commit/ef6e295b59bc25a5b61b633a89c97bcfce9fb465), [`208e1b3`](https://github.com/mastra-ai/mastra/commit/208e1b39f30f4b386e494394e9d71d96f0f90241), [`c938d34`](https://github.com/mastra-ai/mastra/commit/c938d34739936c8ecbabd67ad6a4a4396f41c4c6), [`88ddc7c`](https://github.com/mastra-ai/mastra/commit/88ddc7ce01d40175f13a3228b789a906779680bd), [`f2a4afd`](https://github.com/mastra-ai/mastra/commit/f2a4afd7e37e809669001ed17724b341a5c1f45e), [`d438148`](https://github.com/mastra-ai/mastra/commit/d438148e222c1e2fb3c652725ce75680962ebec4), [`ba05fe0`](https://github.com/mastra-ai/mastra/commit/ba05fe0738f70cb686777546e968237d09269142), [`40d358e`](https://github.com/mastra-ai/mastra/commit/40d358e29d55543803e64b49241122f598ffabc7), [`d26a8d4`](https://github.com/mastra-ai/mastra/commit/d26a8d4281f28414715b333c85bedaf70d0b2890), [`e80cd7e`](https://github.com/mastra-ai/mastra/commit/e80cd7e7683e7d732e1cc6784bcac1d2640d2ce3), [`ccbbcd9`](https://github.com/mastra-ai/mastra/commit/ccbbcd974eedff4367a54ed0e24c9ee742ab2f61), [`1d9a0ea`](https://github.com/mastra-ai/mastra/commit/1d9a0ea4a9901baee6cd56737243bd6d1f631ac0), [`677cdc6`](https://github.com/mastra-ai/mastra/commit/677cdc6af564dec29a13464d12b7ab2a4efc22e9), [`c549e2f`](https://github.com/mastra-ai/mastra/commit/c549e2f40edc1cac5d9e74e82f90da22b48df084), [`a7dd322`](https://github.com/mastra-ai/mastra/commit/a7dd32247d95afc539f483ca37f4594af0387f59), [`3f5c6f7`](https://github.com/mastra-ai/mastra/commit/3f5c6f728ea35da344248de9aa070f12849f3aa0), [`a318490`](https://github.com/mastra-ai/mastra/commit/a318490e17da32f338d50929c770d901a9b3dd72), [`b860493`](https://github.com/mastra-ai/mastra/commit/b86049391100e665d579f700c8a2034c036defc3), [`d4be8c1`](https://github.com/mastra-ai/mastra/commit/d4be8c1739d22d621e3f78790e1dd5eb5ecc3589), [`a5d2eb1`](https://github.com/mastra-ai/mastra/commit/a5d2eb10347eade1ae2816d88f466c25186c54a5), [`3667679`](https://github.com/mastra-ai/mastra/commit/3667679db057edfb086846d13369fdda4902ad65), [`49696e8`](https://github.com/mastra-ai/mastra/commit/49696e8e42f870674a0a58f5abcd22cc54dd2864), [`2ef2f23`](https://github.com/mastra-ai/mastra/commit/2ef2f230a7aed342e7dc3b2000cd42e4c43e08a7), [`763e0c6`](https://github.com/mastra-ai/mastra/commit/763e0c61e04d76ad9a9efd301aa57525ca0cbea9), [`20504b2`](https://github.com/mastra-ai/mastra/commit/20504b2ecebd0e077acda3d457ab57480a98ed3e), [`77e6b1b`](https://github.com/mastra-ai/mastra/commit/77e6b1bc4c46ce94fe501023fb4393c812ec6be3), [`c5f964d`](https://github.com/mastra-ai/mastra/commit/c5f964d3f77064e978f8066ec506eed77ba5c63c), [`23e0be2`](https://github.com/mastra-ai/mastra/commit/23e0be261381e49534b4ff3101c60ee64a946cbf), [`7fc8806`](https://github.com/mastra-ai/mastra/commit/7fc880627d3cbf995d31ea0e8b807bf15417e651), [`0e02eac`](https://github.com/mastra-ai/mastra/commit/0e02eacdb2e30e1697a41910b41163742a181dc1), [`4df174c`](https://github.com/mastra-ai/mastra/commit/4df174c32bddf093a82f273070b8380aef7c9e90), [`f7c25b5`](https://github.com/mastra-ai/mastra/commit/f7c25b5106ddfb48e591f98df7a51e0f2dd01dba), [`7aad631`](https://github.com/mastra-ai/mastra/commit/7aad631b43bc10db77d5b8c66b200d7a49d18bf2), [`512100a`](https://github.com/mastra-ai/mastra/commit/512100a7d8b7e9c920f2590c6b3612f5de0d3cff), [`e81744c`](https://github.com/mastra-ai/mastra/commit/e81744cd13c46619c142dc521dc0baac47607a84), [`f8f653f`](https://github.com/mastra-ai/mastra/commit/f8f653f10980d01a73706cc3c8689ca5e40ce808), [`dc09cc1`](https://github.com/mastra-ai/mastra/commit/dc09cc1083d861cde192c1cd235324dc75b8c731), [`9ef432b`](https://github.com/mastra-ai/mastra/commit/9ef432b6faa534b57b0d182a610e13dd9a7123ff), [`36b4649`](https://github.com/mastra-ai/mastra/commit/36b4649045a3a380cbab8ceca866db4086223aff), [`b9cf308`](https://github.com/mastra-ai/mastra/commit/b9cf30846f97f99ac1906ee8a68f4f2d117b0378), [`2e1d098`](https://github.com/mastra-ai/mastra/commit/2e1d0984e325fd319d32ea182f596b3170be3847), [`377eb81`](https://github.com/mastra-ai/mastra/commit/377eb81ce43b964e3a6b541df172da74a8ff3716), [`1794a79`](https://github.com/mastra-ai/mastra/commit/1794a79178c418004a7261b1ad9114066f7ef01d), [`0cdc5dc`](https://github.com/mastra-ai/mastra/commit/0cdc5dc69024957815da4f51acc4119eb4f447d7), [`5740ec6`](https://github.com/mastra-ai/mastra/commit/5740ec60c760ffdfbfaa59d603d03b847c864e05)]:
|
|
103
|
-
- @mastra/core@1.60.0
|
|
104
|
-
|
|
105
|
-
## 1.8.0-alpha.0
|
|
106
|
-
|
|
107
|
-
### Minor Changes
|
|
108
|
-
|
|
109
|
-
- Added an `includeConversationHistory` option to the Prompt Alignment scorer so multi-turn agent runs are scored in context. ([#21683](https://github.com/mastra-ai/mastra/pull/21683))
|
|
110
|
-
|
|
111
|
-
Previously the scorer only saw the current turn. In a conversation a short reply like `"A"` has no meaning on its own, so the judge could not tell what the user asked for and scored a perfectly good response as misaligned. The scorer now optionally includes the prior turns from the agent's memory, uses them to interpret the current prompt, and still scores only the current response.
|
|
112
|
-
|
|
113
|
-
**Before**
|
|
114
|
-
|
|
115
|
-
```typescript
|
|
116
|
-
const scorer = createPromptAlignmentScorerLLM({
|
|
117
|
-
model: 'openai/gpt-5-mini',
|
|
118
|
-
options: { evaluationMode: 'user' },
|
|
119
|
-
});
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
**After**
|
|
123
|
-
|
|
124
|
-
```typescript
|
|
125
|
-
const scorer = createPromptAlignmentScorerLLM({
|
|
126
|
-
model: 'openai/gpt-5-mini',
|
|
127
|
-
options: {
|
|
128
|
-
evaluationMode: 'user',
|
|
129
|
-
includeConversationHistory: true, // or { maxMessages: 6 }
|
|
130
|
-
},
|
|
131
|
-
});
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
The option is off by default, so existing scores do not change. It only applies to agent runs, which are the runs that carry remembered messages. Fixes https://github.com/mastra-ai/mastra/issues/21638
|
|
135
|
-
|
|
136
|
-
### Patch Changes
|
|
137
|
-
|
|
138
|
-
- Fixed LLM-judge scorers scoring an intermediate reply instead of the agent's final answer. When agent output contains multiple assistant messages (multi-step runs), scorers such as Prompt Alignment now evaluate the last assistant response that contains text. Fixes #21645 ([#21686](https://github.com/mastra-ai/mastra/pull/21686))
|
|
139
|
-
|
|
140
|
-
- Updated dependencies [[`4e7a421`](https://github.com/mastra-ai/mastra/commit/4e7a421dce8a48742f785d1e93ad2f43a572b282), [`242e324`](https://github.com/mastra-ai/mastra/commit/242e3241e73cbd5c9bb86a31ebb49ca0256488d4), [`217e967`](https://github.com/mastra-ai/mastra/commit/217e9672d8b3160eb729d8e9f0044949e88da239), [`d774e89`](https://github.com/mastra-ai/mastra/commit/d774e8930c781df8c9effe3763e6b501c099b6cc), [`9c27a53`](https://github.com/mastra-ai/mastra/commit/9c27a53cd9d3de4f3f025bc387d94ce371c33f95), [`dff25a1`](https://github.com/mastra-ai/mastra/commit/dff25a1103fa72ee082a9b6f805ebeb5ce400753), [`217e967`](https://github.com/mastra-ai/mastra/commit/217e9672d8b3160eb729d8e9f0044949e88da239), [`7f78585`](https://github.com/mastra-ai/mastra/commit/7f785857e401570e2ffb316911f126ed363aa537), [`f2a4afd`](https://github.com/mastra-ai/mastra/commit/f2a4afd7e37e809669001ed17724b341a5c1f45e), [`d438148`](https://github.com/mastra-ai/mastra/commit/d438148e222c1e2fb3c652725ce75680962ebec4), [`ba05fe0`](https://github.com/mastra-ai/mastra/commit/ba05fe0738f70cb686777546e968237d09269142), [`d26a8d4`](https://github.com/mastra-ai/mastra/commit/d26a8d4281f28414715b333c85bedaf70d0b2890), [`677cdc6`](https://github.com/mastra-ai/mastra/commit/677cdc6af564dec29a13464d12b7ab2a4efc22e9), [`a318490`](https://github.com/mastra-ai/mastra/commit/a318490e17da32f338d50929c770d901a9b3dd72), [`763e0c6`](https://github.com/mastra-ai/mastra/commit/763e0c61e04d76ad9a9efd301aa57525ca0cbea9), [`23e0be2`](https://github.com/mastra-ai/mastra/commit/23e0be261381e49534b4ff3101c60ee64a946cbf), [`7fc8806`](https://github.com/mastra-ai/mastra/commit/7fc880627d3cbf995d31ea0e8b807bf15417e651), [`0e02eac`](https://github.com/mastra-ai/mastra/commit/0e02eacdb2e30e1697a41910b41163742a181dc1), [`4df174c`](https://github.com/mastra-ai/mastra/commit/4df174c32bddf093a82f273070b8380aef7c9e90), [`f7c25b5`](https://github.com/mastra-ai/mastra/commit/f7c25b5106ddfb48e591f98df7a51e0f2dd01dba), [`dc09cc1`](https://github.com/mastra-ai/mastra/commit/dc09cc1083d861cde192c1cd235324dc75b8c731), [`36b4649`](https://github.com/mastra-ai/mastra/commit/36b4649045a3a380cbab8ceca866db4086223aff), [`377eb81`](https://github.com/mastra-ai/mastra/commit/377eb81ce43b964e3a6b541df172da74a8ff3716)]:
|
|
141
|
-
- @mastra/core@1.60.0-alpha.8
|
|
142
|
-
|
|
143
|
-
## 1.7.0
|
|
144
|
-
|
|
145
|
-
### Minor Changes
|
|
146
|
-
|
|
147
|
-
- Added a `summarization` scorer to `@mastra/evals`. It grades a summary on two axes and returns the lower score, so a summary cannot pass by being faithful but empty, or thorough but wrong. ([#20293](https://github.com/mastra-ai/mastra/pull/20293))
|
|
148
|
-
|
|
149
|
-
**Alignment** checks that every claim in the summary is supported by the source text. **Coverage** draws closed-ended questions from the source and answers them using the summary alone, in a separate call that never receives the source, so a missing fact cannot be answered from the source instead. The final score is `min(alignment, coverage) × scale`, and the reason names the axis that produced it.
|
|
150
|
-
|
|
151
|
-
The source text defaults to the user message of the run input. Pass `source` or `sourceExtractor` when the text being summarized comes from somewhere else, such as a tool result. `maxQuestions` bounds the coverage questions so cost does not grow with document length.
|
|
152
|
-
|
|
153
|
-
```ts
|
|
154
|
-
import { createSummarizationScorer } from '@mastra/evals/scorers/prebuilt';
|
|
155
|
-
|
|
156
|
-
const scorer = createSummarizationScorer({
|
|
157
|
-
model: 'openai/gpt-5.5',
|
|
158
|
-
options: { maxQuestions: 10 },
|
|
159
|
-
});
|
|
160
|
-
|
|
161
|
-
const result = await scorer.run(run);
|
|
162
|
-
result.score;
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
This restores the summarization metric that was removed with the legacy evals system, rebuilt on the scorers pipeline.
|
|
166
|
-
|
|
167
|
-
### Patch Changes
|
|
168
|
-
|
|
169
|
-
- Updated dependencies [[`4844167`](https://github.com/mastra-ai/mastra/commit/4844167cff2d5ec5004e94edd34970833040fa3f), [`c5e56ff`](https://github.com/mastra-ai/mastra/commit/c5e56ff3bcabdf062708f2d48744fec304df6792), [`594f7b2`](https://github.com/mastra-ai/mastra/commit/594f7b28f5263fb9982fd50d95c471fb971ea984), [`7f4e26d`](https://github.com/mastra-ai/mastra/commit/7f4e26dd57bd9b23c278ea21235ab823a3810a6c), [`311f943`](https://github.com/mastra-ai/mastra/commit/311f943bee60e8fdf5c84499ea50e884276c936c), [`322daa6`](https://github.com/mastra-ai/mastra/commit/322daa6d90552909204044790d850958f6745fed), [`db4e6ff`](https://github.com/mastra-ai/mastra/commit/db4e6ff744503112eb64deeaf6c2b54bf26a54c7), [`5faf93f`](https://github.com/mastra-ai/mastra/commit/5faf93f03e19daea394b9e2a923f2e4f833407f2), [`82201f7`](https://github.com/mastra-ai/mastra/commit/82201f75fae8e050a8de2df08b74875ee74c6b83), [`cadaa13`](https://github.com/mastra-ai/mastra/commit/cadaa1372e1077c8e85eb64c5499ba8803caa323), [`0c89896`](https://github.com/mastra-ai/mastra/commit/0c8989673fb7d106837098398131e570c6023b68), [`6d19a65`](https://github.com/mastra-ai/mastra/commit/6d19a6517f5da3911023d446b7e2d5dad8adb1cb), [`23b4238`](https://github.com/mastra-ai/mastra/commit/23b423844ad0bcf2a502a68dd62866d6160f9f6d), [`80ad891`](https://github.com/mastra-ai/mastra/commit/80ad891f8cd10379aa5b5af7510c763783b2ab56), [`fb18da5`](https://github.com/mastra-ai/mastra/commit/fb18da56fc35689ae370621a8f10b5b0d8606e20), [`fb18da5`](https://github.com/mastra-ai/mastra/commit/fb18da56fc35689ae370621a8f10b5b0d8606e20), [`e320a76`](https://github.com/mastra-ai/mastra/commit/e320a763feaf65c6be3cebecf746defcbde161b3), [`03b4918`](https://github.com/mastra-ai/mastra/commit/03b4918c80d188ce375334c393e131c6e94bd7eb), [`14ef73a`](https://github.com/mastra-ai/mastra/commit/14ef73a4bbd73e7808414816eb0628ce1d80b5d7), [`b582f7f`](https://github.com/mastra-ai/mastra/commit/b582f7fa2f9c1f87d19efc63d344fbe5dda2608c), [`0a6598b`](https://github.com/mastra-ai/mastra/commit/0a6598bde80bde008986ad6616bed9632b9294cb), [`06000d7`](https://github.com/mastra-ai/mastra/commit/06000d73712911572e913b8a83339270296d0a22), [`1d677d5`](https://github.com/mastra-ai/mastra/commit/1d677d5f99d7db403f7828585e8c25f299f72628), [`9e1dad8`](https://github.com/mastra-ai/mastra/commit/9e1dad8f7b1cab2bb7ade90e5b7561f24577b88a), [`2f43145`](https://github.com/mastra-ai/mastra/commit/2f4314504c03cbba280414ac81ba3197448ee6b0), [`4e35a56`](https://github.com/mastra-ai/mastra/commit/4e35a56cdf8d74a5ff6d5eda01f2c1deaf6cc7be), [`d94b8e1`](https://github.com/mastra-ai/mastra/commit/d94b8e1cee67416d518a8c30099040061bef6a1c), [`93e28ec`](https://github.com/mastra-ai/mastra/commit/93e28ecce9031c02397e0ae8406593e5c7a95883), [`729dab4`](https://github.com/mastra-ai/mastra/commit/729dab408faccfaef0cbb048e5a4338f9172847e), [`484003d`](https://github.com/mastra-ai/mastra/commit/484003d33ff59330c86b19863e4a38732d7e4155), [`3de0188`](https://github.com/mastra-ai/mastra/commit/3de0188bfaf9a9c09c95fe322b53838cf52c70b6), [`34d34d8`](https://github.com/mastra-ai/mastra/commit/34d34d8c811df512fef4dd5459f79b7821be1866), [`b582f7f`](https://github.com/mastra-ai/mastra/commit/b582f7fa2f9c1f87d19efc63d344fbe5dda2608c), [`933d291`](https://github.com/mastra-ai/mastra/commit/933d291146b789c19442ad206f94da3e4be90c64), [`a1cb98d`](https://github.com/mastra-ai/mastra/commit/a1cb98d11990b560b98482292a1f34aa1a2d9092), [`598ad82`](https://github.com/mastra-ai/mastra/commit/598ad82d41c41389a686338a1d0e50b7400e1938), [`1fd6aad`](https://github.com/mastra-ai/mastra/commit/1fd6aad1ea4a9d32f65efa832307c35e981a4c0a)]:
|
|
170
|
-
- @mastra/core@1.56.0
|
|
171
|
-
|
|
172
|
-
## 1.7.0-alpha.0
|
|
173
|
-
|
|
174
|
-
### Minor Changes
|
|
175
|
-
|
|
176
|
-
- Added a `summarization` scorer to `@mastra/evals`. It grades a summary on two axes and returns the lower score, so a summary cannot pass by being faithful but empty, or thorough but wrong. ([#20293](https://github.com/mastra-ai/mastra/pull/20293))
|
|
177
|
-
|
|
178
|
-
**Alignment** checks that every claim in the summary is supported by the source text. **Coverage** draws closed-ended questions from the source and answers them using the summary alone, in a separate call that never receives the source, so a missing fact cannot be answered from the source instead. The final score is `min(alignment, coverage) × scale`, and the reason names the axis that produced it.
|
|
179
|
-
|
|
180
|
-
The source text defaults to the user message of the run input. Pass `source` or `sourceExtractor` when the text being summarized comes from somewhere else, such as a tool result. `maxQuestions` bounds the coverage questions so cost does not grow with document length.
|
|
181
|
-
|
|
182
|
-
```ts
|
|
183
|
-
import { createSummarizationScorer } from '@mastra/evals/scorers/prebuilt';
|
|
184
|
-
|
|
185
|
-
const scorer = createSummarizationScorer({
|
|
186
|
-
model: 'openai/gpt-5.5',
|
|
187
|
-
options: { maxQuestions: 10 },
|
|
188
|
-
});
|
|
189
|
-
|
|
190
|
-
const result = await scorer.run(run);
|
|
191
|
-
result.score;
|
|
192
|
-
```
|
|
193
|
-
|
|
194
|
-
This restores the summarization metric that was removed with the legacy evals system, rebuilt on the scorers pipeline.
|
|
195
|
-
|
|
196
|
-
### Patch Changes
|
|
197
|
-
|
|
198
|
-
- Updated dependencies [[`594f7b2`](https://github.com/mastra-ai/mastra/commit/594f7b28f5263fb9982fd50d95c471fb971ea984), [`311f943`](https://github.com/mastra-ai/mastra/commit/311f943bee60e8fdf5c84499ea50e884276c936c), [`0c89896`](https://github.com/mastra-ai/mastra/commit/0c8989673fb7d106837098398131e570c6023b68), [`23b4238`](https://github.com/mastra-ai/mastra/commit/23b423844ad0bcf2a502a68dd62866d6160f9f6d), [`e320a76`](https://github.com/mastra-ai/mastra/commit/e320a763feaf65c6be3cebecf746defcbde161b3), [`03b4918`](https://github.com/mastra-ai/mastra/commit/03b4918c80d188ce375334c393e131c6e94bd7eb), [`14ef73a`](https://github.com/mastra-ai/mastra/commit/14ef73a4bbd73e7808414816eb0628ce1d80b5d7), [`1d677d5`](https://github.com/mastra-ai/mastra/commit/1d677d5f99d7db403f7828585e8c25f299f72628), [`93e28ec`](https://github.com/mastra-ai/mastra/commit/93e28ecce9031c02397e0ae8406593e5c7a95883), [`729dab4`](https://github.com/mastra-ai/mastra/commit/729dab408faccfaef0cbb048e5a4338f9172847e), [`484003d`](https://github.com/mastra-ai/mastra/commit/484003d33ff59330c86b19863e4a38732d7e4155), [`933d291`](https://github.com/mastra-ai/mastra/commit/933d291146b789c19442ad206f94da3e4be90c64)]:
|
|
199
|
-
- @mastra/core@1.56.0-alpha.3
|
|
200
|
-
|
|
201
|
-
## 1.6.0
|
|
202
|
-
|
|
203
|
-
### Minor Changes
|
|
204
|
-
|
|
205
|
-
- Added context-recall LLM scorer that evaluates how well retrieved context covers the claims in a ground-truth reference answer. Complements the existing context-precision scorer by measuring retrieval completeness rather than relevance ranking. ([#19733](https://github.com/mastra-ai/mastra/pull/19733))
|
|
206
|
-
|
|
207
|
-
```typescript
|
|
208
|
-
import { createContextRecallScorer } from '@mastra/evals/scorers/prebuilt';
|
|
209
|
-
|
|
210
|
-
const scorer = createContextRecallScorer({
|
|
211
|
-
model: 'openai/gpt-5-mini',
|
|
212
|
-
options: {
|
|
213
|
-
context: [
|
|
214
|
-
'Einstein was born on 14 March 1879 in Ulm, Germany.',
|
|
215
|
-
'Einstein developed the theory of special relativity in 1905.',
|
|
216
|
-
],
|
|
217
|
-
},
|
|
218
|
-
});
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
### Patch Changes
|
|
222
|
-
|
|
223
|
-
- Updated dependencies [[`ec857fc`](https://github.com/mastra-ai/mastra/commit/ec857fc79c264b53b38e16478c789b7177f2ad59), [`d7385ad`](https://github.com/mastra-ai/mastra/commit/d7385ad9e88f9e4f33d15c0ec0bfebedde0cbc2e), [`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`1426af2`](https://github.com/mastra-ai/mastra/commit/1426af24975879c000d13ac75673f630fcc970c1), [`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`8a0d145`](https://github.com/mastra-ai/mastra/commit/8a0d145aadbdf7278665aceaaec364b35dd9bd94), [`bd2f1d2`](https://github.com/mastra-ai/mastra/commit/bd2f1d274d05e60e2366f005ea0d94d5cea0d5ff), [`e1f2fae`](https://github.com/mastra-ai/mastra/commit/e1f2faebaf048c3d4c2e2c01d293767c195d5794), [`63aa799`](https://github.com/mastra-ai/mastra/commit/63aa799c6b44eacc7806cda6846b7c5bbee06b37), [`b7e79c3`](https://github.com/mastra-ai/mastra/commit/b7e79c3c02ac5cd415db34ba0975ceafc1464333), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`3b77e77`](https://github.com/mastra-ai/mastra/commit/3b77e7704936522e4769d29de1b5ea6901f302bd), [`c7d30cd`](https://github.com/mastra-ai/mastra/commit/c7d30cd86009c407df91105591f03cd6e3d2854d), [`21a0eb8`](https://github.com/mastra-ai/mastra/commit/21a0eb86746ba0b703acea360d4f84c6a5a493f2), [`8b20926`](https://github.com/mastra-ai/mastra/commit/8b20926cd59e2ba3d66458e062fa0e6e2ada3e68), [`975295d`](https://github.com/mastra-ai/mastra/commit/975295d418552f0d46a59edfef4c3ee555f9930a), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`6b1bf3b`](https://github.com/mastra-ai/mastra/commit/6b1bf3b9494bd51aa8f654c68c9355d6046fa2a1), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e), [`b75d749`](https://github.com/mastra-ai/mastra/commit/b75d749621ff5d17e86bcb4ee809d301fb4f7cf3), [`821648b`](https://github.com/mastra-ai/mastra/commit/821648bf2871ef840100c7bacbecf676010bd12a), [`de86fd7`](https://github.com/mastra-ai/mastra/commit/de86fd7119f0438381d1a642e3d258143c0b9c29), [`2745031`](https://github.com/mastra-ai/mastra/commit/2745031d1d4a4978f037092da371428c32e2842a), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be), [`35865a5`](https://github.com/mastra-ai/mastra/commit/35865a53e194aa9634d6a70a97010e7a6b9d58b1), [`74faf8b`](https://github.com/mastra-ai/mastra/commit/74faf8bd9c1018f2492653c06b1e25fc8300e9e6), [`ef03fbc`](https://github.com/mastra-ai/mastra/commit/ef03fbcc556bcbc04c9b3d06fab88771ecaa043c), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`70687f7`](https://github.com/mastra-ai/mastra/commit/70687f7e495a322a02070b4a67cb0c77a5ca91ec), [`1fadac4`](https://github.com/mastra-ai/mastra/commit/1fadac44537caeefe81f9f775ae2f2f3d94e9069), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`76b7181`](https://github.com/mastra-ai/mastra/commit/76b71810366e6d90b9d3973149d1c7ba3659ffb9), [`792ec9a`](https://github.com/mastra-ai/mastra/commit/792ec9a0869bab8274cf5e0ed2840738737a1607), [`712b864`](https://github.com/mastra-ai/mastra/commit/712b864aa1ed12b14c54390ec17b69de163c37f7), [`85e4fb5`](https://github.com/mastra-ai/mastra/commit/85e4fb50087a81c74df3a762f53b56373db0b912), [`0c0e8d7`](https://github.com/mastra-ai/mastra/commit/0c0e8d7becd4d1445c656b78d5d845f606c1ff9d), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`72e437c`](https://github.com/mastra-ai/mastra/commit/72e437c515942c80b9def5b026e0bdee61b469d9), [`8f7a5de`](https://github.com/mastra-ai/mastra/commit/8f7a5dedc246cdc938bb65516703cf9b27b03756), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e), [`ef03c0c`](https://github.com/mastra-ai/mastra/commit/ef03c0cfc62367a458e4cc56462e2148b35681c5), [`4fb4d88`](https://github.com/mastra-ai/mastra/commit/4fb4d881bc107acee13890ad4d78661016c510ed), [`4e68363`](https://github.com/mastra-ai/mastra/commit/4e683634f94ebd062d26a3bb6093a8dfc7263d37), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`9f7c67a`](https://github.com/mastra-ai/mastra/commit/9f7c67abeeb52c41c51a9b5edee60b62afe7cd8d), [`3b65e68`](https://github.com/mastra-ai/mastra/commit/3b65e68d7f1c771c7a70eea42d83fefdd28cad88), [`4eba27a`](https://github.com/mastra-ai/mastra/commit/4eba27adcf60f991df0e62f94b3e75b4e67f3b4b), [`c701be3`](https://github.com/mastra-ai/mastra/commit/c701be32d7d9aa94a66da8c6cc38dcac6856f464), [`db650ce`](https://github.com/mastra-ai/mastra/commit/db650ce490348914e85b93651d83acdf8f2a4c31), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`6354eeb`](https://github.com/mastra-ai/mastra/commit/6354eeb32efa9f5f68f51dda394e90e2ee76f1fb), [`a8799bb`](https://github.com/mastra-ai/mastra/commit/a8799bb8e44f4a60d01e4e2acd3448ff80bf14f8), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`e3868e2`](https://github.com/mastra-ai/mastra/commit/e3868e22babfffd0133771669ca724501c2dd58e), [`9251370`](https://github.com/mastra-ai/mastra/commit/9251370ad413af464aa22d7566338bec5613e8de), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9), [`c0bec73`](https://github.com/mastra-ai/mastra/commit/c0bec732c93d1a22ae5e51ed66cf8cacca8bd6a6)]:
|
|
224
|
-
- @mastra/core@1.52.0
|
|
225
|
-
|
|
226
|
-
## 1.6.0-alpha.0
|
|
227
|
-
|
|
228
|
-
### Minor Changes
|
|
229
|
-
|
|
230
|
-
- Added context-recall LLM scorer that evaluates how well retrieved context covers the claims in a ground-truth reference answer. Complements the existing context-precision scorer by measuring retrieval completeness rather than relevance ranking. ([#19733](https://github.com/mastra-ai/mastra/pull/19733))
|
|
231
|
-
|
|
232
|
-
```typescript
|
|
233
|
-
import { createContextRecallScorer } from '@mastra/evals/scorers/prebuilt';
|
|
234
|
-
|
|
235
|
-
const scorer = createContextRecallScorer({
|
|
236
|
-
model: 'openai/gpt-5-mini',
|
|
237
|
-
options: {
|
|
238
|
-
context: [
|
|
239
|
-
'Einstein was born on 14 March 1879 in Ulm, Germany.',
|
|
240
|
-
'Einstein developed the theory of special relativity in 1905.',
|
|
241
|
-
],
|
|
242
|
-
},
|
|
243
|
-
});
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
### Patch Changes
|
|
247
|
-
|
|
248
|
-
- Updated dependencies [[`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be)]:
|
|
249
|
-
- @mastra/core@1.52.0-alpha.9
|
|
250
|
-
|
|
251
|
-
## 1.5.1
|
|
252
|
-
|
|
253
|
-
### Patch Changes
|
|
254
|
-
|
|
255
|
-
- Eval scorers now receive the original user message for runs started through the agent subscription / `sendMessage` API. Previously `getUserMessageFromRunInput` returned an empty value for these runs, so scorers could not see what the user said (only `agent.stream` and `agent.generate` worked). ([#18546](https://github.com/mastra-ai/mastra/pull/18546))
|
|
256
|
-
|
|
257
|
-
- Updated dependencies [[`b9a2961`](https://github.com/mastra-ai/mastra/commit/b9a2961c1be81e3639c0879e58588c26dd0ae866), [`b33c77d`](https://github.com/mastra-ai/mastra/commit/b33c77d5293f14a794f3ec38dc947a6676de2764), [`1274eb3`](https://github.com/mastra-ai/mastra/commit/1274eb3a9508f579ceb3187fbce34408222d4b71), [`cdd5f93`](https://github.com/mastra-ai/mastra/commit/cdd5f939cefa67390629704dce92563ccbf492b2), [`1274eb3`](https://github.com/mastra-ai/mastra/commit/1274eb3a9508f579ceb3187fbce34408222d4b71), [`0ac14ce`](https://github.com/mastra-ai/mastra/commit/0ac14cea48e1b0a7857782153c78f7242fdf7e1a), [`9566d27`](https://github.com/mastra-ai/mastra/commit/9566d27ead3d95bdbe5a69e5a082a68222829cf2), [`8be63b0`](https://github.com/mastra-ai/mastra/commit/8be63b015fb8d72cea1220f05e7dc3bb997cc249), [`1009f77`](https://github.com/mastra-ai/mastra/commit/1009f772aa40016b49267c8566d0c29f6a16aa3c), [`1b8728a`](https://github.com/mastra-ai/mastra/commit/1b8728a57fd844205a452b0b4216d20ff60c784a), [`23c31de`](https://github.com/mastra-ai/mastra/commit/23c31de96ed8153402dcf092ac84b27a0c3638c1), [`0368766`](https://github.com/mastra-ai/mastra/commit/0368766744c7ea3df4d6059e2cc15f7bdf55f5a6), [`6f578ac`](https://github.com/mastra-ai/mastra/commit/6f578acba84930b406b2a0700b17cfdfaf5aae56), [`345eecc`](https://github.com/mastra-ai/mastra/commit/345eecce6ba519b5d987f0e10b5de4c8e5734580), [`1917c53`](https://github.com/mastra-ai/mastra/commit/1917c53b19dac43926f29c496893b0686462dca4), [`c01012f`](https://github.com/mastra-ai/mastra/commit/c01012f50368d29eb3fc3764df42d48291973d23), [`705ba98`](https://github.com/mastra-ai/mastra/commit/705ba98726d388a596e896225f237907ca6807a9), [`95857bc`](https://github.com/mastra-ai/mastra/commit/95857bcd6669da7193f503e803f0d72a2bd66be6), [`e62c108`](https://github.com/mastra-ai/mastra/commit/e62c108409dfd6a6cac0a48ec39c5cc81d24fd52), [`2866f04`](https://github.com/mastra-ai/mastra/commit/2866f04953edb78c1637fa45cc53abe24122edcb), [`ee14cae`](https://github.com/mastra-ai/mastra/commit/ee14cae244805783bde518a6142de28b744b169c), [`e84e791`](https://github.com/mastra-ai/mastra/commit/e84e79174031d7bc8793ca6c805eb38b06e7cfb1), [`c2f0b7f`](https://github.com/mastra-ai/mastra/commit/c2f0b7f1370f4428d165f51f0d1d9a48331cc257), [`213feb8`](https://github.com/mastra-ai/mastra/commit/213feb87bfdd1d8ec00ea660e218f9bcfcb34e7b), [`58e287b`](https://github.com/mastra-ai/mastra/commit/58e287b1edaf978b13745a1795989cad3826e82b), [`e420b3c`](https://github.com/mastra-ai/mastra/commit/e420b3c3ffc98bbc5b791897ea390bb47af99696), [`be875ed`](https://github.com/mastra-ai/mastra/commit/be875ed43f856742ce58529f531b5ea0ae6911f3), [`9eefdc0`](https://github.com/mastra-ai/mastra/commit/9eefdc0ac03f989718c6d835334940a977938895), [`bfbbb01`](https://github.com/mastra-ai/mastra/commit/bfbbb01bd845ba54cdc0c678c277d08a7cb847e4), [`7d112ca`](https://github.com/mastra-ai/mastra/commit/7d112ca17078479b2659b88ba1c85b936cfc111c)]:
|
|
258
|
-
- @mastra/core@1.48.0
|
|
259
|
-
|
|
260
|
-
## 1.5.1-alpha.0
|
|
261
|
-
|
|
262
|
-
### Patch Changes
|
|
263
|
-
|
|
264
|
-
- Eval scorers now receive the original user message for runs started through the agent subscription / `sendMessage` API. Previously `getUserMessageFromRunInput` returned an empty value for these runs, so scorers could not see what the user said (only `agent.stream` and `agent.generate` worked). ([#18546](https://github.com/mastra-ai/mastra/pull/18546))
|
|
265
|
-
|
|
266
|
-
- Updated dependencies [[`b33c77d`](https://github.com/mastra-ai/mastra/commit/b33c77d5293f14a794f3ec38dc947a6676de2764), [`1009f77`](https://github.com/mastra-ai/mastra/commit/1009f772aa40016b49267c8566d0c29f6a16aa3c), [`23c31de`](https://github.com/mastra-ai/mastra/commit/23c31de96ed8153402dcf092ac84b27a0c3638c1), [`0368766`](https://github.com/mastra-ai/mastra/commit/0368766744c7ea3df4d6059e2cc15f7bdf55f5a6), [`2866f04`](https://github.com/mastra-ai/mastra/commit/2866f04953edb78c1637fa45cc53abe24122edcb)]:
|
|
267
|
-
- @mastra/core@1.48.0-alpha.6
|
|
268
|
-
|
|
269
|
-
## 1.5.0
|
|
270
|
-
|
|
271
|
-
### Minor Changes
|
|
272
|
-
|
|
273
|
-
- Added `checks`, a new namespace of micro-scorers for common eval assertions. ([#18392](https://github.com/mastra-ai/mastra/pull/18392))
|
|
274
|
-
|
|
275
|
-
**What changed**
|
|
276
|
-
- Added text checks: `includes`, `excludes`, `equals`, `matches`, and `similarity`.
|
|
277
|
-
- Added tool checks: `calledTool`, `didNotCall`, `toolOrder`, `maxToolCalls`, `usedNoTools`, and `noToolErrors`.
|
|
278
|
-
- You can now import checks from `@mastra/evals/checks`.
|
|
279
|
-
|
|
280
|
-
**Example**
|
|
281
|
-
|
|
282
|
-
```ts
|
|
283
|
-
import { checks } from '@mastra/evals/checks';
|
|
284
|
-
|
|
285
|
-
const scorers = [
|
|
286
|
-
checks.includes('sunny'),
|
|
287
|
-
checks.calledTool('get_weather'),
|
|
288
|
-
checks.toolOrder(['search', 'summarize']),
|
|
289
|
-
checks.noToolErrors(),
|
|
290
|
-
];
|
|
291
|
-
```
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- **Gates and verdict for `runEvals`** ([#18394](https://github.com/mastra-ai/mastra/pull/18394))
|
|
296
|
-
|
|
297
|
-
New optional `gates` field accepts scorers that must score 1.0 for the run to pass. Scorers can now use a `{ scorer, threshold }` form to set pass/fail thresholds. `threshold` accepts a number (minimum) or `{ min, max }` for range-based checks (e.g. hallucination where high = bad). The result includes `verdict`, `gateResults`, and `thresholdResults`. Fully backward compatible.
|
|
298
|
-
|
|
299
|
-
```ts
|
|
300
|
-
import { runEvals } from '@mastra/core/evals';
|
|
301
|
-
import { checks } from '@mastra/evals/checks';
|
|
302
|
-
|
|
303
|
-
const result = await runEvals({
|
|
304
|
-
data: [{ input: 'What is the weather?' }],
|
|
305
|
-
target: weatherAgent,
|
|
306
|
-
gates: [checks.calledTool('get_weather')],
|
|
307
|
-
scorers: [
|
|
308
|
-
{ scorer: faithfulnessScorer, threshold: 0.7 },
|
|
309
|
-
{ scorer: hallucinationScorer, threshold: { max: 0.3 } },
|
|
310
|
-
],
|
|
311
|
-
});
|
|
312
|
-
|
|
313
|
-
result.verdict; // 'passed' | 'scored' | 'failed'
|
|
314
|
-
```
|
|
315
|
-
|
|
316
|
-
- Updated dependencies [[`86623c1`](https://github.com/mastra-ai/mastra/commit/86623c1adf7d22de32cc916dda17f4155184db36), [`023766f`](https://github.com/mastra-ai/mastra/commit/023766f44d59b30a50f3a381e33eddde8ab56c00), [`0200e75`](https://github.com/mastra-ai/mastra/commit/0200e7552d02d4221cd6040bf4eddf189a97a156), [`7c9dd77`](https://github.com/mastra-ai/mastra/commit/7c9dd77bd18cb8dc72797e25f1a0fbdc71a11347), [`7f9ae70`](https://github.com/mastra-ai/mastra/commit/7f9ae70826b047e5a66218f9e92f20e54a2d791f), [`a0509c7`](https://github.com/mastra-ai/mastra/commit/a0509c731a08aa3ed626557c5338126362856f57), [`06e0d63`](https://github.com/mastra-ai/mastra/commit/06e0d63d42bc2a202e18bc091f3781f409f5e6fb), [`bf3fe49`](https://github.com/mastra-ai/mastra/commit/bf3fe49f9467dbbdb8f9eaf74e0f7971ffb19559), [`01caf93`](https://github.com/mastra-ai/mastra/commit/01caf93d71ae2c1e65f49735cafb531975187426), [`438a971`](https://github.com/mastra-ai/mastra/commit/438a9715c8b4398e5eaf8914a1f19dc8a85dc1de), [`9990965`](https://github.com/mastra-ai/mastra/commit/999096571635a83b42ef40841fd7028cfa630779), [`77518cc`](https://github.com/mastra-ai/mastra/commit/77518ccb5bb8cc684875081e64213dc85cffdbee), [`fbeda0c`](https://github.com/mastra-ai/mastra/commit/fbeda0c0f35def07e6837936dd3a003b2b7c5172), [`8a68844`](https://github.com/mastra-ai/mastra/commit/8a688443013816105a09f89c6afa34b5ff13e26d), [`bb2a13b`](https://github.com/mastra-ai/mastra/commit/bb2a13bb4b32e6bb807200fe7b18ae8fa4322118), [`24ceaea`](https://github.com/mastra-ai/mastra/commit/24ceaea0bdd8609cabbab764380608ca6621a194), [`a73cd1a`](https://github.com/mastra-ai/mastra/commit/a73cd1a62a5e4ca023dcc39ba150029f4f1f74c1), [`c0ffa3c`](https://github.com/mastra-ai/mastra/commit/c0ffa3c897ccd326de880df734740a7f0681a18f), [`462a769`](https://github.com/mastra-ai/mastra/commit/462a769da61850862ca1be3d74134d33078ee6a7), [`0504bf5`](https://github.com/mastra-ai/mastra/commit/0504bf5e8cffc571a4b343326178de371e6f859b), [`0b5cc47`](https://github.com/mastra-ai/mastra/commit/0b5cc4726dc18d9a685a27520db39ff1b36bb89a), [`87f38a3`](https://github.com/mastra-ai/mastra/commit/87f38a3de03e24731f2dd6f8ed6a60b6722b85a1), [`d5fa3cd`](https://github.com/mastra-ai/mastra/commit/d5fa3cda1788c3cb93a361a3c6ec47de6ba21e98), [`fe98ef2`](https://github.com/mastra-ai/mastra/commit/fe98ef2e66dbfcbd7d645c88c9ee1e67b458a136), [`6ccf67b`](https://github.com/mastra-ai/mastra/commit/6ccf67bf075753754927a57bc2e1734ba2c820c5), [`793ea0f`](https://github.com/mastra-ai/mastra/commit/793ea0f52f831178837f21c83af6af93bf4ce638), [`825d8de`](https://github.com/mastra-ai/mastra/commit/825d8def9fa64c2bcc3d8dd6b49e09342c3ac5c7), [`507a5c4`](https://github.com/mastra-ai/mastra/commit/507a5c461bdc3136ad80744c0efbb55ce1f18f97), [`5afe423`](https://github.com/mastra-ai/mastra/commit/5afe423e4badf040f1b0d4525183a856fcb8146e), [`307573b`](https://github.com/mastra-ai/mastra/commit/307573b9ff3149b70c79540dbc86f1319b180f29), [`79b3626`](https://github.com/mastra-ai/mastra/commit/79b3626f8d647307eb07c8da14c9073c2699719d), [`c2c1d7b`](https://github.com/mastra-ai/mastra/commit/c2c1d7bb61d2602955f14ed3952f807c2d6eb576), [`86623c1`](https://github.com/mastra-ai/mastra/commit/86623c1adf7d22de32cc916dda17f4155184db36), [`1505c07`](https://github.com/mastra-ai/mastra/commit/1505c07603f6346bae12aa82f140e8b88ffea9ab), [`f328049`](https://github.com/mastra-ai/mastra/commit/f3280498c324afd2a8d36cd828f5b9f94a2dddc1), [`e545228`](https://github.com/mastra-ai/mastra/commit/e54522856934a5dc030b7b6385771e3548020d59), [`3eb852e`](https://github.com/mastra-ai/mastra/commit/3eb852e5435bc908b800193498103dc724f455b0), [`ffa09e7`](https://github.com/mastra-ai/mastra/commit/ffa09e772a5c92270eabe2090fc42d45bd8ec4b7), [`8c9f1c0`](https://github.com/mastra-ai/mastra/commit/8c9f1c0361d89066f9bcd14a2f69e761b01766c8), [`461a7c5`](https://github.com/mastra-ai/mastra/commit/461a7c501449295287f4f0ee4b0b42344f39fcf8), [`4211472`](https://github.com/mastra-ai/mastra/commit/4211472a5a2bd319c60cd2e42d9109c3eef7ac1c), [`9e45902`](https://github.com/mastra-ai/mastra/commit/9e4590208e745055cecca202e2db0e5c65e17d3c), [`5c0df77`](https://github.com/mastra-ai/mastra/commit/5c0df776c40efa420f8c07a2f3ee66010296618e), [`e940f09`](https://github.com/mastra-ai/mastra/commit/e940f099ef5d18b403e6f2b4937e086a4da857b1)]:
|
|
317
|
-
- @mastra/core@1.47.0
|
|
318
|
-
|
|
319
|
-
## 1.5.0-alpha.1
|
|
320
|
-
|
|
321
|
-
### Patch Changes
|
|
322
|
-
|
|
323
|
-
- **Gates and verdict for `runEvals`** ([#18394](https://github.com/mastra-ai/mastra/pull/18394))
|
|
324
|
-
|
|
325
|
-
New optional `gates` field accepts scorers that must score 1.0 for the run to pass. Scorers can now use a `{ scorer, threshold }` form to set pass/fail thresholds. `threshold` accepts a number (minimum) or `{ min, max }` for range-based checks (e.g. hallucination where high = bad). The result includes `verdict`, `gateResults`, and `thresholdResults`. Fully backward compatible.
|
|
326
|
-
|
|
327
|
-
```ts
|
|
328
|
-
import { runEvals } from '@mastra/core/evals';
|
|
329
|
-
import { checks } from '@mastra/evals/checks';
|
|
330
|
-
|
|
331
|
-
const result = await runEvals({
|
|
332
|
-
data: [{ input: 'What is the weather?' }],
|
|
333
|
-
target: weatherAgent,
|
|
334
|
-
gates: [checks.calledTool('get_weather')],
|
|
335
|
-
scorers: [
|
|
336
|
-
{ scorer: faithfulnessScorer, threshold: 0.7 },
|
|
337
|
-
{ scorer: hallucinationScorer, threshold: { max: 0.3 } },
|
|
338
|
-
],
|
|
339
|
-
});
|
|
340
|
-
|
|
341
|
-
result.verdict; // 'passed' | 'scored' | 'failed'
|
|
342
|
-
```
|
|
343
|
-
|
|
344
|
-
- Updated dependencies [[`86623c1`](https://github.com/mastra-ai/mastra/commit/86623c1adf7d22de32cc916dda17f4155184db36), [`7c9dd77`](https://github.com/mastra-ai/mastra/commit/7c9dd77bd18cb8dc72797e25f1a0fbdc71a11347), [`9990965`](https://github.com/mastra-ai/mastra/commit/999096571635a83b42ef40841fd7028cfa630779), [`c0ffa3c`](https://github.com/mastra-ai/mastra/commit/c0ffa3c897ccd326de880df734740a7f0681a18f), [`0504bf5`](https://github.com/mastra-ai/mastra/commit/0504bf5e8cffc571a4b343326178de371e6f859b), [`5afe423`](https://github.com/mastra-ai/mastra/commit/5afe423e4badf040f1b0d4525183a856fcb8146e), [`86623c1`](https://github.com/mastra-ai/mastra/commit/86623c1adf7d22de32cc916dda17f4155184db36), [`8c9f1c0`](https://github.com/mastra-ai/mastra/commit/8c9f1c0361d89066f9bcd14a2f69e761b01766c8)]:
|
|
345
|
-
- @mastra/core@1.47.0-alpha.2
|
|
346
|
-
|
|
347
|
-
## 1.5.0-alpha.0
|
|
348
|
-
|
|
349
|
-
### Minor Changes
|
|
350
|
-
|
|
351
|
-
- Added `checks`, a new namespace of micro-scorers for common eval assertions. ([#18392](https://github.com/mastra-ai/mastra/pull/18392))
|
|
352
|
-
|
|
353
|
-
**What changed**
|
|
354
|
-
- Added text checks: `includes`, `excludes`, `equals`, `matches`, and `similarity`.
|
|
355
|
-
- Added tool checks: `calledTool`, `didNotCall`, `toolOrder`, `maxToolCalls`, `usedNoTools`, and `noToolErrors`.
|
|
356
|
-
- You can now import checks from `@mastra/evals/checks`.
|
|
357
|
-
|
|
358
|
-
**Example**
|
|
359
|
-
|
|
360
|
-
```ts
|
|
361
|
-
import { checks } from '@mastra/evals/checks';
|
|
362
|
-
|
|
363
|
-
const scorers = [
|
|
364
|
-
checks.includes('sunny'),
|
|
365
|
-
checks.calledTool('get_weather'),
|
|
366
|
-
checks.toolOrder(['search', 'summarize']),
|
|
367
|
-
checks.noToolErrors(),
|
|
368
|
-
];
|
|
369
|
-
```
|
|
370
|
-
|
|
371
|
-
### Patch Changes
|
|
372
|
-
|
|
373
|
-
- Updated dependencies [[`7f9ae70`](https://github.com/mastra-ai/mastra/commit/7f9ae70826b047e5a66218f9e92f20e54a2d791f), [`1505c07`](https://github.com/mastra-ai/mastra/commit/1505c07603f6346bae12aa82f140e8b88ffea9ab), [`e940f09`](https://github.com/mastra-ai/mastra/commit/e940f099ef5d18b403e6f2b4937e086a4da857b1)]:
|
|
374
|
-
- @mastra/core@1.46.1-alpha.1
|
|
375
|
-
|
|
376
|
-
## 1.4.0
|
|
377
|
-
|
|
378
|
-
### Minor Changes
|
|
379
|
-
|
|
380
|
-
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
381
|
-
|
|
382
|
-
### Patch Changes
|
|
383
|
-
|
|
384
|
-
- Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
|
|
385
|
-
- @mastra/core@1.45.0
|
|
386
|
-
|
|
387
|
-
## 1.4.0-alpha.0
|
|
388
|
-
|
|
389
|
-
### Minor Changes
|
|
390
|
-
|
|
391
|
-
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
392
|
-
|
|
393
|
-
### Patch Changes
|
|
394
|
-
|
|
395
|
-
- Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
|
|
396
|
-
- @mastra/core@1.45.0-alpha.0
|
|
397
|
-
|
|
398
|
-
## 1.3.1
|
|
399
|
-
|
|
400
|
-
### Patch Changes
|
|
401
|
-
|
|
402
|
-
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
|
|
403
|
-
|
|
404
|
-
- Updated dependencies [[`339c57c`](https://github.com/mastra-ai/mastra/commit/339c57c5b2c6dbe75a125e138228e0556528976f), [`1dd4117`](https://github.com/mastra-ai/mastra/commit/1dd4117dcbd8e031ede9f0489436bfbc6f0315b8), [`2b11d1f`](https://github.com/mastra-ai/mastra/commit/2b11d1f6ac7024c5dd2b2dd12a48a956ac9d63bd), [`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d), [`b7dff0a`](https://github.com/mastra-ai/mastra/commit/b7dff0a3d1022eb6868f48dc40a2b1febd5c277f), [`02087e1`](https://github.com/mastra-ai/mastra/commit/02087e1fbc54aa07f3071f7a200df1bf5be601a8), [`49af8df`](https://github.com/mastra-ai/mastra/commit/49af8df589c4ff71a5015a4553b377b32704b691), [`30ce559`](https://github.com/mastra-ai/mastra/commit/30ce55902ecf819b8ab8697398dd68b108228063), [`c241b92`](https://github.com/mastra-ai/mastra/commit/c241b929dc8c8d6a7b7219c99ed13ac1f3124a77), [`7d6ff70`](https://github.com/mastra-ai/mastra/commit/7d6ff708727297a0526ca0e26e93eeb5bbaaa187), [`ab975d4`](https://github.com/mastra-ai/mastra/commit/ab975d4dd9488752f05bda7afa03166d207e3e2a), [`9d6aa1b`](https://github.com/mastra-ai/mastra/commit/9d6aa1bae407e2afa6a089abc2a6accbbcb287b8)]:
|
|
405
|
-
- @mastra/core@1.44.0
|
|
406
|
-
|
|
407
|
-
## 1.3.1-alpha.0
|
|
408
|
-
|
|
409
|
-
### Patch Changes
|
|
410
|
-
|
|
411
|
-
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
|
|
412
|
-
|
|
413
|
-
- Updated dependencies [[`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d)]:
|
|
414
|
-
- @mastra/core@1.43.1-alpha.0
|
|
415
|
-
|
|
416
|
-
## 1.3.0
|
|
417
|
-
|
|
418
|
-
### Minor Changes
|
|
419
|
-
|
|
420
|
-
- Added `createRubricScorer`, an LLM-as-judge scorer that grades agent output against a rubric of criteria and returns a binary verdict (1 only when every required criterion is satisfied) with per-criterion feedback. Drop it into `isTaskComplete` to make an agent self-correct until the rubric is met. ([#17724](https://github.com/mastra-ai/mastra/pull/17724))
|
|
421
|
-
|
|
422
|
-
```typescript
|
|
423
|
-
import { createRubricScorer } from '@mastra/evals/scorers/prebuilt';
|
|
424
|
-
|
|
425
|
-
const rubricScorer = createRubricScorer({
|
|
426
|
-
model: '__GATEWAY_OPENAI_MODEL_MINI__',
|
|
427
|
-
criteria: [
|
|
428
|
-
{ description: 'The response includes an analysis section' },
|
|
429
|
-
{ description: 'The response includes concrete recommendations' },
|
|
430
|
-
],
|
|
431
|
-
});
|
|
432
|
-
|
|
433
|
-
await supervisor.stream('Research AI in education', {
|
|
434
|
-
maxSteps: 10,
|
|
435
|
-
isTaskComplete: { scorers: [rubricScorer], strategy: 'all' },
|
|
436
|
-
});
|
|
437
|
-
```
|
|
438
|
-
|
|
439
|
-
The rubric accepts a criteria array or a newline-delimited string, supports optional (non-gating) criteria, and can be supplied per run via request context under a `rubric` key.
|
|
440
|
-
|
|
441
|
-
### Patch Changes
|
|
442
|
-
|
|
443
|
-
- Fixed AnswerRelevancyScorer (and other scorers) scoring live-agent turns 0. The scorer's user-input extractor ignored the `parts` array of format-2 messages, so when an agent persisted a message without the optional `content` string the input came through empty and every statement was judged irrelevant. The extractor now reads text from `parts` (last text part wins), matching the assistant-output extractor. ([#17769](https://github.com/mastra-ai/mastra/pull/17769))
|
|
444
|
-
|
|
445
|
-
- Updated dependencies [[`d468acb`](https://github.com/mastra-ai/mastra/commit/d468acb07aec1bb19a2cb0ada8042b05b46746b2), [`575f815`](https://github.com/mastra-ai/mastra/commit/575f815c5c3567b71c0b83cbb7fa98c8253a9d9c), [`34839c1`](https://github.com/mastra-ai/mastra/commit/34839c1910b6964bf59ed0cee58844efebbb684e), [`053735a`](https://github.com/mastra-ai/mastra/commit/053735a75c2c18e23ce34d9468007efa4a45f4c4), [`306909a`](https://github.com/mastra-ai/mastra/commit/306909a693de77d709b38706e2673c9547d24a28), [`5191af8`](https://github.com/mastra-ai/mastra/commit/5191af80c799eea25357c545fc05d91b3883531d), [`43bd3d4`](https://github.com/mastra-ai/mastra/commit/43bd3d421987463fdf35386a45199c49499ed069), [`e6fa79e`](https://github.com/mastra-ai/mastra/commit/e6fa79ec72a2ddffdd25e85270398951e9d552a4), [`904bcdf`](https://github.com/mastra-ai/mastra/commit/904bcdf7b8004aa7be823f9f70ca63580e47e470), [`7f5ee1d`](https://github.com/mastra-ai/mastra/commit/7f5ee1dca46daee8d2817f2ebe49e6335da81956), [`1e9aab5`](https://github.com/mastra-ai/mastra/commit/1e9aab50ff11e6e88fde4d7cbf512c44a9fe8d61), [`2bccba4`](https://github.com/mastra-ai/mastra/commit/2bccba4c03cadc815c2d54cbf4dd43a922140a8d), [`bf8eb6d`](https://github.com/mastra-ai/mastra/commit/bf8eb6d0ec213a403eb9265a594ad283c44ab3dc), [`e9be4e7`](https://github.com/mastra-ai/mastra/commit/e9be4e747ec3d8b65548bff92f9377db06105376), [`493a328`](https://github.com/mastra-ai/mastra/commit/493a328f4346a1deeb9f1e2e44c8f2a3a4d7591b), [`d53cfc2`](https://github.com/mastra-ai/mastra/commit/d53cfc2c7f8d78343a4aa84ec4e129ba25f3325e), [`65799d4`](https://github.com/mastra-ai/mastra/commit/65799d4d549e5ebb9c848fbe3f51ac090f64becf), [`c268c89`](https://github.com/mastra-ai/mastra/commit/c268c89f4c63a93ee474d3cffdf3ea60bf00d4f2), [`34839c1`](https://github.com/mastra-ai/mastra/commit/34839c1910b6964bf59ed0cee58844efebbb684e), [`014e00f`](https://github.com/mastra-ai/mastra/commit/014e00f2b3a597a016b72f9901c6ab27d491f822), [`029a414`](https://github.com/mastra-ai/mastra/commit/029a4141719793bd3e898a39eb5a0466a55f5f3a), [`d468acb`](https://github.com/mastra-ai/mastra/commit/d468acb07aec1bb19a2cb0ada8042b05b46746b2), [`b147b29`](https://github.com/mastra-ai/mastra/commit/b147b2907f0cd1aa812efe6d6e3f58d22e66fc88), [`d371ac1`](https://github.com/mastra-ai/mastra/commit/d371ac1d9820afaaf7cfdbc380a475946a994d8f), [`2bccba4`](https://github.com/mastra-ai/mastra/commit/2bccba4c03cadc815c2d54cbf4dd43a922140a8d), [`0c72f03`](https://github.com/mastra-ai/mastra/commit/0c72f032abb13254df5a7856d64be2f207b8006d), [`cf182b7`](https://github.com/mastra-ai/mastra/commit/cf182b7fb495767946d9840ef29f19cfa906f31f), [`3b45ea9`](https://github.com/mastra-ai/mastra/commit/3b45ea95015557a6cb9d70dc5252af54ab1b78ac), [`a049c2a`](https://github.com/mastra-ai/mastra/commit/a049c2a9dfb41d0ee2e7a28874a88cd64fd5669f), [`f084be1`](https://github.com/mastra-ai/mastra/commit/f084be1fcbe33ad7480913e44d6130c421c0976f), [`b147b29`](https://github.com/mastra-ai/mastra/commit/b147b2907f0cd1aa812efe6d6e3f58d22e66fc88), [`2a96528`](https://github.com/mastra-ai/mastra/commit/2a9652848dfa3c5a2426f952e9d93554c26fd90f), [`f2ab060`](https://github.com/mastra-ai/mastra/commit/f2ab060162bea81505fda553e2cee29c1979fd04), [`5d302c8`](https://github.com/mastra-ai/mastra/commit/5d302c8eda1a6ac74eab5e442c4f64db6cc97a06), [`34839c1`](https://github.com/mastra-ai/mastra/commit/34839c1910b6964bf59ed0cee58844efebbb684e), [`a952852`](https://github.com/mastra-ai/mastra/commit/a952852c971a21fb646cd907c75fcf4443cdc963), [`2656d9c`](https://github.com/mastra-ai/mastra/commit/2656d9c2976d4f3354253bfbbbf9b88a1b2bbf34), [`63e3fe1`](https://github.com/mastra-ai/mastra/commit/63e3fe13cc1ea96f91d7c68aea92f400faf9e4da), [`1d4ce8d`](https://github.com/mastra-ai/mastra/commit/1d4ce8daaa54511f325c1b609d31b8e54009d677), [`8c68372`](https://github.com/mastra-ai/mastra/commit/8c68372e85fe0b066ec12c58bd29ffb93e54c552)]:
|
|
446
|
-
- @mastra/core@1.42.0
|
|
447
|
-
|
|
448
|
-
## 1.3.0-alpha.0
|
|
449
|
-
|
|
450
|
-
### Minor Changes
|
|
451
|
-
|
|
452
|
-
- Added `createRubricScorer`, an LLM-as-judge scorer that grades agent output against a rubric of criteria and returns a binary verdict (1 only when every required criterion is satisfied) with per-criterion feedback. Drop it into `isTaskComplete` to make an agent self-correct until the rubric is met. ([#17724](https://github.com/mastra-ai/mastra/pull/17724))
|
|
453
|
-
|
|
454
|
-
```typescript
|
|
455
|
-
import { createRubricScorer } from '@mastra/evals/scorers/prebuilt';
|
|
456
|
-
|
|
457
|
-
const rubricScorer = createRubricScorer({
|
|
458
|
-
model: '__GATEWAY_OPENAI_MODEL_MINI__',
|
|
459
|
-
criteria: [
|
|
460
|
-
{ description: 'The response includes an analysis section' },
|
|
461
|
-
{ description: 'The response includes concrete recommendations' },
|
|
462
|
-
],
|
|
463
|
-
});
|
|
464
|
-
|
|
465
|
-
await supervisor.stream('Research AI in education', {
|
|
466
|
-
maxSteps: 10,
|
|
467
|
-
isTaskComplete: { scorers: [rubricScorer], strategy: 'all' },
|
|
468
|
-
});
|
|
469
|
-
```
|
|
470
|
-
|
|
471
|
-
The rubric accepts a criteria array or a newline-delimited string, supports optional (non-gating) criteria, and can be supplied per run via request context under a `rubric` key.
|
|
472
|
-
|
|
473
|
-
### Patch Changes
|
|
474
|
-
|
|
475
|
-
- Fixed AnswerRelevancyScorer (and other scorers) scoring live-agent turns 0. The scorer's user-input extractor ignored the `parts` array of format-2 messages, so when an agent persisted a message without the optional `content` string the input came through empty and every statement was judged irrelevant. The extractor now reads text from `parts` (last text part wins), matching the assistant-output extractor. ([#17769](https://github.com/mastra-ai/mastra/pull/17769))
|
|
476
|
-
|
|
477
|
-
- Updated dependencies [[`575f815`](https://github.com/mastra-ai/mastra/commit/575f815c5c3567b71c0b83cbb7fa98c8253a9d9c), [`306909a`](https://github.com/mastra-ai/mastra/commit/306909a693de77d709b38706e2673c9547d24a28), [`5191af8`](https://github.com/mastra-ai/mastra/commit/5191af80c799eea25357c545fc05d91b3883531d), [`43bd3d4`](https://github.com/mastra-ai/mastra/commit/43bd3d421987463fdf35386a45199c49499ed069), [`e6fa79e`](https://github.com/mastra-ai/mastra/commit/e6fa79ec72a2ddffdd25e85270398951e9d552a4), [`904bcdf`](https://github.com/mastra-ai/mastra/commit/904bcdf7b8004aa7be823f9f70ca63580e47e470), [`7f5ee1d`](https://github.com/mastra-ai/mastra/commit/7f5ee1dca46daee8d2817f2ebe49e6335da81956), [`1e9aab5`](https://github.com/mastra-ai/mastra/commit/1e9aab50ff11e6e88fde4d7cbf512c44a9fe8d61), [`bf8eb6d`](https://github.com/mastra-ai/mastra/commit/bf8eb6d0ec213a403eb9265a594ad283c44ab3dc), [`493a328`](https://github.com/mastra-ai/mastra/commit/493a328f4346a1deeb9f1e2e44c8f2a3a4d7591b), [`029a414`](https://github.com/mastra-ai/mastra/commit/029a4141719793bd3e898a39eb5a0466a55f5f3a), [`b147b29`](https://github.com/mastra-ai/mastra/commit/b147b2907f0cd1aa812efe6d6e3f58d22e66fc88), [`d371ac1`](https://github.com/mastra-ai/mastra/commit/d371ac1d9820afaaf7cfdbc380a475946a994d8f), [`cf182b7`](https://github.com/mastra-ai/mastra/commit/cf182b7fb495767946d9840ef29f19cfa906f31f), [`a049c2a`](https://github.com/mastra-ai/mastra/commit/a049c2a9dfb41d0ee2e7a28874a88cd64fd5669f), [`b147b29`](https://github.com/mastra-ai/mastra/commit/b147b2907f0cd1aa812efe6d6e3f58d22e66fc88), [`2a96528`](https://github.com/mastra-ai/mastra/commit/2a9652848dfa3c5a2426f952e9d93554c26fd90f), [`2656d9c`](https://github.com/mastra-ai/mastra/commit/2656d9c2976d4f3354253bfbbbf9b88a1b2bbf34), [`63e3fe1`](https://github.com/mastra-ai/mastra/commit/63e3fe13cc1ea96f91d7c68aea92f400faf9e4da), [`1d4ce8d`](https://github.com/mastra-ai/mastra/commit/1d4ce8daaa54511f325c1b609d31b8e54009d677), [`8c68372`](https://github.com/mastra-ai/mastra/commit/8c68372e85fe0b066ec12c58bd29ffb93e54c552)]:
|
|
478
|
-
- @mastra/core@1.42.0-alpha.4
|
|
479
|
-
|
|
480
|
-
## 1.2.4
|
|
481
|
-
|
|
482
|
-
### Patch Changes
|
|
483
|
-
|
|
484
|
-
- Fixed the hallucination and tool-usage scorers returning incorrect scores when observable memory is enabled. These scorers now detect tool calls in every message format, so responses are no longer wrongly scored as fully hallucinated or as using zero tools. ([#17321](https://github.com/mastra-ai/mastra/pull/17321))
|
|
485
|
-
|
|
486
|
-
- Updated dependencies [[`fa63872`](https://github.com/mastra-ai/mastra/commit/fa6387280954e6b667bec5714b55ba082bc627ff), [`d779de3`](https://github.com/mastra-ai/mastra/commit/d779de3cd9d2e7ed8110547190e2f15e786a0e41), [`1750c97`](https://github.com/mastra-ai/mastra/commit/1750c975d6179fbf6db2813b15229d4f8f23fc55), [`9283971`](https://github.com/mastra-ai/mastra/commit/928397157009b4aef4d5fdf3a0a273cb371beb55), [`f07b646`](https://github.com/mastra-ai/mastra/commit/f07b64604ab7d25391179790b7fd4823df9e2dff), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`40f9297`](https://github.com/mastra-ai/mastra/commit/40f9297003b921c62373d3e8d3a4bda76c9f6de3), [`19a8658`](https://github.com/mastra-ai/mastra/commit/19a86589c788ef48bb6c1b0612cc82a201857379), [`850af77`](https://github.com/mastra-ai/mastra/commit/850af7779cb87c350804488734544a5b1843de25), [`0f0d1ba`](https://github.com/mastra-ai/mastra/commit/0f0d1ba67bfcb2204e571401662f1eceefc03357), [`a18775a`](https://github.com/mastra-ai/mastra/commit/a18775a693172546ee2378d39b67d4e32895b251), [`1baf2d1`](https://github.com/mastra-ai/mastra/commit/1baf2d152c6881338ff8f114633d5316fe13dd15), [`8c31bcd`](https://github.com/mastra-ai/mastra/commit/8c31bcdb00e597880d5939b1b7d7566fbe5dacae), [`0e32507`](https://github.com/mastra-ai/mastra/commit/0e32507962cdfa5569b7bda5bc6fb3dd34e40b03), [`95b14cd`](https://github.com/mastra-ai/mastra/commit/95b14cdd820e86d97ac05fe568424c513a252e31), [`07c3de7`](https://github.com/mastra-ai/mastra/commit/07c3de7f7bc418beccaea3b5e6b7f7cdda79d492), [`0bf2d93`](https://github.com/mastra-ai/mastra/commit/0bf2d932d20e2936f2d9abb8c0a86e24fbc97ec6), [`7b0d34c`](https://github.com/mastra-ai/mastra/commit/7b0d34cfe4a2fce22ac86ae17404685ff67a2ddb), [`a659a77`](https://github.com/mastra-ai/mastra/commit/a659a779bdebe3a52a518c56d2260592d0240fe0), [`aa36be2`](https://github.com/mastra-ai/mastra/commit/aa36be23aa513b7dc53cb8ca16b7fab8f20e43ad), [`3332be9`](https://github.com/mastra-ai/mastra/commit/3332be9701ecd77aba840959d9a1d1ce7aef02d3), [`212c635`](https://github.com/mastra-ai/mastra/commit/212c635203e61d036ab41db8ff86c3893dc795b3), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`9aa5a73`](https://github.com/mastra-ai/mastra/commit/9aa5a73e7e110f6e9365eec69364a33d5f03bb56), [`f73c789`](https://github.com/mastra-ai/mastra/commit/f73c789e8ef21561580395d2c410119cab5848c8), [`8bd16da`](https://github.com/mastra-ai/mastra/commit/8bd16da73a4cb874d739373643dbd6a6e7f88684), [`c8630f8`](https://github.com/mastra-ai/mastra/commit/c8630f80d4f40cb5d22e60ab162b618b1907167a), [`94dfef6`](https://github.com/mastra-ai/mastra/commit/94dfef6e2bf19a88467ea3940afcbce88a433f0f), [`47f71dc`](https://github.com/mastra-ai/mastra/commit/47f71dc6fbcbd12d71e21a979e676e20a02bd77d), [`50ceae2`](https://github.com/mastra-ai/mastra/commit/50ceae270878e2f8fb2b2c6c2faab09df0007c8a), [`a122f79`](https://github.com/mastra-ai/mastra/commit/a122f79427ae225ec79c7b2ed46278da48d04b17), [`8cdde58`](https://github.com/mastra-ai/mastra/commit/8cdde5875bbba6702d9df226f2b20232b8d75d6c), [`3a081c1`](https://github.com/mastra-ai/mastra/commit/3a081c1255c5ae8c99f6dad91cc612934ef6f2bd), [`49f8abc`](https://github.com/mastra-ai/mastra/commit/49f8abce8258e4f2f87bd326acfbdb641264a47c), [`847ff1e`](https://github.com/mastra-ai/mastra/commit/847ff1e0d94368d94b2e173e4e0908e115568ef3), [`0c1ed1d`](https://github.com/mastra-ai/mastra/commit/0c1ed1d00c7d87b5ac99ca95896211a2fa9189fa), [`259d409`](https://github.com/mastra-ai/mastra/commit/259d409a514174299dbde1ff5e1121209b3ba850), [`9e16c68`](https://github.com/mastra-ai/mastra/commit/9e16c6818b6485ccb43df28aba6f3a2219d28662), [`cefca33`](https://github.com/mastra-ai/mastra/commit/cefca33ae666e69810c935fedf95a929c173d1d7), [`d00e8c5`](https://github.com/mastra-ai/mastra/commit/d00e8c50daebe5bce5bf2f48bde39c86fc3d2fe4), [`36fa7e2`](https://github.com/mastra-ai/mastra/commit/36fa7e24d14e58a1eb46147097b32f583e5b8775), [`87e9774`](https://github.com/mastra-ai/mastra/commit/87e97741c1e493cd6d62f478eb810b49bda4d57c), [`65a72e7`](https://github.com/mastra-ai/mastra/commit/65a72e70c25eedea8ff985a6624b96be2850236b), [`fe9eacd`](https://github.com/mastra-ai/mastra/commit/fe9eacd9545a0a9d64aad31c9fa90294a425289e), [`4c02027`](https://github.com/mastra-ai/mastra/commit/4c020277235eaa6b1dc957c90ad0639eef213992), [`0f77241`](https://github.com/mastra-ai/mastra/commit/0f7724108806703799a8ba80ad0f09414afd5066), [`849efb9`](https://github.com/mastra-ai/mastra/commit/849efb9fca6dc976589c1f90a303fea618769109), [`92ff509`](https://github.com/mastra-ai/mastra/commit/92ff5098ef8a990438ca038077021a5f7541ec1d), [`3fce5e7`](https://github.com/mastra-ai/mastra/commit/3fce5e70d011d289043e75003ef3336ed4aa43c3), [`a763592`](https://github.com/mastra-ai/mastra/commit/a763592c3db46963ef1011cfe16fe372816e775e), [`db79c86`](https://github.com/mastra-ai/mastra/commit/db79c86c60723d57e02f9636ca2611bd4515f194), [`6855012`](https://github.com/mastra-ai/mastra/commit/685501247cc4717506f3e89beed03509d63a5370), [`80c7737`](https://github.com/mastra-ai/mastra/commit/80c7737e32d7917b5f356957d67c169d01744fd3), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`3f1cf47`](https://github.com/mastra-ai/mastra/commit/3f1cf476f74c1e4cc2df908837e05853a5347e31)]:
|
|
487
|
-
- @mastra/core@1.38.0
|
|
488
|
-
|
|
489
|
-
## 1.2.4-alpha.0
|
|
490
|
-
|
|
491
|
-
### Patch Changes
|
|
492
|
-
|
|
493
|
-
- Fixed the hallucination and tool-usage scorers returning incorrect scores when observable memory is enabled. These scorers now detect tool calls in every message format, so responses are no longer wrongly scored as fully hallucinated or as using zero tools. ([#17321](https://github.com/mastra-ai/mastra/pull/17321))
|
|
494
|
-
|
|
495
|
-
- Updated dependencies [[`8ace89d`](https://github.com/mastra-ai/mastra/commit/8ace89df77f762e622d3b9f7f65ad7524350d050), [`fa63872`](https://github.com/mastra-ai/mastra/commit/fa6387280954e6b667bec5714b55ba082bc627ff), [`f07b646`](https://github.com/mastra-ai/mastra/commit/f07b64604ab7d25391179790b7fd4823df9e2dff), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`40f9297`](https://github.com/mastra-ai/mastra/commit/40f9297003b921c62373d3e8d3a4bda76c9f6de3), [`0f0d1ba`](https://github.com/mastra-ai/mastra/commit/0f0d1ba67bfcb2204e571401662f1eceefc03357), [`8c31bcd`](https://github.com/mastra-ai/mastra/commit/8c31bcdb00e597880d5939b1b7d7566fbe5dacae), [`95b14cd`](https://github.com/mastra-ai/mastra/commit/95b14cdd820e86d97ac05fe568424c513a252e31), [`aa36be2`](https://github.com/mastra-ai/mastra/commit/aa36be23aa513b7dc53cb8ca16b7fab8f20e43ad), [`212c635`](https://github.com/mastra-ai/mastra/commit/212c635203e61d036ab41db8ff86c3893dc795b3), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`9aa5a73`](https://github.com/mastra-ai/mastra/commit/9aa5a73e7e110f6e9365eec69364a33d5f03bb56), [`f73c789`](https://github.com/mastra-ai/mastra/commit/f73c789e8ef21561580395d2c410119cab5848c8), [`8bd16da`](https://github.com/mastra-ai/mastra/commit/8bd16da73a4cb874d739373643dbd6a6e7f88684), [`c8630f8`](https://github.com/mastra-ai/mastra/commit/c8630f80d4f40cb5d22e60ab162b618b1907167a), [`47f71dc`](https://github.com/mastra-ai/mastra/commit/47f71dc6fbcbd12d71e21a979e676e20a02bd77d), [`50ceae2`](https://github.com/mastra-ai/mastra/commit/50ceae270878e2f8fb2b2c6c2faab09df0007c8a), [`8cdde58`](https://github.com/mastra-ai/mastra/commit/8cdde5875bbba6702d9df226f2b20232b8d75d6c), [`847ff1e`](https://github.com/mastra-ai/mastra/commit/847ff1e0d94368d94b2e173e4e0908e115568ef3), [`259d409`](https://github.com/mastra-ai/mastra/commit/259d409a514174299dbde1ff5e1121209b3ba850), [`9e16c68`](https://github.com/mastra-ai/mastra/commit/9e16c6818b6485ccb43df28aba6f3a2219d28662), [`cefca33`](https://github.com/mastra-ai/mastra/commit/cefca33ae666e69810c935fedf95a929c173d1d7), [`d00e8c5`](https://github.com/mastra-ai/mastra/commit/d00e8c50daebe5bce5bf2f48bde39c86fc3d2fe4), [`36fa7e2`](https://github.com/mastra-ai/mastra/commit/36fa7e24d14e58a1eb46147097b32f583e5b8775), [`87e9774`](https://github.com/mastra-ai/mastra/commit/87e97741c1e493cd6d62f478eb810b49bda4d57c), [`65a72e7`](https://github.com/mastra-ai/mastra/commit/65a72e70c25eedea8ff985a6624b96be2850236b), [`0f77241`](https://github.com/mastra-ai/mastra/commit/0f7724108806703799a8ba80ad0f09414afd5066), [`92ff509`](https://github.com/mastra-ai/mastra/commit/92ff5098ef8a990438ca038077021a5f7541ec1d), [`3fce5e7`](https://github.com/mastra-ai/mastra/commit/3fce5e70d011d289043e75003ef3336ed4aa43c3), [`a763592`](https://github.com/mastra-ai/mastra/commit/a763592c3db46963ef1011cfe16fe372816e775e), [`80c7737`](https://github.com/mastra-ai/mastra/commit/80c7737e32d7917b5f356957d67c169d01744fd3), [`3f1cf47`](https://github.com/mastra-ai/mastra/commit/3f1cf476f74c1e4cc2df908837e05853a5347e31)]:
|
|
496
|
-
- @mastra/core@1.38.0-alpha.3
|
|
497
|
-
|
|
498
|
-
## 1.2.3
|
|
499
|
-
|
|
500
|
-
### Patch Changes
|
|
501
|
-
|
|
502
|
-
- Removed zod as a required peer dependency. Internal schemas now use plain JSON Schema objects instead of zod runtime. ([#16726](https://github.com/mastra-ai/mastra/pull/16726))
|
|
503
|
-
|
|
504
|
-
- Updated dependencies [[`cfa2e3a`](https://github.com/mastra-ai/mastra/commit/cfa2e3a5292322f48bb28b4d257d631da7f9d3cc), [`0cbece9`](https://github.com/mastra-ai/mastra/commit/0cbece9d832cb134a74cdbf3682d390a058215a4), [`2f5f58a`](https://github.com/mastra-ai/mastra/commit/2f5f58a9a8bb13bcdc6789db221eef7c9bf1ff02), [`7dfe1bc`](https://github.com/mastra-ai/mastra/commit/7dfe1bcfe71d261a6fd6bbf29b1dec49d78fb98f), [`ac442a4`](https://github.com/mastra-ai/mastra/commit/ac442a42fda0354ac2bcea772bf6691cb3e9dbb3), [`b7286f4`](https://github.com/mastra-ai/mastra/commit/b7286f4308267f5fd70e6bfee10dba9472640906), [`6096445`](https://github.com/mastra-ai/mastra/commit/60964459733f0ab384584d95e19c36607ffdf7b0), [`d72dc4b`](https://github.com/mastra-ai/mastra/commit/d72dc4b12d832546c05c20255fa96fe4eb515900), [`a481027`](https://github.com/mastra-ai/mastra/commit/a481027b549ba1018414990c8f045eaee7b9f413), [`1e5c067`](https://github.com/mastra-ai/mastra/commit/1e5c067d2e20a781af670578180d1ee249806d41), [`168fa09`](https://github.com/mastra-ai/mastra/commit/168fa09d6b39114cb8c13bd06f1dccb9bc81c6cd), [`df1947a`](https://github.com/mastra-ai/mastra/commit/df1947affa40f742067542251fac7ca759492ef4), [`ee59b74`](https://github.com/mastra-ai/mastra/commit/ee59b743ce73ad11784b4d9c6fbba8568edee1c8), [`a97b1a0`](https://github.com/mastra-ai/mastra/commit/a97b1a0abaed83946c3519d1e0f680d0815b8a67), [`008baaf`](https://github.com/mastra-ai/mastra/commit/008baafd8d851f831407045aebead5a2e3342eff), [`801baa0`](https://github.com/mastra-ai/mastra/commit/801baa07cccdbaec1d00942a92bdc831111744a2), [`8116436`](https://github.com/mastra-ai/mastra/commit/81164363eb225d774e41ff27da6a5ea611406688), [`c35b962`](https://github.com/mastra-ai/mastra/commit/c35b9625c7e854fcfdeee226a3338a750d0ff211), [`c27c4b9`](https://github.com/mastra-ai/mastra/commit/c27c4b9f137df5414fca4e45896aceccff6b0ed5), [`08b3b59`](https://github.com/mastra-ai/mastra/commit/08b3b590dd960dee6c9a6e39272f8927d803db6e), [`b3c3b18`](https://github.com/mastra-ai/mastra/commit/b3c3b189121489a3a51a8fd8204b569be9a89fe5), [`4084113`](https://github.com/mastra-ai/mastra/commit/408411370fc48a822e8b616b3b63f9409774e0e9), [`70cb714`](https://github.com/mastra-ai/mastra/commit/70cb7149c8f16f478e15b58498254a53181750a4), [`91cf0e0`](https://github.com/mastra-ai/mastra/commit/91cf0e027e511b871481a8576b56b7af83b15afd), [`7f9da22`](https://github.com/mastra-ai/mastra/commit/7f9da22efd5aa595e138a31de55a5f0f2f28b33d)]:
|
|
505
|
-
- @mastra/core@1.37.0
|
|
506
|
-
|
|
507
|
-
## 1.2.3-alpha.0
|
|
508
|
-
|
|
509
|
-
### Patch Changes
|
|
510
|
-
|
|
511
|
-
- Removed zod as a required peer dependency. Internal schemas now use plain JSON Schema objects instead of zod runtime. ([#16726](https://github.com/mastra-ai/mastra/pull/16726))
|
|
512
|
-
|
|
513
|
-
- Updated dependencies [[`c35b962`](https://github.com/mastra-ai/mastra/commit/c35b9625c7e854fcfdeee226a3338a750d0ff211), [`4084113`](https://github.com/mastra-ai/mastra/commit/408411370fc48a822e8b616b3b63f9409774e0e9)]:
|
|
514
|
-
- @mastra/core@1.37.0-alpha.8
|
|
515
|
-
|
|
516
|
-
## 1.2.2
|
|
517
|
-
|
|
518
|
-
### Patch Changes
|
|
519
|
-
|
|
520
|
-
- Fixed prebuilt LLM-judge scorers (faithfulness, answer relevancy, bias, hallucination, toxicity, …) crashing with `TypeError: output.find is not a function` when used against workflows, inline tasks, or string targets. The shared input/output helpers and scorer run types now also accept `string`, `ModelMessage[]`, `{ prompt }` (workflow input), `{ text }` / `{ content }` (workflow / task output), and a single assistant message object — alongside the existing agent shape. ([#15805](https://github.com/mastra-ai/mastra/pull/15805))
|
|
521
|
-
|
|
522
|
-
```ts
|
|
523
|
-
// Previously crashed; now works.
|
|
524
|
-
await createFaithfulnessScorer({ model, options: { context: ['Paris is the capital of France.'] } }).run({
|
|
525
|
-
input: { prompt: 'What is the capital of France?' },
|
|
526
|
-
output: { text: 'Paris is the capital of France.' },
|
|
527
|
-
});
|
|
528
|
-
```
|
|
529
|
-
|
|
530
|
-
Fixes [#15615](https://github.com/mastra-ai/mastra/issues/15615).
|
|
531
|
-
|
|
532
|
-
- Updated dependencies [[`6db978c`](https://github.com/mastra-ai/mastra/commit/6db978c42e94e75540a504f7230086f0b5cd35f9), [`512a013`](https://github.com/mastra-ai/mastra/commit/512a013f285aa9c0aa8f08a35b2ce09f9938b017), [`e9becde`](https://github.com/mastra-ai/mastra/commit/e9becdeed9176b9f8392e557bde12b933f99cf7a), [`703a443`](https://github.com/mastra-ai/mastra/commit/703a44390c587d9c0b8ae94ec4edd8afb2a74044), [`808df1b`](https://github.com/mastra-ai/mastra/commit/808df1b39358b5f10b7317107e42b1fda7c87185)]:
|
|
533
|
-
- @mastra/core@1.29.1
|
|
534
|
-
|
|
535
|
-
## 1.2.2-alpha.0
|
|
536
|
-
|
|
537
|
-
### Patch Changes
|
|
538
|
-
|
|
539
|
-
- Fixed prebuilt LLM-judge scorers (faithfulness, answer relevancy, bias, hallucination, toxicity, …) crashing with `TypeError: output.find is not a function` when used against workflows, inline tasks, or string targets. The shared input/output helpers and scorer run types now also accept `string`, `ModelMessage[]`, `{ prompt }` (workflow input), `{ text }` / `{ content }` (workflow / task output), and a single assistant message object — alongside the existing agent shape. ([#15805](https://github.com/mastra-ai/mastra/pull/15805))
|
|
540
|
-
|
|
541
|
-
```ts
|
|
542
|
-
// Previously crashed; now works.
|
|
543
|
-
await createFaithfulnessScorer({ model, options: { context: ['Paris is the capital of France.'] } }).run({
|
|
544
|
-
input: { prompt: 'What is the capital of France?' },
|
|
545
|
-
output: { text: 'Paris is the capital of France.' },
|
|
546
|
-
});
|
|
547
|
-
```
|
|
548
|
-
|
|
549
|
-
Fixes [#15615](https://github.com/mastra-ai/mastra/issues/15615).
|
|
550
|
-
|
|
551
|
-
- Updated dependencies [[`512a013`](https://github.com/mastra-ai/mastra/commit/512a013f285aa9c0aa8f08a35b2ce09f9938b017), [`e9becde`](https://github.com/mastra-ai/mastra/commit/e9becdeed9176b9f8392e557bde12b933f99cf7a)]:
|
|
552
|
-
- @mastra/core@1.29.1-alpha.2
|
|
553
|
-
|
|
554
|
-
## 1.2.1
|
|
555
|
-
|
|
556
|
-
### Patch Changes
|
|
557
|
-
|
|
558
|
-
- Fix answer-similarity scorer to align prompt guidelines with allowed match types ([#15001](https://github.com/mastra-ai/mastra/pull/15001))
|
|
559
|
-
|
|
560
|
-
The answer-similarity scorer could throw a ZodError when the LLM returned
|
|
561
|
-
"contradiction" as a matchType, since only exact/semantic/partial/missing are
|
|
562
|
-
valid. The prompt now correctly directs contradictory information to the
|
|
563
|
-
existing contradictions array instead.
|
|
564
|
-
|
|
565
|
-
- Updated dependencies [[`f32b9e1`](https://github.com/mastra-ai/mastra/commit/f32b9e115a3c754d1c8cfa3f4256fba87b09cfb7), [`7d6f521`](https://github.com/mastra-ai/mastra/commit/7d6f52164d0cca099f0b07cb2bba334360f1c8ab), [`a50d220`](https://github.com/mastra-ai/mastra/commit/a50d220b01ecbc5644d489a3d446c3bd4ab30245), [`665477b`](https://github.com/mastra-ai/mastra/commit/665477bc104fd52cfef8e7610d7664781a70c220), [`4cc2755`](https://github.com/mastra-ai/mastra/commit/4cc2755a7194cb08720ff2ab4dffb4b4a5103dfd), [`ac7baf6`](https://github.com/mastra-ai/mastra/commit/ac7baf66ef1db15e03975ef4ebb02724f015a391), [`ed425d7`](https://github.com/mastra-ai/mastra/commit/ed425d78e7c66cbda8209fee910856f98c6c6b82), [`1371703`](https://github.com/mastra-ai/mastra/commit/1371703835080450ef3f9aea58059a95d0da2e5a), [`0df8321`](https://github.com/mastra-ai/mastra/commit/0df832196eeb2450ab77ce887e8553abdd44c5a6), [`98f8a8b`](https://github.com/mastra-ai/mastra/commit/98f8a8bdf5761b9982f3ad3acbe7f1cc3efa71f3), [`ba6f7e9`](https://github.com/mastra-ai/mastra/commit/ba6f7e9086d8281393f2acae60fda61de3bff1f9), [`7eb2596`](https://github.com/mastra-ai/mastra/commit/7eb25960d607e07468c9a10c5437abd2deaf1e9a), [`1805ddc`](https://github.com/mastra-ai/mastra/commit/1805ddc9c9b3b14b63749735a13c05a45af43a80), [`fff91cf`](https://github.com/mastra-ai/mastra/commit/fff91cf914de0e731578aacebffdeebef82f0440), [`61109b3`](https://github.com/mastra-ai/mastra/commit/61109b34feb0e38d54bee4b8ca83eb7345b1d557), [`33f1ead`](https://github.com/mastra-ai/mastra/commit/33f1eadfa19c86953f593478e5fa371093b33779)]:
|
|
566
|
-
- @mastra/core@1.23.0
|
|
567
|
-
|
|
568
|
-
## 1.2.1-alpha.0
|
|
569
|
-
|
|
570
|
-
### Patch Changes
|
|
571
|
-
|
|
572
|
-
- Fix answer-similarity scorer to align prompt guidelines with allowed match types ([#15001](https://github.com/mastra-ai/mastra/pull/15001))
|
|
573
|
-
|
|
574
|
-
The answer-similarity scorer could throw a ZodError when the LLM returned
|
|
575
|
-
"contradiction" as a matchType, since only exact/semantic/partial/missing are
|
|
576
|
-
valid. The prompt now correctly directs contradictory information to the
|
|
577
|
-
existing contradictions array instead.
|
|
578
|
-
|
|
579
|
-
- Updated dependencies [[`ac7baf6`](https://github.com/mastra-ai/mastra/commit/ac7baf66ef1db15e03975ef4ebb02724f015a391), [`0df8321`](https://github.com/mastra-ai/mastra/commit/0df832196eeb2450ab77ce887e8553abdd44c5a6), [`61109b3`](https://github.com/mastra-ai/mastra/commit/61109b34feb0e38d54bee4b8ca83eb7345b1d557), [`33f1ead`](https://github.com/mastra-ai/mastra/commit/33f1eadfa19c86953f593478e5fa371093b33779)]:
|
|
580
|
-
- @mastra/core@1.23.0-alpha.8
|
|
581
|
-
|
|
582
|
-
## 1.2.0
|
|
583
|
-
|
|
584
|
-
### Minor Changes
|
|
585
|
-
|
|
586
|
-
- **Trajectory scorers**: Added scorers for evaluating agent and workflow execution paths. ([#14697](https://github.com/mastra-ai/mastra/pull/14697))
|
|
587
|
-
- `createTrajectoryScorerCode` — unified scorer that evaluates accuracy, efficiency, blacklist violations, and tool failure patterns in a single pass. Supports per-item expectations from datasets with static defaults. Nested `ExpectedStep.children` configs allow recursive evaluation with different rules per hierarchy level.
|
|
588
|
-
- `createTrajectoryAccuracyScorerCode` — deterministic accuracy scorer with strict, relaxed, and unordered ordering modes.
|
|
589
|
-
- `createTrajectoryAccuracyScorerLLM` — LLM-based scorer for semantic trajectory evaluation.
|
|
590
|
-
|
|
591
|
-
**Utility functions:**
|
|
592
|
-
- `extractTrajectory` / `extractWorkflowTrajectory` — Convert agent runs and workflow executions into structured trajectories
|
|
593
|
-
- `extractTrajectoryFromTrace` — Build hierarchical trajectories from observability trace spans, including nested agent/tool calls
|
|
594
|
-
- `compareTrajectories` — Compare actual vs. expected trajectories with configurable ordering and data matching. Accepts `ExpectedStep[]` for simpler expected step definitions
|
|
595
|
-
- `checkTrajectoryEfficiency` — Evaluate step counts, token usage, and duration against budgets
|
|
596
|
-
- `checkTrajectoryBlacklist` — Detect forbidden tools or tool sequences
|
|
597
|
-
- `analyzeToolFailures` — Detect retry patterns, fallbacks, and argument corrections
|
|
598
|
-
|
|
599
|
-
**Example — unified scorer with defaults:**
|
|
600
|
-
|
|
601
|
-
```ts
|
|
602
|
-
import { createTrajectoryScorerCode } from '@mastra/evals/scorers';
|
|
603
|
-
|
|
604
|
-
const scorer = createTrajectoryScorerCode({
|
|
605
|
-
defaults: {
|
|
606
|
-
ordering: 'strict',
|
|
607
|
-
steps: [
|
|
608
|
-
{ name: 'validate-input' },
|
|
609
|
-
{
|
|
610
|
-
name: 'research-agent',
|
|
611
|
-
stepType: 'agent_run',
|
|
612
|
-
children: {
|
|
613
|
-
ordering: 'unordered',
|
|
614
|
-
steps: [{ name: 'search' }, { name: 'summarize' }],
|
|
615
|
-
},
|
|
616
|
-
},
|
|
617
|
-
{ name: 'save-result' },
|
|
618
|
-
],
|
|
619
|
-
maxSteps: 10,
|
|
620
|
-
blacklistedTools: ['deleteAll'],
|
|
621
|
-
},
|
|
622
|
-
});
|
|
623
|
-
```
|
|
624
|
-
|
|
625
|
-
### Patch Changes
|
|
626
|
-
|
|
627
|
-
- **Configurable weights**: Add `weights` option to `createTrajectoryScorerCode` for controlling how dimension scores are combined. Defaults to `{ accuracy: 0.4, efficiency: 0.3, toolFailures: 0.2, blacklist: 0.1 }`. ([#14740](https://github.com/mastra-ai/mastra/pull/14740))
|
|
628
|
-
|
|
629
|
-
```ts
|
|
630
|
-
const scorer = createTrajectoryScorerCode({
|
|
631
|
-
defaults: { steps: [{ name: 'search' }], maxSteps: 5 },
|
|
632
|
-
weights: { accuracy: 0.6, efficiency: 0.2, toolFailures: 0.1, blacklist: 0.1 },
|
|
633
|
-
});
|
|
634
|
-
```
|
|
635
|
-
|
|
636
|
-
**ExpectedStep redesign**: `ExpectedStep` is now a discriminated union mirroring `TrajectoryStep`. When you specify a `stepType`, you get autocomplete for that variant's fields (e.g., `toolArgs` for `tool_call`, `modelId` for `model_generation`). The old `data: Record<string, unknown>` field is replaced by direct variant fields.
|
|
637
|
-
|
|
638
|
-
```ts
|
|
639
|
-
// Before: { name: 'search', stepType: 'tool_call', data: { input: { query: 'weather' } } }
|
|
640
|
-
// After:
|
|
641
|
-
{ name: 'search', stepType: 'tool_call', toolArgs: { query: 'weather' } }
|
|
642
|
-
```
|
|
643
|
-
|
|
644
|
-
**Remove `compareStepData`**: The `compareStepData` option is removed from `compareTrajectories`, `TrajectoryExpectation`, and all scorers. Data fields are now auto-compared when present on expected steps — if you specify `toolArgs` on an `ExpectedStep`, it will be compared against the actual step. If you omit it, only name and stepType are matched.
|
|
645
|
-
|
|
646
|
-
Also fixes documentation inaccuracies in `trajectory-accuracy.mdx` and `scorer-utils.mdx`.
|
|
647
|
-
|
|
648
|
-
- Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`e333b77`](https://github.com/mastra-ai/mastra/commit/e333b77e2d76ba57ccec1818e08cebc1993469ff), [`dc9fc19`](https://github.com/mastra-ai/mastra/commit/dc9fc19da4437f6b508cc355f346a8856746a76b), [`60a224d`](https://github.com/mastra-ai/mastra/commit/60a224dd497240e83698cfa5bfd02e3d1d854844), [`fbf22a7`](https://github.com/mastra-ai/mastra/commit/fbf22a7ad86bcb50dcf30459f0d075e51ddeb468), [`f16d92c`](https://github.com/mastra-ai/mastra/commit/f16d92c677a119a135cebcf7e2b9f51ada7a9df4), [`949b7bf`](https://github.com/mastra-ai/mastra/commit/949b7bfd4e40f2b2cba7fef5eb3f108a02cfe938), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`12c647c`](https://github.com/mastra-ai/mastra/commit/12c647cf3a26826eb72d40b42e3c8356ceae16ed), [`d084b66`](https://github.com/mastra-ai/mastra/commit/d084b6692396057e83c086b954c1857d20b58a14), [`79c699a`](https://github.com/mastra-ai/mastra/commit/79c699acf3cd8a77e11c55530431f48eb48456e9), [`62757b6`](https://github.com/mastra-ai/mastra/commit/62757b6db6e8bb86569d23ad0b514178f57053f8), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`819f03c`](https://github.com/mastra-ai/mastra/commit/819f03c25823373b32476413bd76be28a5d8705a), [`04160ee`](https://github.com/mastra-ai/mastra/commit/04160eedf3130003cf842ad08428c8ff69af4cc1), [`2c27503`](https://github.com/mastra-ai/mastra/commit/2c275032510d131d2cde47f99953abf0fe02c081), [`424a1df`](https://github.com/mastra-ai/mastra/commit/424a1df7bee59abb5c83717a54807fdd674a6224), [`3d70b0b`](https://github.com/mastra-ai/mastra/commit/3d70b0b3524d817173ad870768f259c06d61bd23), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`260fe12`](https://github.com/mastra-ai/mastra/commit/260fe1295fe7354e39d6def2775e0797a7a277f0), [`12c88a6`](https://github.com/mastra-ai/mastra/commit/12c88a6e32bf982c2fe0c6af62e65a3414519a75), [`43595bf`](https://github.com/mastra-ai/mastra/commit/43595bf7b8df1a6edce7a23b445b5124d2a0b473), [`78670e9`](https://github.com/mastra-ai/mastra/commit/78670e97e76d7422cf7025faf371b2aeafed860d), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778), [`3b45a13`](https://github.com/mastra-ai/mastra/commit/3b45a138d09d040779c0aba1edbbfc1b57442d23), [`d400e7c`](https://github.com/mastra-ai/mastra/commit/d400e7c8b8d7afa6ba2c71769eace4048e3cef8e), [`f58d1a7`](https://github.com/mastra-ai/mastra/commit/f58d1a7a457588a996c3ecb53201a68f3d28c432), [`a49a929`](https://github.com/mastra-ai/mastra/commit/a49a92904968b4fc67e01effee8c7c8d0464ba85), [`8127d96`](https://github.com/mastra-ai/mastra/commit/8127d96280492e335d49b244501088dfdd59a8f1)]:
|
|
649
|
-
- @mastra/core@1.18.0
|
|
650
|
-
|
|
651
|
-
## 1.2.0-alpha.1
|
|
652
|
-
|
|
653
|
-
### Patch Changes
|
|
654
|
-
|
|
655
|
-
- **Configurable weights**: Add `weights` option to `createTrajectoryScorerCode` for controlling how dimension scores are combined. Defaults to `{ accuracy: 0.4, efficiency: 0.3, toolFailures: 0.2, blacklist: 0.1 }`. ([#14740](https://github.com/mastra-ai/mastra/pull/14740))
|
|
656
|
-
|
|
657
|
-
```ts
|
|
658
|
-
const scorer = createTrajectoryScorerCode({
|
|
659
|
-
defaults: { steps: [{ name: 'search' }], maxSteps: 5 },
|
|
660
|
-
weights: { accuracy: 0.6, efficiency: 0.2, toolFailures: 0.1, blacklist: 0.1 },
|
|
661
|
-
});
|
|
662
|
-
```
|
|
663
|
-
|
|
664
|
-
**ExpectedStep redesign**: `ExpectedStep` is now a discriminated union mirroring `TrajectoryStep`. When you specify a `stepType`, you get autocomplete for that variant's fields (e.g., `toolArgs` for `tool_call`, `modelId` for `model_generation`). The old `data: Record<string, unknown>` field is replaced by direct variant fields.
|
|
665
|
-
|
|
666
|
-
```ts
|
|
667
|
-
// Before: { name: 'search', stepType: 'tool_call', data: { input: { query: 'weather' } } }
|
|
668
|
-
// After:
|
|
669
|
-
{ name: 'search', stepType: 'tool_call', toolArgs: { query: 'weather' } }
|
|
670
|
-
```
|
|
671
|
-
|
|
672
|
-
**Remove `compareStepData`**: The `compareStepData` option is removed from `compareTrajectories`, `TrajectoryExpectation`, and all scorers. Data fields are now auto-compared when present on expected steps — if you specify `toolArgs` on an `ExpectedStep`, it will be compared against the actual step. If you omit it, only name and stepType are matched.
|
|
673
|
-
|
|
674
|
-
Also fixes documentation inaccuracies in `trajectory-accuracy.mdx` and `scorer-utils.mdx`.
|
|
675
|
-
|
|
676
|
-
- Updated dependencies [[`e333b77`](https://github.com/mastra-ai/mastra/commit/e333b77e2d76ba57ccec1818e08cebc1993469ff), [`60a224d`](https://github.com/mastra-ai/mastra/commit/60a224dd497240e83698cfa5bfd02e3d1d854844), [`949b7bf`](https://github.com/mastra-ai/mastra/commit/949b7bfd4e40f2b2cba7fef5eb3f108a02cfe938), [`d084b66`](https://github.com/mastra-ai/mastra/commit/d084b6692396057e83c086b954c1857d20b58a14), [`79c699a`](https://github.com/mastra-ai/mastra/commit/79c699acf3cd8a77e11c55530431f48eb48456e9), [`62757b6`](https://github.com/mastra-ai/mastra/commit/62757b6db6e8bb86569d23ad0b514178f57053f8), [`3d70b0b`](https://github.com/mastra-ai/mastra/commit/3d70b0b3524d817173ad870768f259c06d61bd23), [`3b45a13`](https://github.com/mastra-ai/mastra/commit/3b45a138d09d040779c0aba1edbbfc1b57442d23), [`8127d96`](https://github.com/mastra-ai/mastra/commit/8127d96280492e335d49b244501088dfdd59a8f1)]:
|
|
677
|
-
- @mastra/core@1.18.0-alpha.3
|
|
678
|
-
|
|
679
|
-
## 1.2.0-alpha.0
|
|
680
|
-
|
|
681
|
-
### Minor Changes
|
|
682
|
-
|
|
683
|
-
- **Trajectory scorers**: Added scorers for evaluating agent and workflow execution paths. ([#14697](https://github.com/mastra-ai/mastra/pull/14697))
|
|
684
|
-
- `createTrajectoryScorerCode` — unified scorer that evaluates accuracy, efficiency, blacklist violations, and tool failure patterns in a single pass. Supports per-item expectations from datasets with static defaults. Nested `ExpectedStep.children` configs allow recursive evaluation with different rules per hierarchy level.
|
|
685
|
-
- `createTrajectoryAccuracyScorerCode` — deterministic accuracy scorer with strict, relaxed, and unordered ordering modes.
|
|
686
|
-
- `createTrajectoryAccuracyScorerLLM` — LLM-based scorer for semantic trajectory evaluation.
|
|
687
|
-
|
|
688
|
-
**Utility functions:**
|
|
689
|
-
- `extractTrajectory` / `extractWorkflowTrajectory` — Convert agent runs and workflow executions into structured trajectories
|
|
690
|
-
- `extractTrajectoryFromTrace` — Build hierarchical trajectories from observability trace spans, including nested agent/tool calls
|
|
691
|
-
- `compareTrajectories` — Compare actual vs. expected trajectories with configurable ordering and data matching. Accepts `ExpectedStep[]` for simpler expected step definitions
|
|
692
|
-
- `checkTrajectoryEfficiency` — Evaluate step counts, token usage, and duration against budgets
|
|
693
|
-
- `checkTrajectoryBlacklist` — Detect forbidden tools or tool sequences
|
|
694
|
-
- `analyzeToolFailures` — Detect retry patterns, fallbacks, and argument corrections
|
|
695
|
-
|
|
696
|
-
**Example — unified scorer with defaults:**
|
|
697
|
-
|
|
698
|
-
```ts
|
|
699
|
-
import { createTrajectoryScorerCode } from '@mastra/evals/scorers';
|
|
700
|
-
|
|
701
|
-
const scorer = createTrajectoryScorerCode({
|
|
702
|
-
defaults: {
|
|
703
|
-
ordering: 'strict',
|
|
704
|
-
steps: [
|
|
705
|
-
{ name: 'validate-input' },
|
|
706
|
-
{
|
|
707
|
-
name: 'research-agent',
|
|
708
|
-
stepType: 'agent_run',
|
|
709
|
-
children: {
|
|
710
|
-
ordering: 'unordered',
|
|
711
|
-
steps: [{ name: 'search' }, { name: 'summarize' }],
|
|
712
|
-
},
|
|
713
|
-
},
|
|
714
|
-
{ name: 'save-result' },
|
|
715
|
-
],
|
|
716
|
-
maxSteps: 10,
|
|
717
|
-
blacklistedTools: ['deleteAll'],
|
|
718
|
-
},
|
|
719
|
-
});
|
|
720
|
-
```
|
|
721
|
-
|
|
722
|
-
### Patch Changes
|
|
723
|
-
|
|
724
|
-
- Updated dependencies [[`dc9fc19`](https://github.com/mastra-ai/mastra/commit/dc9fc19da4437f6b508cc355f346a8856746a76b), [`260fe12`](https://github.com/mastra-ai/mastra/commit/260fe1295fe7354e39d6def2775e0797a7a277f0)]:
|
|
725
|
-
- @mastra/core@1.18.0-alpha.1
|
|
726
|
-
|
|
727
|
-
## 1.1.2
|
|
728
|
-
|
|
729
|
-
### Patch Changes
|
|
730
|
-
|
|
731
|
-
- dependencies updates: ([#12998](https://github.com/mastra-ai/mastra/pull/12998))
|
|
732
|
-
- Updated dependency [`compromise@^14.14.5` ↗︎](https://www.npmjs.com/package/compromise/v/14.14.5) (from `^14.14.4`, in `dependencies`)
|
|
733
|
-
- Updated dependencies [[`252580a`](https://github.com/mastra-ai/mastra/commit/252580a71feb0e46d0ccab04a70a79ff6a2ee0ab), [`f8e819f`](https://github.com/mastra-ai/mastra/commit/f8e819fabdfdc43d2da546a3ad81ba23685f603d), [`5c75261`](https://github.com/mastra-ai/mastra/commit/5c7526120d936757d4ffb7b82232e1641ebd45cb), [`e27d832`](https://github.com/mastra-ai/mastra/commit/e27d83281b5e166fd63a13969689e928d8605944), [`e37ef84`](https://github.com/mastra-ai/mastra/commit/e37ef8404043c94ca0c8e35ecdedb093b8087878), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`10cf521`](https://github.com/mastra-ai/mastra/commit/10cf52183344743a0d7babe24cd24fd78870c354), [`efdb682`](https://github.com/mastra-ai/mastra/commit/efdb682887f6522149769383908f9790c188ab88), [`0dee7a0`](https://github.com/mastra-ai/mastra/commit/0dee7a0ff4c2507e6eb6e6ee5f9738877ebd4ad1), [`04c2c8e`](https://github.com/mastra-ai/mastra/commit/04c2c8e888984364194131aecb490a3d6e920e61), [`02dc07a`](https://github.com/mastra-ai/mastra/commit/02dc07acc4ad42d93335825e3308f5b42266eba2), [`bb7262b`](https://github.com/mastra-ai/mastra/commit/bb7262b7c0ca76320d985b40510b6ffbbb936582), [`cf1c6e7`](https://github.com/mastra-ai/mastra/commit/cf1c6e789b131f55638fed52183a89d5078b4876), [`5ffadfe`](https://github.com/mastra-ai/mastra/commit/5ffadfefb1468ac2612b20bb84d24c39de6961c0), [`1e1339c`](https://github.com/mastra-ai/mastra/commit/1e1339cc276e571a48cfff5014487877086bfe68), [`d03df73`](https://github.com/mastra-ai/mastra/commit/d03df73f8fe9496064a33e1c3b74ba0479bf9ee6), [`79b8f45`](https://github.com/mastra-ai/mastra/commit/79b8f45a6767e1a5c3d56cd3c5b1214326b81661), [`9bbf08e`](https://github.com/mastra-ai/mastra/commit/9bbf08e3c20731c79dea13a765895b9fcf29cbf1), [`0a25952`](https://github.com/mastra-ai/mastra/commit/0a259526b5e1ac11e6efa53db1f140272962af2d), [`ffa5468`](https://github.com/mastra-ai/mastra/commit/ffa546857fc4821753979b3a34e13b4d76fbbcd4), [`3264a04`](https://github.com/mastra-ai/mastra/commit/3264a04e30340c3c5447433300a035ea0878df85), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`088d9ba`](https://github.com/mastra-ai/mastra/commit/088d9ba2577518703c52b0dccd617178d9ee6b0d), [`74fbebd`](https://github.com/mastra-ai/mastra/commit/74fbebd918a03832a2864965a8bea59bf617d3a2), [`aea6217`](https://github.com/mastra-ai/mastra/commit/aea621790bfb2291431b08da0cc5e6e150303ae7), [`b6a855e`](https://github.com/mastra-ai/mastra/commit/b6a855edc056e088279075506442ba1d6fa6def9), [`ae408ea`](https://github.com/mastra-ai/mastra/commit/ae408ea7128f0d2710b78d8623185198e7cb19c1), [`17e942e`](https://github.com/mastra-ai/mastra/commit/17e942eee2ba44985b1f807e6208cdde672f82f9), [`2015cf9`](https://github.com/mastra-ai/mastra/commit/2015cf921649f44c3f5bcd32a2c052335f8e49b4), [`7ef454e`](https://github.com/mastra-ai/mastra/commit/7ef454eaf9dcec6de60021c8f42192052dd490d6), [`2be1d99`](https://github.com/mastra-ai/mastra/commit/2be1d99564ce79acc4846071082bff353035a87a), [`2708fa1`](https://github.com/mastra-ai/mastra/commit/2708fa1055ac91c03e08b598869f6b8fb51fa37f), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ec53e89`](https://github.com/mastra-ai/mastra/commit/ec53e8939c76c638991e21af762e51378eff7543), [`9b5a8cb`](https://github.com/mastra-ai/mastra/commit/9b5a8cb13e120811b0bf14140ada314f1c067894), [`607e66b`](https://github.com/mastra-ai/mastra/commit/607e66b02dc7f531ee37799f3456aa2dc0ca7ac5), [`a215d06`](https://github.com/mastra-ai/mastra/commit/a215d06758dcf590eabfe0b7afd4ae39bdbf082c), [`6909c74`](https://github.com/mastra-ai/mastra/commit/6909c74a7781e0447d475e9dbc1dc871b700f426), [`192438f`](https://github.com/mastra-ai/mastra/commit/192438f8a90c4f375e955f8ff179bf8dc6821a83)]:
|
|
734
|
-
- @mastra/core@1.5.0
|
|
735
|
-
|
|
736
|
-
## 1.1.2-alpha.0
|
|
737
|
-
|
|
738
|
-
### Patch Changes
|
|
739
|
-
|
|
740
|
-
- dependencies updates: ([#12998](https://github.com/mastra-ai/mastra/pull/12998))
|
|
741
|
-
- Updated dependency [`compromise@^14.14.5` ↗︎](https://www.npmjs.com/package/compromise/v/14.14.5) (from `^14.14.4`, in `dependencies`)
|
|
742
|
-
- Updated dependencies [[`252580a`](https://github.com/mastra-ai/mastra/commit/252580a71feb0e46d0ccab04a70a79ff6a2ee0ab), [`f8e819f`](https://github.com/mastra-ai/mastra/commit/f8e819fabdfdc43d2da546a3ad81ba23685f603d), [`5c75261`](https://github.com/mastra-ai/mastra/commit/5c7526120d936757d4ffb7b82232e1641ebd45cb), [`e27d832`](https://github.com/mastra-ai/mastra/commit/e27d83281b5e166fd63a13969689e928d8605944), [`e37ef84`](https://github.com/mastra-ai/mastra/commit/e37ef8404043c94ca0c8e35ecdedb093b8087878), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`10cf521`](https://github.com/mastra-ai/mastra/commit/10cf52183344743a0d7babe24cd24fd78870c354), [`efdb682`](https://github.com/mastra-ai/mastra/commit/efdb682887f6522149769383908f9790c188ab88), [`0dee7a0`](https://github.com/mastra-ai/mastra/commit/0dee7a0ff4c2507e6eb6e6ee5f9738877ebd4ad1), [`04c2c8e`](https://github.com/mastra-ai/mastra/commit/04c2c8e888984364194131aecb490a3d6e920e61), [`02dc07a`](https://github.com/mastra-ai/mastra/commit/02dc07acc4ad42d93335825e3308f5b42266eba2), [`bb7262b`](https://github.com/mastra-ai/mastra/commit/bb7262b7c0ca76320d985b40510b6ffbbb936582), [`cf1c6e7`](https://github.com/mastra-ai/mastra/commit/cf1c6e789b131f55638fed52183a89d5078b4876), [`5ffadfe`](https://github.com/mastra-ai/mastra/commit/5ffadfefb1468ac2612b20bb84d24c39de6961c0), [`1e1339c`](https://github.com/mastra-ai/mastra/commit/1e1339cc276e571a48cfff5014487877086bfe68), [`d03df73`](https://github.com/mastra-ai/mastra/commit/d03df73f8fe9496064a33e1c3b74ba0479bf9ee6), [`79b8f45`](https://github.com/mastra-ai/mastra/commit/79b8f45a6767e1a5c3d56cd3c5b1214326b81661), [`9bbf08e`](https://github.com/mastra-ai/mastra/commit/9bbf08e3c20731c79dea13a765895b9fcf29cbf1), [`0a25952`](https://github.com/mastra-ai/mastra/commit/0a259526b5e1ac11e6efa53db1f140272962af2d), [`ffa5468`](https://github.com/mastra-ai/mastra/commit/ffa546857fc4821753979b3a34e13b4d76fbbcd4), [`3264a04`](https://github.com/mastra-ai/mastra/commit/3264a04e30340c3c5447433300a035ea0878df85), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`088d9ba`](https://github.com/mastra-ai/mastra/commit/088d9ba2577518703c52b0dccd617178d9ee6b0d), [`74fbebd`](https://github.com/mastra-ai/mastra/commit/74fbebd918a03832a2864965a8bea59bf617d3a2), [`aea6217`](https://github.com/mastra-ai/mastra/commit/aea621790bfb2291431b08da0cc5e6e150303ae7), [`b6a855e`](https://github.com/mastra-ai/mastra/commit/b6a855edc056e088279075506442ba1d6fa6def9), [`ae408ea`](https://github.com/mastra-ai/mastra/commit/ae408ea7128f0d2710b78d8623185198e7cb19c1), [`17e942e`](https://github.com/mastra-ai/mastra/commit/17e942eee2ba44985b1f807e6208cdde672f82f9), [`2015cf9`](https://github.com/mastra-ai/mastra/commit/2015cf921649f44c3f5bcd32a2c052335f8e49b4), [`7ef454e`](https://github.com/mastra-ai/mastra/commit/7ef454eaf9dcec6de60021c8f42192052dd490d6), [`2be1d99`](https://github.com/mastra-ai/mastra/commit/2be1d99564ce79acc4846071082bff353035a87a), [`2708fa1`](https://github.com/mastra-ai/mastra/commit/2708fa1055ac91c03e08b598869f6b8fb51fa37f), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ec53e89`](https://github.com/mastra-ai/mastra/commit/ec53e8939c76c638991e21af762e51378eff7543), [`9b5a8cb`](https://github.com/mastra-ai/mastra/commit/9b5a8cb13e120811b0bf14140ada314f1c067894), [`607e66b`](https://github.com/mastra-ai/mastra/commit/607e66b02dc7f531ee37799f3456aa2dc0ca7ac5), [`a215d06`](https://github.com/mastra-ai/mastra/commit/a215d06758dcf590eabfe0b7afd4ae39bdbf082c), [`6909c74`](https://github.com/mastra-ai/mastra/commit/6909c74a7781e0447d475e9dbc1dc871b700f426), [`192438f`](https://github.com/mastra-ai/mastra/commit/192438f8a90c4f375e955f8ff179bf8dc6821a83)]:
|
|
743
|
-
- @mastra/core@1.5.0-alpha.0
|
|
744
|
-
|
|
745
|
-
## 1.1.1
|
|
746
|
-
|
|
747
|
-
### Patch Changes
|
|
748
|
-
|
|
749
|
-
- Fixed faithfulness scorer failing with 'expected record, received array' error when used with live agents. The preprocess step now returns claims as an object instead of a raw array, matching the expected storage schema. ([#12892](https://github.com/mastra-ai/mastra/pull/12892))
|
|
750
|
-
|
|
751
|
-
- Fixed LLM scorer schema compatibility with Anthropic API by replacing `z.number().min(0).max(1)` with `z.number().refine()` for score validation. The min/max constraints were being converted to JSON Schema minimum/maximum properties which some providers don't support. ([#12722](https://github.com/mastra-ai/mastra/pull/12722))
|
|
752
|
-
|
|
753
|
-
- Updated dependencies [[`717ffab`](https://github.com/mastra-ai/mastra/commit/717ffab42cfd58ff723b5c19ada4939997773004), [`b31c922`](https://github.com/mastra-ai/mastra/commit/b31c922215b513791d98feaea1b98784aa00803a), [`e4b6dab`](https://github.com/mastra-ai/mastra/commit/e4b6dab171c5960e340b3ea3ea6da8d64d2b8672), [`5719fa8`](https://github.com/mastra-ai/mastra/commit/5719fa8880e86e8affe698ec4b3807c7e0e0a06f), [`83cda45`](https://github.com/mastra-ai/mastra/commit/83cda4523e588558466892bff8f80f631a36945a), [`11804ad`](https://github.com/mastra-ai/mastra/commit/11804adf1d6be46ebe216be40a43b39bb8b397d7), [`aa95f95`](https://github.com/mastra-ai/mastra/commit/aa95f958b186ae5c9f4219c88e268f5565c277a2), [`90f7894`](https://github.com/mastra-ai/mastra/commit/90f7894568dc9481f40a4d29672234fae23090bb), [`f5501ae`](https://github.com/mastra-ai/mastra/commit/f5501aedb0a11106c7db7e480d6eaf3971b7bda8), [`44573af`](https://github.com/mastra-ai/mastra/commit/44573afad0a4bc86f627d6cbc0207961cdcb3bc3), [`00e3861`](https://github.com/mastra-ai/mastra/commit/00e3861863fbfee78faeb1ebbdc7c0223aae13ff), [`8109aee`](https://github.com/mastra-ai/mastra/commit/8109aeeab758e16cd4255a6c36f044b70eefc6a6), [`7bfbc52`](https://github.com/mastra-ai/mastra/commit/7bfbc52a8604feb0fff2c0a082c13c0c2a3df1a2), [`1445994`](https://github.com/mastra-ai/mastra/commit/1445994aee19c9334a6a101cf7bd80ca7ed4d186), [`61f44a2`](https://github.com/mastra-ai/mastra/commit/61f44a26861c89e364f367ff40825bdb7f19df55), [`37145d2`](https://github.com/mastra-ai/mastra/commit/37145d25f99dc31f1a9105576e5452609843ce32), [`fdad759`](https://github.com/mastra-ai/mastra/commit/fdad75939ff008b27625f5ec0ce9c6915d99d9ec), [`e4569c5`](https://github.com/mastra-ai/mastra/commit/e4569c589e00c4061a686c9eb85afe1b7050b0a8), [`7309a85`](https://github.com/mastra-ai/mastra/commit/7309a85427281a8be23f4fb80ca52e18eaffd596), [`99424f6`](https://github.com/mastra-ai/mastra/commit/99424f6862ffb679c4ec6765501486034754a4c2), [`44eb452`](https://github.com/mastra-ai/mastra/commit/44eb4529b10603c279688318bebf3048543a1d61), [`6c40593`](https://github.com/mastra-ai/mastra/commit/6c40593d6d2b1b68b0c45d1a3a4c6ac5ecac3937), [`8c1135d`](https://github.com/mastra-ai/mastra/commit/8c1135dfb91b057283eae7ee11f9ec28753cc64f), [`dd39e54`](https://github.com/mastra-ai/mastra/commit/dd39e54ea34532c995b33bee6e0e808bf41a7341), [`b6fad9a`](https://github.com/mastra-ai/mastra/commit/b6fad9a602182b1cc0df47cd8c55004fa829ad61), [`4129c07`](https://github.com/mastra-ai/mastra/commit/4129c073349b5a66643fd8136ebfe9d7097cf793), [`5b930ab`](https://github.com/mastra-ai/mastra/commit/5b930aba1834d9898e8460a49d15106f31ac7c8d), [`4be93d0`](https://github.com/mastra-ai/mastra/commit/4be93d09d68e20aaf0ea3f210749422719618b5f), [`047635c`](https://github.com/mastra-ai/mastra/commit/047635ccd7861d726c62d135560c0022a5490aec), [`8c90ff4`](https://github.com/mastra-ai/mastra/commit/8c90ff4d3414e7f2a2d216ea91274644f7b29133), [`ed232d1`](https://github.com/mastra-ai/mastra/commit/ed232d1583f403925dc5ae45f7bee948cf2a182b), [`3891795`](https://github.com/mastra-ai/mastra/commit/38917953518eb4154a984ee36e6ededdcfe80f72), [`4f955b2`](https://github.com/mastra-ai/mastra/commit/4f955b20c7f66ed282ee1fd8709696fa64c4f19d), [`55a4c90`](https://github.com/mastra-ai/mastra/commit/55a4c9044ac7454349b9f6aeba0bbab5ee65d10f)]:
|
|
754
|
-
- @mastra/core@1.3.0
|
|
755
|
-
|
|
756
|
-
## 1.1.1-alpha.0
|
|
757
|
-
|
|
758
|
-
### Patch Changes
|
|
759
|
-
|
|
760
|
-
- Fixed faithfulness scorer failing with 'expected record, received array' error when used with live agents. The preprocess step now returns claims as an object instead of a raw array, matching the expected storage schema. ([#12892](https://github.com/mastra-ai/mastra/pull/12892))
|
|
761
|
-
|
|
762
|
-
- Fixed LLM scorer schema compatibility with Anthropic API by replacing `z.number().min(0).max(1)` with `z.number().refine()` for score validation. The min/max constraints were being converted to JSON Schema minimum/maximum properties which some providers don't support. ([#12722](https://github.com/mastra-ai/mastra/pull/12722))
|
|
763
|
-
|
|
764
|
-
- Updated dependencies [[`717ffab`](https://github.com/mastra-ai/mastra/commit/717ffab42cfd58ff723b5c19ada4939997773004), [`e4b6dab`](https://github.com/mastra-ai/mastra/commit/e4b6dab171c5960e340b3ea3ea6da8d64d2b8672), [`5719fa8`](https://github.com/mastra-ai/mastra/commit/5719fa8880e86e8affe698ec4b3807c7e0e0a06f), [`83cda45`](https://github.com/mastra-ai/mastra/commit/83cda4523e588558466892bff8f80f631a36945a), [`11804ad`](https://github.com/mastra-ai/mastra/commit/11804adf1d6be46ebe216be40a43b39bb8b397d7), [`aa95f95`](https://github.com/mastra-ai/mastra/commit/aa95f958b186ae5c9f4219c88e268f5565c277a2), [`f5501ae`](https://github.com/mastra-ai/mastra/commit/f5501aedb0a11106c7db7e480d6eaf3971b7bda8), [`44573af`](https://github.com/mastra-ai/mastra/commit/44573afad0a4bc86f627d6cbc0207961cdcb3bc3), [`00e3861`](https://github.com/mastra-ai/mastra/commit/00e3861863fbfee78faeb1ebbdc7c0223aae13ff), [`7bfbc52`](https://github.com/mastra-ai/mastra/commit/7bfbc52a8604feb0fff2c0a082c13c0c2a3df1a2), [`1445994`](https://github.com/mastra-ai/mastra/commit/1445994aee19c9334a6a101cf7bd80ca7ed4d186), [`61f44a2`](https://github.com/mastra-ai/mastra/commit/61f44a26861c89e364f367ff40825bdb7f19df55), [`37145d2`](https://github.com/mastra-ai/mastra/commit/37145d25f99dc31f1a9105576e5452609843ce32), [`fdad759`](https://github.com/mastra-ai/mastra/commit/fdad75939ff008b27625f5ec0ce9c6915d99d9ec), [`e4569c5`](https://github.com/mastra-ai/mastra/commit/e4569c589e00c4061a686c9eb85afe1b7050b0a8), [`7309a85`](https://github.com/mastra-ai/mastra/commit/7309a85427281a8be23f4fb80ca52e18eaffd596), [`99424f6`](https://github.com/mastra-ai/mastra/commit/99424f6862ffb679c4ec6765501486034754a4c2), [`44eb452`](https://github.com/mastra-ai/mastra/commit/44eb4529b10603c279688318bebf3048543a1d61), [`6c40593`](https://github.com/mastra-ai/mastra/commit/6c40593d6d2b1b68b0c45d1a3a4c6ac5ecac3937), [`8c1135d`](https://github.com/mastra-ai/mastra/commit/8c1135dfb91b057283eae7ee11f9ec28753cc64f), [`dd39e54`](https://github.com/mastra-ai/mastra/commit/dd39e54ea34532c995b33bee6e0e808bf41a7341), [`b6fad9a`](https://github.com/mastra-ai/mastra/commit/b6fad9a602182b1cc0df47cd8c55004fa829ad61), [`4129c07`](https://github.com/mastra-ai/mastra/commit/4129c073349b5a66643fd8136ebfe9d7097cf793), [`5b930ab`](https://github.com/mastra-ai/mastra/commit/5b930aba1834d9898e8460a49d15106f31ac7c8d), [`4be93d0`](https://github.com/mastra-ai/mastra/commit/4be93d09d68e20aaf0ea3f210749422719618b5f), [`047635c`](https://github.com/mastra-ai/mastra/commit/047635ccd7861d726c62d135560c0022a5490aec), [`8c90ff4`](https://github.com/mastra-ai/mastra/commit/8c90ff4d3414e7f2a2d216ea91274644f7b29133), [`ed232d1`](https://github.com/mastra-ai/mastra/commit/ed232d1583f403925dc5ae45f7bee948cf2a182b), [`3891795`](https://github.com/mastra-ai/mastra/commit/38917953518eb4154a984ee36e6ededdcfe80f72), [`4f955b2`](https://github.com/mastra-ai/mastra/commit/4f955b20c7f66ed282ee1fd8709696fa64c4f19d), [`55a4c90`](https://github.com/mastra-ai/mastra/commit/55a4c9044ac7454349b9f6aeba0bbab5ee65d10f)]:
|
|
765
|
-
- @mastra/core@1.3.0-alpha.1
|
|
766
|
-
|
|
767
|
-
## 1.1.0
|
|
768
|
-
|
|
769
|
-
### Minor Changes
|
|
770
|
-
|
|
771
|
-
- Added `getContext` hook to hallucination scorer for dynamic context resolution at runtime. This enables live scoring scenarios where context (like tool results) is only available when the scorer runs. Also added `extractToolResults` utility function to help extract tool results from scorer output. ([#12639](https://github.com/mastra-ai/mastra/pull/12639))
|
|
772
|
-
|
|
773
|
-
**Before (static context):**
|
|
774
|
-
|
|
775
|
-
```typescript
|
|
776
|
-
const scorer = createHallucinationScorer({
|
|
777
|
-
model: openai('gpt-4o'),
|
|
778
|
-
options: {
|
|
779
|
-
context: ['The capital of France is Paris.', 'France is in Europe.'],
|
|
780
|
-
},
|
|
781
|
-
});
|
|
782
|
-
```
|
|
783
|
-
|
|
784
|
-
**After (dynamic context from tool results):**
|
|
785
|
-
|
|
786
|
-
```typescript
|
|
787
|
-
import { extractToolResults } from '@mastra/evals/scorers';
|
|
788
|
-
|
|
789
|
-
const scorer = createHallucinationScorer({
|
|
790
|
-
model: openai('gpt-4o'),
|
|
791
|
-
options: {
|
|
792
|
-
getContext: ({ run }) => {
|
|
793
|
-
const toolResults = extractToolResults(run.output);
|
|
794
|
-
return toolResults.map(t => JSON.stringify({ tool: t.toolName, result: t.result }));
|
|
795
|
-
},
|
|
796
|
-
},
|
|
797
|
-
});
|
|
798
|
-
```
|
|
799
|
-
|
|
800
|
-
### Patch Changes
|
|
801
|
-
|
|
802
|
-
- Updated dependencies [[`e6fc281`](https://github.com/mastra-ai/mastra/commit/e6fc281896a3584e9e06465b356a44fe7faade65), [`97be6c8`](https://github.com/mastra-ai/mastra/commit/97be6c8963130fca8a664fcf99d7b3a38e463595), [`2770921`](https://github.com/mastra-ai/mastra/commit/2770921eec4d55a36b278d15c3a83f694e462ee5), [`b1695db`](https://github.com/mastra-ai/mastra/commit/b1695db2d7be0c329d499619c7881899649188d0), [`5fe1fe0`](https://github.com/mastra-ai/mastra/commit/5fe1fe0109faf2c87db34b725d8a4571a594f80e), [`4133d48`](https://github.com/mastra-ai/mastra/commit/4133d48eaa354cdb45920dc6265732ffbc96788d), [`5dd01cc`](https://github.com/mastra-ai/mastra/commit/5dd01cce68d61874aa3ecbd91ee17884cfd5aca2), [`13e0a2a`](https://github.com/mastra-ai/mastra/commit/13e0a2a2bcec01ff4d701274b3727d5e907a6a01), [`f6673b8`](https://github.com/mastra-ai/mastra/commit/f6673b893b65b7d273ad25ead42e990704cc1e17), [`cd6be8a`](https://github.com/mastra-ai/mastra/commit/cd6be8ad32741cd41cabf508355bb31b71e8a5bd), [`9eb4e8e`](https://github.com/mastra-ai/mastra/commit/9eb4e8e39efbdcfff7a40ff2ce07ce2714c65fa8), [`c987384`](https://github.com/mastra-ai/mastra/commit/c987384d6c8ca844a9701d7778f09f5a88da7f9f), [`cb8cc12`](https://github.com/mastra-ai/mastra/commit/cb8cc12bfadd526aa95a01125076f1da44e4afa7), [`aa37c84`](https://github.com/mastra-ai/mastra/commit/aa37c84d29b7db68c72517337932ef486c316275), [`62f5d50`](https://github.com/mastra-ai/mastra/commit/62f5d5043debbba497dacb7ab008fe86b38b8de3), [`47eba72`](https://github.com/mastra-ai/mastra/commit/47eba72f0397d0d14fbe324b97940c3d55e5a525)]:
|
|
803
|
-
- @mastra/core@1.2.0
|
|
804
|
-
|
|
805
|
-
## 1.1.0-alpha.0
|
|
806
|
-
|
|
807
|
-
### Minor Changes
|
|
808
|
-
|
|
809
|
-
- Added `getContext` hook to hallucination scorer for dynamic context resolution at runtime. This enables live scoring scenarios where context (like tool results) is only available when the scorer runs. Also added `extractToolResults` utility function to help extract tool results from scorer output. ([#12639](https://github.com/mastra-ai/mastra/pull/12639))
|
|
810
|
-
|
|
811
|
-
**Before (static context):**
|
|
812
|
-
|
|
813
|
-
```typescript
|
|
814
|
-
const scorer = createHallucinationScorer({
|
|
815
|
-
model: openai('gpt-4o'),
|
|
816
|
-
options: {
|
|
817
|
-
context: ['The capital of France is Paris.', 'France is in Europe.'],
|
|
818
|
-
},
|
|
819
|
-
});
|
|
820
|
-
```
|
|
821
|
-
|
|
822
|
-
**After (dynamic context from tool results):**
|
|
823
|
-
|
|
824
|
-
```typescript
|
|
825
|
-
import { extractToolResults } from '@mastra/evals/scorers';
|
|
826
|
-
|
|
827
|
-
const scorer = createHallucinationScorer({
|
|
828
|
-
model: openai('gpt-4o'),
|
|
829
|
-
options: {
|
|
830
|
-
getContext: ({ run }) => {
|
|
831
|
-
const toolResults = extractToolResults(run.output);
|
|
832
|
-
return toolResults.map(t => JSON.stringify({ tool: t.toolName, result: t.result }));
|
|
833
|
-
},
|
|
834
|
-
},
|
|
835
|
-
});
|
|
836
|
-
```
|
|
837
|
-
|
|
838
|
-
### Patch Changes
|
|
839
|
-
|
|
840
|
-
- Updated dependencies [[`2770921`](https://github.com/mastra-ai/mastra/commit/2770921eec4d55a36b278d15c3a83f694e462ee5), [`b1695db`](https://github.com/mastra-ai/mastra/commit/b1695db2d7be0c329d499619c7881899649188d0), [`4133d48`](https://github.com/mastra-ai/mastra/commit/4133d48eaa354cdb45920dc6265732ffbc96788d), [`5dd01cc`](https://github.com/mastra-ai/mastra/commit/5dd01cce68d61874aa3ecbd91ee17884cfd5aca2), [`13e0a2a`](https://github.com/mastra-ai/mastra/commit/13e0a2a2bcec01ff4d701274b3727d5e907a6a01), [`c987384`](https://github.com/mastra-ai/mastra/commit/c987384d6c8ca844a9701d7778f09f5a88da7f9f), [`cb8cc12`](https://github.com/mastra-ai/mastra/commit/cb8cc12bfadd526aa95a01125076f1da44e4afa7), [`62f5d50`](https://github.com/mastra-ai/mastra/commit/62f5d5043debbba497dacb7ab008fe86b38b8de3)]:
|
|
841
|
-
- @mastra/core@1.2.0-alpha.1
|
|
842
|
-
|
|
843
|
-
## 1.0.1
|
|
844
|
-
|
|
845
|
-
### Patch Changes
|
|
846
|
-
|
|
847
|
-
- Force alpha version bump for @mastra/evals, @mastra/loggers, @mastra/observability, and @mastra/memory ([#12505](https://github.com/mastra-ai/mastra/pull/12505))
|
|
848
|
-
|
|
849
|
-
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`b99ceac`](https://github.com/mastra-ai/mastra/commit/b99ceace2c830dbdef47c8692d56a91954aefea2), [`deea43e`](https://github.com/mastra-ai/mastra/commit/deea43eb1366d03a864c5e597d16a48592b9893f), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`ac9ec66`](https://github.com/mastra-ai/mastra/commit/ac9ec6672779b2e6d4344e415481d1a6a7d4911a), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
|
|
850
|
-
- @mastra/core@1.1.0
|
|
851
|
-
|
|
852
|
-
## 1.0.1-alpha.0
|
|
853
|
-
|
|
854
|
-
### Patch Changes
|
|
855
|
-
|
|
856
|
-
- Force alpha version bump for @mastra/evals, @mastra/loggers, @mastra/observability, and @mastra/memory ([#12505](https://github.com/mastra-ai/mastra/pull/12505))
|
|
857
|
-
|
|
858
|
-
- Updated dependencies:
|
|
859
|
-
- @mastra/core@1.1.0-alpha.2
|
|
860
|
-
|
|
861
|
-
## 1.0.0
|
|
862
|
-
|
|
863
|
-
### Major Changes
|
|
864
|
-
|
|
865
|
-
- Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
|
|
866
|
-
|
|
867
|
-
- Scorers for Agents will now use `MastraDBMessage` instead of `UIMessage` ([#9702](https://github.com/mastra-ai/mastra/pull/9702))
|
|
868
|
-
- Scorer input/output types now use `MastraDBMessage[]` with nested `content` object structure
|
|
869
|
-
- Added `getTextContentFromMastraDBMessage()` helper function to extract text content from `MastraDBMessage` objects
|
|
870
|
-
- Added `createTestMessage()` helper function for creating `MastraDBMessage` objects in tests with optional tool invocations support
|
|
871
|
-
- Updated `extractToolCalls()` to access tool invocations from nested `content` structure
|
|
872
|
-
- Updated `getUserMessageFromRunInput()` and `getAssistantMessageFromRunOutput()` to use new message structure
|
|
873
|
-
- Removed `createUIMessage()`
|
|
874
|
-
|
|
875
|
-
- Refactor workflow and tool types to remove Zod-specific constraints ([#11814](https://github.com/mastra-ai/mastra/pull/11814))
|
|
876
|
-
|
|
877
|
-
Removed Zod-specific type constraints across all workflow implementations and tool types, replacing them with generic types. This ensures type consistency across default, evented, and inngest workflows while preparing for Zod v4 migration.
|
|
878
|
-
|
|
879
|
-
**Workflow Changes:**
|
|
880
|
-
- Removed `z.ZodObject<any>` and `z.ZodType<any>` constraints from all workflow generic types
|
|
881
|
-
- Updated method signatures to use `TInput` and `TState` directly instead of `z.infer<TInput>` and `z.infer<TState>`
|
|
882
|
-
- Aligned conditional types across all workflow implementations using `TInput extends unknown` pattern
|
|
883
|
-
- Fixed `TSteps` generic to properly use `TEngineType` instead of `any`
|
|
884
|
-
|
|
885
|
-
**Tool Changes:**
|
|
886
|
-
- Removed Zod schema constraints from `ToolExecutionContext` and related interfaces
|
|
887
|
-
- Simplified type parameters from `TSuspendSchema extends ZodLikeSchema` to `TSuspend` and `TResume`
|
|
888
|
-
- Updated tool execution context types to use generic types
|
|
889
|
-
|
|
890
|
-
**Type Utilities:**
|
|
891
|
-
- Refactored type helpers to work with generic schemas instead of Zod-specific types
|
|
892
|
-
- Updated type extraction utilities for better compatibility
|
|
893
|
-
|
|
894
|
-
This change maintains backward compatibility while improving type consistency and preparing for Zod v4 support across all affected packages.
|
|
895
|
-
|
|
896
|
-
- Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
|
|
897
|
-
|
|
898
|
-
- Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
|
|
899
|
-
|
|
900
|
-
- Remove various deprecated APIs from agent class. ([#9257](https://github.com/mastra-ai/mastra/pull/9257))
|
|
901
|
-
- `agent.llm` → `agent.getLLM()`
|
|
902
|
-
- `agent.tools` → `agent.getTools()`
|
|
903
|
-
- `agent.instructions` → `agent.getInstructions()`
|
|
904
|
-
- `agent.speak()` → `agent.voice.speak()`
|
|
905
|
-
- `agent.getSpeakers()` → `agent.voice.getSpeakers()`
|
|
906
|
-
- `agent.listen` → `agent.voice.listen()`
|
|
907
|
-
- `agent.fetchMemory` → `(await agent.getMemory()).query()`
|
|
908
|
-
- `agent.toStep` → Add agent directly to the step, workflows handle the transformation
|
|
909
|
-
|
|
910
|
-
- Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
|
|
911
|
-
|
|
912
|
-
- Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
|
|
913
|
-
|
|
914
|
-
### Minor Changes
|
|
915
|
-
|
|
916
|
-
- Add `getReasoningFromRunOutput` utility function for extracting reasoning text from scorer run outputs. This enables scorers to access chain-of-thought reasoning from models like deepseek-reasoner in preprocess functions. ([#10684](https://github.com/mastra-ai/mastra/pull/10684))
|
|
917
|
-
|
|
918
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
|
|
919
|
-
|
|
920
|
-
### Patch Changes
|
|
921
|
-
|
|
922
|
-
- Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
|
|
923
|
-
|
|
924
|
-
Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
|
|
925
|
-
|
|
926
|
-
Each package includes:
|
|
927
|
-
- **SKILL.md** - Entry point explaining the package's purpose and capabilities
|
|
928
|
-
- **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
|
|
929
|
-
- **Topic folders** - Conceptual documentation organized by feature area
|
|
930
|
-
|
|
931
|
-
Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
|
|
932
|
-
|
|
933
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
934
|
-
|
|
935
|
-
- Remove difflib ([#9756](https://github.com/mastra-ai/mastra/pull/9756))
|
|
936
|
-
|
|
937
|
-
- Users no longer need to install the `ai` package as a peer dependency; this package now includes the necessary types internally. ([#11625](https://github.com/mastra-ai/mastra/pull/11625))
|
|
938
|
-
|
|
939
|
-
- Add main entry point to @mastra/evals package. Packages with exports field should define a "." entry point. The package now exports commonly used utilities and prebuilt scorers from the main entry, allowing users to import directly from '@mastra/evals' in addition to the existing subpath exports. ([#11307](https://github.com/mastra-ai/mastra/pull/11307))
|
|
940
|
-
|
|
941
|
-
- Remove unused dependencies ([#10019](https://github.com/mastra-ai/mastra/pull/10019))
|
|
942
|
-
|
|
943
|
-
- Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c8417b4`](https://github.com/mastra-ai/mastra/commit/c8417b41d9f3486854dc7842d977fbe5e2166264), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`1dbd8c7`](https://github.com/mastra-ai/mastra/commit/1dbd8c729fb6536ec52f00064d76b80253d346e9), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`ed3e3dd`](https://github.com/mastra-ai/mastra/commit/ed3e3ddec69d564fe2b125e083437f76331f1283), [`c59e13c`](https://github.com/mastra-ai/mastra/commit/c59e13c7688284bd96b2baee3e314335003548de), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`e54953e`](https://github.com/mastra-ai/mastra/commit/e54953ed8ce1b28c0d62a19950163039af7834b4), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`d5ed981`](https://github.com/mastra-ai/mastra/commit/d5ed981c8701c1b8a27a5f35a9a2f7d9244e695f), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`4f94ed8`](https://github.com/mastra-ai/mastra/commit/4f94ed8177abfde3ec536e3574883e075423350c), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`38380b6`](https://github.com/mastra-ai/mastra/commit/38380b60fca905824bdf6b43df307a58efb1aa15), [`6833c69`](https://github.com/mastra-ai/mastra/commit/6833c69607418d257750bbcdd84638993d343539), [`932d63d`](https://github.com/mastra-ai/mastra/commit/932d63dd51be9c8bf1e00e3671fe65606c6fb9cd), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`919a22b`](https://github.com/mastra-ai/mastra/commit/919a22b25876f9ed5891efe5facbe682c30ff497), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`b760b73`](https://github.com/mastra-ai/mastra/commit/b760b731aca7c8a3f041f61d57a7f125ae9cb215), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`695a621`](https://github.com/mastra-ai/mastra/commit/695a621528bdabeb87f83c2277cf2bb084c7f2b4), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ac3cc23`](https://github.com/mastra-ai/mastra/commit/ac3cc2397d1966bc0fc2736a223abc449d3c7719), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`a86f4df`](https://github.com/mastra-ai/mastra/commit/a86f4df0407311e0d2ea49b9a541f0938810d6a9), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`2b459f4`](https://github.com/mastra-ai/mastra/commit/2b459f466fd91688eeb2a44801dc23f7f8a887ab), [`798d0c7`](https://github.com/mastra-ai/mastra/commit/798d0c740232653b1d754870e6b43a55c364ffe2), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`47b1c16`](https://github.com/mastra-ai/mastra/commit/47b1c16a01c7ffb6765fe1e499b49092f8b7eba3), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ffe84d5`](https://github.com/mastra-ai/mastra/commit/ffe84d54f3b0f85167fe977efd027dba027eb998), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`24b76d8`](https://github.com/mastra-ai/mastra/commit/24b76d8e17656269c8ed09a0c038adb9cc2ae95a), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`243a823`](https://github.com/mastra-ai/mastra/commit/243a8239c5906f5c94e4f78b54676793f7510ae3), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`7d56d92`](https://github.com/mastra-ai/mastra/commit/7d56d9213886e8353956d7d40df10045fd12b299), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`029540c`](https://github.com/mastra-ai/mastra/commit/029540ca1e582fc2dd8d288ecd4a9b0f31a954ef), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`fdac646`](https://github.com/mastra-ai/mastra/commit/fdac646033a0930a1a4e00d13aa64c40bb7f1e02), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`d07b568`](https://github.com/mastra-ai/mastra/commit/d07b5687819ea8cb1dffa776d0c1765faf4aa1ae), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`b5dc973`](https://github.com/mastra-ai/mastra/commit/b5dc9733a5158850298dfb103acb3babdba8a318), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`c61fac3`](https://github.com/mastra-ai/mastra/commit/c61fac3add96f0dcce0208c07415279e2537eb62), [`6f14f70`](https://github.com/mastra-ai/mastra/commit/6f14f706ccaaf81b69544b6c1b75ab66a41e5317), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`3a76a80`](https://github.com/mastra-ai/mastra/commit/3a76a80284cb71a0faa975abb3d4b2a9631e60cd), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`026b848`](https://github.com/mastra-ai/mastra/commit/026b8483fbf5b6d977be8f7e6aac8d15c75558ac), [`2c212e7`](https://github.com/mastra-ai/mastra/commit/2c212e704c90e2db83d4109e62c03f0f6ebd2667), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`f9a2509`](https://github.com/mastra-ai/mastra/commit/f9a25093ea72d210a5e52cfcb3bcc8b5e02dc25c), [`66741d1`](https://github.com/mastra-ai/mastra/commit/66741d1a99c4f42cf23a16109939e8348ac6852e), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`4ca4306`](https://github.com/mastra-ai/mastra/commit/4ca430614daa5fa04730205a302a43bf4accfe9f), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`4524734`](https://github.com/mastra-ai/mastra/commit/45247343e384717a7c8404296275c56201d6470f), [`7a010c5`](https://github.com/mastra-ai/mastra/commit/7a010c56b846a313a49ae42fccd3d8de2b9f292d), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`2a53598`](https://github.com/mastra-ai/mastra/commit/2a53598c6d8cfeb904a7fc74e57e526d751c8fa6), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`8538a0d`](https://github.com/mastra-ai/mastra/commit/8538a0d232619bf55dad7ddc2a8b0ca77c679a87), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`c7cd3c7`](https://github.com/mastra-ai/mastra/commit/c7cd3c7a187d7aaf79e2ca139de328bf609a14b4), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`68ec97d`](https://github.com/mastra-ai/mastra/commit/68ec97d4c07c6393fcf95c2481fc5d73da99f8c8), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`01b20fe`](https://github.com/mastra-ai/mastra/commit/01b20fefb7c67c2b7d79417598ef4e60256d1225), [`dd4f34c`](https://github.com/mastra-ai/mastra/commit/dd4f34c78cbae24063463475b0619575c415f9b8), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`0dbf199`](https://github.com/mastra-ai/mastra/commit/0dbf199110f22192ce5c95b1c8148d4872b4d119), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`9312dcd`](https://github.com/mastra-ai/mastra/commit/9312dcd1c6f5b321929e7d382e763d95fdc030f5), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`50fd320`](https://github.com/mastra-ai/mastra/commit/50fd320003d0d93831c230ef531bef41f5ba7b3a), [`847c212`](https://github.com/mastra-ai/mastra/commit/847c212caba7df0d6f2fc756b494ac3c75c3720d), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`ffa553a`](https://github.com/mastra-ai/mastra/commit/ffa553a3edc1bd17d73669fba66d6b6f4ac10897), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`a7ce182`](https://github.com/mastra-ai/mastra/commit/a7ce1822a8785ce45d62dd5c911af465e144f7d7), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`5947fcd`](https://github.com/mastra-ai/mastra/commit/5947fcdd425531f29f9422026d466c2ee3113c93), [`4aa55b3`](https://github.com/mastra-ai/mastra/commit/4aa55b383cf06043943359ea316572fd969861a7), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`6f941c4`](https://github.com/mastra-ai/mastra/commit/6f941c438ca5f578619788acc7608fc2e23bd176), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c), [`3bf6c5f`](https://github.com/mastra-ai/mastra/commit/3bf6c5f104c25226cd84e0c77f9dec15f2cac2db)]:
|
|
944
|
-
- @mastra/core@1.0.0
|
|
945
|
-
|
|
946
|
-
## 1.0.0-beta.5
|
|
947
|
-
|
|
948
|
-
### Major Changes
|
|
949
|
-
|
|
950
|
-
- Refactor workflow and tool types to remove Zod-specific constraints ([#11814](https://github.com/mastra-ai/mastra/pull/11814))
|
|
951
|
-
|
|
952
|
-
Removed Zod-specific type constraints across all workflow implementations and tool types, replacing them with generic types. This ensures type consistency across default, evented, and inngest workflows while preparing for Zod v4 migration.
|
|
953
|
-
|
|
954
|
-
**Workflow Changes:**
|
|
955
|
-
- Removed `z.ZodObject<any>` and `z.ZodType<any>` constraints from all workflow generic types
|
|
956
|
-
- Updated method signatures to use `TInput` and `TState` directly instead of `z.infer<TInput>` and `z.infer<TState>`
|
|
957
|
-
- Aligned conditional types across all workflow implementations using `TInput extends unknown` pattern
|
|
958
|
-
- Fixed `TSteps` generic to properly use `TEngineType` instead of `any`
|
|
959
|
-
|
|
960
|
-
**Tool Changes:**
|
|
961
|
-
- Removed Zod schema constraints from `ToolExecutionContext` and related interfaces
|
|
962
|
-
- Simplified type parameters from `TSuspendSchema extends ZodLikeSchema` to `TSuspend` and `TResume`
|
|
963
|
-
- Updated tool execution context types to use generic types
|
|
964
|
-
|
|
965
|
-
**Type Utilities:**
|
|
966
|
-
- Refactored type helpers to work with generic schemas instead of Zod-specific types
|
|
967
|
-
- Updated type extraction utilities for better compatibility
|
|
968
|
-
|
|
969
|
-
This change maintains backward compatibility while improving type consistency and preparing for Zod v4 support across all affected packages.
|
|
970
|
-
|
|
971
|
-
### Patch Changes
|
|
972
|
-
|
|
973
|
-
- Updated dependencies [[`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617)]:
|
|
974
|
-
- @mastra/core@1.0.0-beta.22
|
|
975
|
-
|
|
976
|
-
## 1.0.0-beta.4
|
|
977
|
-
|
|
978
|
-
### Patch Changes
|
|
979
|
-
|
|
980
|
-
- Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
|
|
981
|
-
|
|
982
|
-
Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
|
|
983
|
-
|
|
984
|
-
Each package includes:
|
|
985
|
-
- **SKILL.md** - Entry point explaining the package's purpose and capabilities
|
|
986
|
-
- **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
|
|
987
|
-
- **Topic folders** - Conceptual documentation organized by feature area
|
|
988
|
-
|
|
989
|
-
Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
|
|
990
|
-
|
|
991
|
-
- Users no longer need to install the `ai` package as a peer dependency; this package now includes the necessary types internally. ([#11625](https://github.com/mastra-ai/mastra/pull/11625))
|
|
992
|
-
|
|
993
|
-
- Updated dependencies [[`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c)]:
|
|
994
|
-
- @mastra/core@1.0.0-beta.20
|
|
995
|
-
|
|
996
|
-
## 1.0.0-beta.3
|
|
997
|
-
|
|
998
|
-
### Patch Changes
|
|
999
|
-
|
|
1000
|
-
- Add main entry point to @mastra/evals package. Packages with exports field should define a "." entry point. The package now exports commonly used utilities and prebuilt scorers from the main entry, allowing users to import directly from '@mastra/evals' in addition to the existing subpath exports. ([#11307](https://github.com/mastra-ai/mastra/pull/11307))
|
|
1001
|
-
|
|
1002
|
-
- Updated dependencies [[`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde)]:
|
|
1003
|
-
- @mastra/core@1.0.0-beta.15
|
|
1004
|
-
|
|
1005
|
-
## 1.0.0-beta.2
|
|
1006
|
-
|
|
1007
|
-
### Minor Changes
|
|
1008
|
-
|
|
1009
|
-
- Add `getReasoningFromRunOutput` utility function for extracting reasoning text from scorer run outputs. This enables scorers to access chain-of-thought reasoning from models like deepseek-reasoner in preprocess functions. ([#10684](https://github.com/mastra-ai/mastra/pull/10684))
|
|
1010
|
-
|
|
1011
|
-
### Patch Changes
|
|
1012
|
-
|
|
1013
|
-
- Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749)]:
|
|
1014
|
-
- @mastra/core@1.0.0-beta.6
|
|
1015
|
-
|
|
1016
|
-
## 1.0.0-beta.1
|
|
1017
|
-
|
|
1018
|
-
### Patch Changes
|
|
1019
|
-
|
|
1020
|
-
- Remove unused dependencies ([#10019](https://github.com/mastra-ai/mastra/pull/10019))
|
|
1021
|
-
|
|
1022
|
-
- Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
|
|
1023
|
-
- @mastra/core@1.0.0-beta.3
|
|
1024
|
-
|
|
1025
|
-
## 1.0.0-beta.0
|
|
1026
|
-
|
|
1027
|
-
### Major Changes
|
|
1028
|
-
|
|
1029
|
-
- Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
|
|
1030
|
-
|
|
1031
|
-
- **BREAKING CHANGE**: Scorers for Agents will now use `MastraDBMessage` instead of `UIMessage` ([#9702](https://github.com/mastra-ai/mastra/pull/9702))
|
|
1032
|
-
- Scorer input/output types now use `MastraDBMessage[]` with nested `content` object structure
|
|
1033
|
-
- Added `getTextContentFromMastraDBMessage()` helper function to extract text content from `MastraDBMessage` objects
|
|
1034
|
-
- Added `createTestMessage()` helper function for creating `MastraDBMessage` objects in tests with optional tool invocations support
|
|
1035
|
-
- Updated `extractToolCalls()` to access tool invocations from nested `content` structure
|
|
1036
|
-
- Updated `getUserMessageFromRunInput()` and `getAssistantMessageFromRunOutput()` to use new message structure
|
|
1037
|
-
- Removed `createUIMessage()`
|
|
1038
|
-
|
|
1039
|
-
- Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
|
|
1040
|
-
|
|
1041
|
-
- Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
|
|
1042
|
-
|
|
1043
|
-
- Remove various deprecated APIs from agent class. ([#9257](https://github.com/mastra-ai/mastra/pull/9257))
|
|
1044
|
-
- `agent.llm` → `agent.getLLM()`
|
|
1045
|
-
- `agent.tools` → `agent.getTools()`
|
|
1046
|
-
- `agent.instructions` → `agent.getInstructions()`
|
|
1047
|
-
- `agent.speak()` → `agent.voice.speak()`
|
|
1048
|
-
- `agent.getSpeakers()` → `agent.voice.getSpeakers()`
|
|
1049
|
-
- `agent.listen` → `agent.voice.listen()`
|
|
1050
|
-
- `agent.fetchMemory` → `(await agent.getMemory()).query()`
|
|
1051
|
-
- `agent.toStep` → Add agent directly to the step, workflows handle the transformation
|
|
1052
|
-
|
|
1053
|
-
- Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
|
|
1054
|
-
|
|
1055
|
-
- Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
|
|
1056
|
-
|
|
1057
|
-
### Minor Changes
|
|
1058
|
-
|
|
1059
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
|
|
1060
|
-
|
|
1061
|
-
### Patch Changes
|
|
1062
|
-
|
|
1063
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
1064
|
-
|
|
1065
|
-
- Remove difflib ([#9756](https://github.com/mastra-ai/mastra/pull/9756))
|
|
1066
|
-
|
|
1067
|
-
- Updated dependencies [[`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019)]:
|
|
1068
|
-
- @mastra/core@1.0.0-beta.0
|
|
1069
|
-
|
|
1070
|
-
## 0.14.1
|
|
1071
|
-
|
|
1072
|
-
### Patch Changes
|
|
1073
|
-
|
|
1074
|
-
- Updates the types for scorers to use the new MastraModelConfig type. Also updates relevant docs to reference this type, as well as the new router model signature# An empty message aborts the changeset. ([#8932](https://github.com/mastra-ai/mastra/pull/8932))
|
|
1075
|
-
|
|
1076
|
-
- Update peerdeps to 0.23.0-0 ([#9043](https://github.com/mastra-ai/mastra/pull/9043))
|
|
1077
|
-
|
|
1078
|
-
- Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
|
|
1079
|
-
- @mastra/core@0.22.0
|
|
1080
|
-
|
|
1081
|
-
## 0.14.1-alpha.1
|
|
1082
|
-
|
|
1083
|
-
### Patch Changes
|
|
1084
|
-
|
|
1085
|
-
- Update peerdeps to 0.23.0-0 ([#9043](https://github.com/mastra-ai/mastra/pull/9043))
|
|
1086
|
-
|
|
1087
|
-
- Updated dependencies [[`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb)]:
|
|
1088
|
-
- @mastra/core@0.22.0-alpha.1
|
|
1089
|
-
|
|
1090
|
-
## 0.14.1-alpha.0
|
|
1091
|
-
|
|
1092
|
-
### Patch Changes
|
|
1093
|
-
|
|
1094
|
-
- Updates the types for scorers to use the new MastraModelConfig type. Also updates relevant docs to reference this type, as well as the new router model signature# An empty message aborts the changeset. ([#8932](https://github.com/mastra-ai/mastra/pull/8932))
|
|
1095
|
-
|
|
1096
|
-
- Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
|
|
1097
|
-
- @mastra/core@0.21.2-alpha.0
|
|
1098
|
-
|
|
1099
|
-
## 0.14.0
|
|
1100
|
-
|
|
1101
|
-
### Minor Changes
|
|
1102
|
-
|
|
1103
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
1104
|
-
|
|
1105
|
-
- Standardize model configuration across all components to support flexible model resolution ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
1106
|
-
|
|
1107
|
-
All model configuration points now accept `MastraModelConfig`, enabling consistent model specification across:
|
|
1108
|
-
- Scorers (`createScorer` and all built-in scorers)
|
|
1109
|
-
- Input/Output Processors (`ModerationProcessor`, `PIIDetector`)
|
|
1110
|
-
- Relevance Scorers (`MastraAgentRelevanceScorer`)
|
|
1111
|
-
|
|
1112
|
-
**Supported formats:**
|
|
1113
|
-
- Magic strings: `'openai/gpt-4o-mini'`
|
|
1114
|
-
- Config objects: `{ id: 'openai/gpt-4o-mini' }` or `{ providerId: 'openai', modelId: 'gpt-4o-mini' }`
|
|
1115
|
-
- Custom endpoints: `{ id: 'custom/model', url: 'https://...', apiKey: '...' }`
|
|
1116
|
-
- Dynamic resolution: `(ctx) => 'openai/gpt-4o-mini'`
|
|
1117
|
-
|
|
1118
|
-
This change provides a unified model configuration experience matching the `Agent` class, making it easier to switch models and use custom providers across all Mastra components.
|
|
1119
|
-
|
|
1120
|
-
### Patch Changes
|
|
1121
|
-
|
|
1122
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
|
|
1123
|
-
|
|
1124
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
1125
|
-
|
|
1126
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
|
|
1127
|
-
|
|
1128
|
-
- Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8), [`fb703b9`](https://github.com/mastra-ai/mastra/commit/fb703b9634eeaff1a6eb2b5531ce0f9e8fb04727), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`e3c1077`](https://github.com/mastra-ai/mastra/commit/e3c107763aedd1643d3def5df450c235da9ff76c), [`1908ca0`](https://github.com/mastra-ai/mastra/commit/1908ca0521f90e43779cc29ab590173ca560443c), [`1bccdb3`](https://github.com/mastra-ai/mastra/commit/1bccdb33eb90cbeba2dc5ece1c2561fb774b26b6), [`5ef944a`](https://github.com/mastra-ai/mastra/commit/5ef944a3721d93105675cac2b2311432ff8cc393), [`d6b186f`](https://github.com/mastra-ai/mastra/commit/d6b186fb08f1caf1b86f73d3a5ee88fb999ca3be), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`65493b3`](https://github.com/mastra-ai/mastra/commit/65493b31c36f6fdb78f9679f7e1ecf0c250aa5ee), [`a998b8f`](https://github.com/mastra-ai/mastra/commit/a998b8f858091c2ec47683e60766cf12d03001e4), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`8a37bdd`](https://github.com/mastra-ai/mastra/commit/8a37bddb6d8614a32c5b70303d583d80c620ea61), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb)]:
|
|
1129
|
-
- @mastra/core@0.21.0
|
|
1130
|
-
|
|
1131
|
-
## 0.14.0-alpha.0
|
|
1132
|
-
|
|
1133
|
-
### Minor Changes
|
|
1134
|
-
|
|
1135
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
1136
|
-
|
|
1137
|
-
- Standardize model configuration across all components to support flexible model resolution ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
1138
|
-
|
|
1139
|
-
All model configuration points now accept `MastraModelConfig`, enabling consistent model specification across:
|
|
1140
|
-
- Scorers (`createScorer` and all built-in scorers)
|
|
1141
|
-
- Input/Output Processors (`ModerationProcessor`, `PIIDetector`)
|
|
1142
|
-
- Relevance Scorers (`MastraAgentRelevanceScorer`)
|
|
1143
|
-
|
|
1144
|
-
**Supported formats:**
|
|
1145
|
-
- Magic strings: `'openai/gpt-4o-mini'`
|
|
1146
|
-
- Config objects: `{ id: 'openai/gpt-4o-mini' }` or `{ providerId: 'openai', modelId: 'gpt-4o-mini' }`
|
|
1147
|
-
- Custom endpoints: `{ id: 'custom/model', url: 'https://...', apiKey: '...' }`
|
|
1148
|
-
- Dynamic resolution: `(ctx) => 'openai/gpt-4o-mini'`
|
|
1149
|
-
|
|
1150
|
-
This change provides a unified model configuration experience matching the `Agent` class, making it easier to switch models and use custom providers across all Mastra components.
|
|
1151
|
-
|
|
1152
|
-
### Patch Changes
|
|
1153
|
-
|
|
1154
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
|
|
1155
|
-
|
|
1156
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
1157
|
-
|
|
1158
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
|
|
1159
|
-
|
|
1160
|
-
- Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
|
|
1161
|
-
- @mastra/core@0.21.0-alpha.0
|
|
1162
|
-
|
|
1163
|
-
## 0.13.10
|
|
1164
|
-
|
|
1165
|
-
### Patch Changes
|
|
1166
|
-
|
|
1167
|
-
- Breaking change to move the agent.streamVNext/generateVNext implementation to the default stream/generate. The old stream/generate have now been moved to streamLegacy and generateLegacy ([#8097](https://github.com/mastra-ai/mastra/pull/8097))
|
|
1168
|
-
|
|
1169
|
-
- Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
|
|
1170
|
-
- @mastra/core@0.20.0
|
|
1171
|
-
|
|
1172
|
-
## 0.13.10-alpha.0
|
|
1173
|
-
|
|
1174
|
-
### Patch Changes
|
|
1175
|
-
|
|
1176
|
-
- Breaking change to move the agent.streamVNext/generateVNext implementation to the default stream/generate. The old stream/generate have now been moved to streamLegacy and generateLegacy ([#8097](https://github.com/mastra-ai/mastra/pull/8097))
|
|
1177
|
-
|
|
1178
|
-
- Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
|
|
1179
|
-
- @mastra/core@0.20.0-alpha.0
|
|
1180
|
-
|
|
1181
|
-
## 0.13.9
|
|
1182
|
-
|
|
1183
|
-
### Patch Changes
|
|
1184
|
-
|
|
1185
|
-
- Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
1186
|
-
|
|
1187
|
-
- Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`67b0f00`](https://github.com/mastra-ai/mastra/commit/67b0f005b520335c71fb85cbaa25df4ce8484a81), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141)]:
|
|
1188
|
-
- @mastra/core@0.19.0
|
|
1189
|
-
|
|
1190
|
-
## 0.13.9-alpha.0
|
|
1191
|
-
|
|
1192
|
-
### Patch Changes
|
|
1193
|
-
|
|
1194
|
-
- Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
1195
|
-
|
|
1196
|
-
- Updated dependencies [[`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141)]:
|
|
1197
|
-
- @mastra/core@0.19.0-alpha.1
|
|
1198
|
-
|
|
1199
|
-
## 0.13.8
|
|
1200
|
-
|
|
1201
|
-
### Patch Changes
|
|
1202
|
-
|
|
1203
|
-
- dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
|
|
1204
|
-
- Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
|
|
1205
|
-
|
|
1206
|
-
- Add explicit type 'agent' for built in scorers ([#8132](https://github.com/mastra-ai/mastra/pull/8132))
|
|
1207
|
-
|
|
1208
|
-
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
1209
|
-
|
|
1210
|
-
- Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a)]:
|
|
1211
|
-
- @mastra/core@0.18.0
|
|
1212
|
-
|
|
1213
|
-
## 0.13.8-alpha.2
|
|
1214
|
-
|
|
1215
|
-
### Patch Changes
|
|
1216
|
-
|
|
1217
|
-
- Add explicit type 'agent' for built in scorers ([#8132](https://github.com/mastra-ai/mastra/pull/8132))
|
|
1218
|
-
|
|
1219
|
-
## 0.13.8-alpha.1
|
|
1220
|
-
|
|
1221
|
-
### Patch Changes
|
|
1222
|
-
|
|
1223
|
-
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
1224
|
-
|
|
1225
|
-
- Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55)]:
|
|
1226
|
-
- @mastra/core@0.18.0-alpha.2
|
|
1227
|
-
|
|
1228
|
-
## 0.13.8-alpha.0
|
|
1229
|
-
|
|
1230
|
-
### Patch Changes
|
|
1231
|
-
|
|
1232
|
-
- dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
|
|
1233
|
-
- Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
|
|
1234
|
-
- Updated dependencies [[`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
|
|
1235
|
-
- @mastra/core@0.17.2-alpha.1
|
|
1236
|
-
|
|
1237
|
-
## 0.13.7
|
|
1238
|
-
|
|
1239
|
-
### Patch Changes
|
|
1240
|
-
|
|
1241
|
-
- Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
|
|
1242
|
-
|
|
1243
|
-
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`05c7abf`](https://github.com/mastra-ai/mastra/commit/05c7abfe105a015b7760c9bf33ff4419727502a0), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`aee4f00`](https://github.com/mastra-ai/mastra/commit/aee4f00e61e1a42e81a6d74ff149dbe69e32695a), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`4f9ea8c`](https://github.com/mastra-ai/mastra/commit/4f9ea8c95ea74ba9abbf3b2ab6106c7d7bc45689), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
|
|
1244
|
-
- @mastra/core@0.17.0
|
|
1245
|
-
|
|
1246
|
-
## 0.13.7-alpha.0
|
|
1247
|
-
|
|
1248
|
-
### Patch Changes
|
|
1249
|
-
|
|
1250
|
-
- Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
|
|
1251
|
-
|
|
1252
|
-
- Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
|
|
1253
|
-
- @mastra/core@0.17.0-alpha.3
|
|
1254
|
-
|
|
1255
|
-
## 0.13.6
|
|
1256
|
-
|
|
1257
|
-
### Patch Changes
|
|
1258
|
-
|
|
1259
|
-
- Export scorer utils from @mastra/evals/scorers/utils ([#7701](https://github.com/mastra-ai/mastra/pull/7701))
|
|
1260
|
-
|
|
1261
|
-
- Add an answer similarity scorer ([#7586](https://github.com/mastra-ai/mastra/pull/7586))
|
|
1262
|
-
|
|
1263
|
-
- Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
|
|
1264
|
-
- @mastra/core@0.16.3
|
|
1265
|
-
|
|
1266
|
-
## 0.13.6-alpha.0
|
|
1267
|
-
|
|
1268
|
-
### Patch Changes
|
|
1269
|
-
|
|
1270
|
-
- Export scorer utils from @mastra/evals/scorers/utils ([#7701](https://github.com/mastra-ai/mastra/pull/7701))
|
|
1271
|
-
|
|
1272
|
-
- Add an answer similarity scorer ([#7586](https://github.com/mastra-ai/mastra/pull/7586))
|
|
1273
|
-
|
|
1274
|
-
- Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
|
|
1275
|
-
- @mastra/core@0.16.3-alpha.0
|
|
1276
|
-
|
|
1277
|
-
## 0.13.5
|
|
1278
|
-
|
|
1279
|
-
### Patch Changes
|
|
1280
|
-
|
|
1281
|
-
- dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
|
|
1282
|
-
- Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
|
|
1283
|
-
- Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
|
|
1284
|
-
- @mastra/core@0.16.1
|
|
1285
|
-
|
|
1286
|
-
## 0.13.5-alpha.0
|
|
1287
|
-
|
|
1288
|
-
### Patch Changes
|
|
1289
|
-
|
|
1290
|
-
- dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
|
|
1291
|
-
- Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
|
|
1292
|
-
- Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
|
|
1293
|
-
- @mastra/core@0.16.1-alpha.0
|
|
1294
|
-
|
|
1295
|
-
## 0.13.4
|
|
1296
|
-
|
|
1297
|
-
### Patch Changes
|
|
1298
|
-
|
|
1299
|
-
- 376913a: Update peerdeps
|
|
1300
|
-
- Updated dependencies [8fbf79e]
|
|
1301
|
-
- Updated dependencies [fd83526]
|
|
1302
|
-
- Updated dependencies [d0b90ab]
|
|
1303
|
-
- Updated dependencies [6f5eb7a]
|
|
1304
|
-
- Updated dependencies [a01cf14]
|
|
1305
|
-
- Updated dependencies [a9e50ee]
|
|
1306
|
-
- Updated dependencies [5397eb4]
|
|
1307
|
-
- Updated dependencies [c9f4e4a]
|
|
1308
|
-
- Updated dependencies [0acbc80]
|
|
1309
|
-
- @mastra/core@0.16.0
|
|
1310
|
-
|
|
1311
|
-
## 0.13.4-alpha.0
|
|
1312
|
-
|
|
1313
|
-
### Patch Changes
|
|
1314
|
-
|
|
1315
|
-
- 376913a: Update peerdeps
|
|
1316
|
-
- Updated dependencies [8fbf79e]
|
|
1317
|
-
- @mastra/core@0.16.0-alpha.1
|
|
1318
|
-
|
|
1319
|
-
## 0.13.3
|
|
1320
|
-
|
|
1321
|
-
### Patch Changes
|
|
1322
|
-
|
|
1323
|
-
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
1324
|
-
- f0dfcac: updated core peerdep
|
|
1325
|
-
- ec8373a: Implement new off-the-shelf scorers
|
|
1326
|
-
- Updated dependencies [ab48c97]
|
|
1327
|
-
- Updated dependencies [85ef90b]
|
|
1328
|
-
- Updated dependencies [aedbbfa]
|
|
1329
|
-
- Updated dependencies [ff89505]
|
|
1330
|
-
- Updated dependencies [637f323]
|
|
1331
|
-
- Updated dependencies [de3cbc6]
|
|
1332
|
-
- Updated dependencies [c19bcf7]
|
|
1333
|
-
- Updated dependencies [4474d04]
|
|
1334
|
-
- Updated dependencies [183dc95]
|
|
1335
|
-
- Updated dependencies [a1111e2]
|
|
1336
|
-
- Updated dependencies [b42a961]
|
|
1337
|
-
- Updated dependencies [61debef]
|
|
1338
|
-
- Updated dependencies [9beaeff]
|
|
1339
|
-
- Updated dependencies [29de0e1]
|
|
1340
|
-
- Updated dependencies [f643c65]
|
|
1341
|
-
- Updated dependencies [00c74e7]
|
|
1342
|
-
- Updated dependencies [fef7375]
|
|
1343
|
-
- Updated dependencies [e3d8fea]
|
|
1344
|
-
- Updated dependencies [45e4d39]
|
|
1345
|
-
- Updated dependencies [9eee594]
|
|
1346
|
-
- Updated dependencies [7149d8d]
|
|
1347
|
-
- Updated dependencies [822c2e8]
|
|
1348
|
-
- Updated dependencies [979912c]
|
|
1349
|
-
- Updated dependencies [7dcf4c0]
|
|
1350
|
-
- Updated dependencies [4106a58]
|
|
1351
|
-
- Updated dependencies [ad78bfc]
|
|
1352
|
-
- Updated dependencies [0302f50]
|
|
1353
|
-
- Updated dependencies [6ac697e]
|
|
1354
|
-
- Updated dependencies [74db265]
|
|
1355
|
-
- Updated dependencies [0ce418a]
|
|
1356
|
-
- Updated dependencies [af90672]
|
|
1357
|
-
- Updated dependencies [8387952]
|
|
1358
|
-
- Updated dependencies [7f3b8da]
|
|
1359
|
-
- Updated dependencies [905352b]
|
|
1360
|
-
- Updated dependencies [599d04c]
|
|
1361
|
-
- Updated dependencies [56041d0]
|
|
1362
|
-
- Updated dependencies [3412597]
|
|
1363
|
-
- Updated dependencies [5eca5d2]
|
|
1364
|
-
- Updated dependencies [f2cda47]
|
|
1365
|
-
- Updated dependencies [5de1555]
|
|
1366
|
-
- Updated dependencies [cfd377a]
|
|
1367
|
-
- Updated dependencies [1ed5a3e]
|
|
1368
|
-
- @mastra/core@0.15.3
|
|
1369
|
-
|
|
1370
|
-
## 0.13.3-alpha.2
|
|
1371
|
-
|
|
1372
|
-
### Patch Changes
|
|
1373
|
-
|
|
1374
|
-
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
1375
|
-
|
|
1376
|
-
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
1377
|
-
- @mastra/core@0.15.3-alpha.7
|
|
1378
|
-
|
|
1379
|
-
## 0.13.3-alpha.1
|
|
1380
|
-
|
|
1381
|
-
### Patch Changes
|
|
1382
|
-
|
|
1383
|
-
- [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
1384
|
-
|
|
1385
|
-
- Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
|
|
1386
|
-
- @mastra/core@0.15.3-alpha.5
|
|
1387
|
-
|
|
1388
|
-
## 0.13.3-alpha.0
|
|
1389
|
-
|
|
1390
|
-
### Patch Changes
|
|
1391
|
-
|
|
1392
|
-
- [#7105](https://github.com/mastra-ai/mastra/pull/7105) [`ec8373a`](https://github.com/mastra-ai/mastra/commit/ec8373a9895ce55bf205ebddf2b9e635215a5c0d) Thanks [@adeniyii](https://github.com/adeniyii)! - Implement new off-the-shelf scorers
|
|
1393
|
-
|
|
1394
|
-
- Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
|
|
1395
|
-
- @mastra/core@0.15.3-alpha.4
|
|
1396
|
-
|
|
1397
|
-
## 0.13.2
|
|
1398
|
-
|
|
1399
|
-
### Patch Changes
|
|
1400
|
-
|
|
1401
|
-
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
1402
|
-
|
|
1403
|
-
- Updated dependencies []:
|
|
1404
|
-
- @mastra/core@0.15.2
|
|
1405
|
-
|
|
1406
|
-
## 0.13.1
|
|
1407
|
-
|
|
1408
|
-
### Patch Changes
|
|
1409
|
-
|
|
1410
|
-
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
1411
|
-
|
|
1412
|
-
- Updated dependencies []:
|
|
1413
|
-
- @mastra/core@0.15.1
|
|
1414
|
-
|
|
1415
|
-
## 0.13.0
|
|
1416
|
-
|
|
1417
|
-
### Minor Changes
|
|
1418
|
-
|
|
1419
|
-
- [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
|
|
1420
|
-
|
|
1421
|
-
- [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
|
|
1422
|
-
|
|
1423
|
-
### Patch Changes
|
|
1424
|
-
|
|
1425
|
-
- [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
|
|
1426
|
-
|
|
1427
|
-
- [#6982](https://github.com/mastra-ai/mastra/pull/6982) [`94e9f54`](https://github.com/mastra-ai/mastra/commit/94e9f547d66ef7cd01d9075ab53b5ca9a1cae100) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix AI peerdeps for NPM install
|
|
1428
|
-
|
|
1429
|
-
- [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
|
|
1430
|
-
|
|
1431
|
-
- Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
|
|
1432
|
-
- @mastra/core@0.15.0
|
|
1433
|
-
|
|
1434
|
-
## 0.13.0-alpha.2
|
|
1435
|
-
|
|
1436
|
-
### Minor Changes
|
|
1437
|
-
|
|
1438
|
-
- [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
|
|
1439
|
-
|
|
1440
|
-
### Patch Changes
|
|
1441
|
-
|
|
1442
|
-
- Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
|
|
1443
|
-
- @mastra/core@0.15.0-alpha.4
|
|
1444
|
-
|
|
1445
|
-
## 0.13.0-alpha.1
|
|
1446
|
-
|
|
1447
|
-
### Minor Changes
|
|
1448
|
-
|
|
1449
|
-
- [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
|
|
1450
|
-
|
|
1451
|
-
### Patch Changes
|
|
1452
|
-
|
|
1453
|
-
- Updated dependencies []:
|
|
1454
|
-
- @mastra/core@0.15.0-alpha.3
|
|
1455
|
-
|
|
1456
|
-
## 0.12.2-alpha.0
|
|
1457
|
-
|
|
1458
|
-
### Patch Changes
|
|
1459
|
-
|
|
1460
|
-
- [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
|
|
1461
|
-
|
|
1462
|
-
- [#6982](https://github.com/mastra-ai/mastra/pull/6982) [`94e9f54`](https://github.com/mastra-ai/mastra/commit/94e9f547d66ef7cd01d9075ab53b5ca9a1cae100) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix AI peerdeps for NPM install
|
|
1463
|
-
|
|
1464
|
-
- [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
|
|
1465
|
-
|
|
1466
|
-
- Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
|
|
1467
|
-
- @mastra/core@0.14.2-alpha.1
|
|
1468
|
-
|
|
1469
|
-
## 0.12.1
|
|
1470
|
-
|
|
1471
|
-
### Patch Changes
|
|
1472
|
-
|
|
1473
|
-
- 65115aa: Update reason promopts to no longer return structured response
|
|
1474
|
-
- 03997ae: Update peerdeps
|
|
1475
|
-
- Updated dependencies [227c7e6]
|
|
1476
|
-
- Updated dependencies [12cae67]
|
|
1477
|
-
- Updated dependencies [fd3a3eb]
|
|
1478
|
-
- Updated dependencies [6faaee5]
|
|
1479
|
-
- Updated dependencies [4232b14]
|
|
1480
|
-
- Updated dependencies [a89de7e]
|
|
1481
|
-
- Updated dependencies [5a37d0c]
|
|
1482
|
-
- Updated dependencies [4bde0cb]
|
|
1483
|
-
- Updated dependencies [cf4f357]
|
|
1484
|
-
- Updated dependencies [ad888a2]
|
|
1485
|
-
- Updated dependencies [481751d]
|
|
1486
|
-
- Updated dependencies [2454423]
|
|
1487
|
-
- Updated dependencies [194e395]
|
|
1488
|
-
- Updated dependencies [a722c0b]
|
|
1489
|
-
- Updated dependencies [c30bca8]
|
|
1490
|
-
- Updated dependencies [3b5fec7]
|
|
1491
|
-
- Updated dependencies [a8f129d]
|
|
1492
|
-
- @mastra/core@0.14.0
|
|
1493
|
-
|
|
1494
|
-
## 0.12.1-alpha.1
|
|
1495
|
-
|
|
1496
|
-
### Patch Changes
|
|
1497
|
-
|
|
1498
|
-
- 03997ae: Update peerdeps
|
|
1499
|
-
- @mastra/core@0.14.0-alpha.7
|
|
1500
|
-
|
|
1501
|
-
## 0.12.1-alpha.0
|
|
1502
|
-
|
|
1503
|
-
### Patch Changes
|
|
1504
|
-
|
|
1505
|
-
- 65115aa: Update reason promopts to no longer return structured response
|
|
1506
|
-
- Updated dependencies [6faaee5]
|
|
1507
|
-
- Updated dependencies [4232b14]
|
|
1508
|
-
- Updated dependencies [a89de7e]
|
|
1509
|
-
- Updated dependencies [cf4f357]
|
|
1510
|
-
- Updated dependencies [a722c0b]
|
|
1511
|
-
- Updated dependencies [3b5fec7]
|
|
1512
|
-
- @mastra/core@0.14.0-alpha.1
|
|
1513
|
-
|
|
1514
|
-
## 0.12.0
|
|
1515
|
-
|
|
1516
|
-
### Minor Changes
|
|
1517
|
-
|
|
1518
|
-
- ea0c5f2: Add store support to new score api
|
|
1519
|
-
- ea0c5f2: Update evals to use updated scorer API
|
|
1520
|
-
|
|
1521
|
-
### Patch Changes
|
|
1522
|
-
|
|
1523
|
-
- 351b36e: update evals and rag ai sdk package versions
|
|
1524
|
-
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
1525
|
-
- Updated dependencies [cb36de0]
|
|
1526
|
-
- Updated dependencies [d0496e6]
|
|
1527
|
-
- Updated dependencies [a82b851]
|
|
1528
|
-
- Updated dependencies [ea0c5f2]
|
|
1529
|
-
- Updated dependencies [41a0a0e]
|
|
1530
|
-
- Updated dependencies [2871020]
|
|
1531
|
-
- Updated dependencies [94f4812]
|
|
1532
|
-
- Updated dependencies [e202b82]
|
|
1533
|
-
- Updated dependencies [e00f6a0]
|
|
1534
|
-
- Updated dependencies [4a406ec]
|
|
1535
|
-
- Updated dependencies [b0e43c1]
|
|
1536
|
-
- Updated dependencies [5d377e5]
|
|
1537
|
-
- Updated dependencies [1fb812e]
|
|
1538
|
-
- Updated dependencies [35c5798]
|
|
1539
|
-
- @mastra/core@0.13.0
|
|
1540
|
-
|
|
1541
|
-
## 0.12.0-alpha.1
|
|
1542
|
-
|
|
1543
|
-
### Patch Changes
|
|
1544
|
-
|
|
1545
|
-
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
1546
|
-
- Updated dependencies [cb36de0]
|
|
1547
|
-
- Updated dependencies [a82b851]
|
|
1548
|
-
- Updated dependencies [41a0a0e]
|
|
1549
|
-
- Updated dependencies [2871020]
|
|
1550
|
-
- Updated dependencies [4a406ec]
|
|
1551
|
-
- Updated dependencies [5d377e5]
|
|
1552
|
-
- @mastra/core@0.13.0-alpha.2
|
|
1553
|
-
|
|
1554
|
-
## 0.12.0-alpha.0
|
|
1555
|
-
|
|
1556
|
-
### Minor Changes
|
|
1557
|
-
|
|
1558
|
-
- ea0c5f2: Add store support to new score api
|
|
1559
|
-
- ea0c5f2: Update evals to use updated scorer API
|
|
1560
|
-
|
|
1561
|
-
### Patch Changes
|
|
1562
|
-
|
|
1563
|
-
- 351b36e: update evals and rag ai sdk package versions
|
|
1564
|
-
- Updated dependencies [ea0c5f2]
|
|
1565
|
-
- Updated dependencies [b0e43c1]
|
|
1566
|
-
- Updated dependencies [1fb812e]
|
|
1567
|
-
- Updated dependencies [35c5798]
|
|
1568
|
-
- @mastra/core@0.13.0-alpha.1
|
|
1569
|
-
|
|
1570
|
-
## 0.11.0
|
|
1571
|
-
|
|
1572
|
-
### Minor Changes
|
|
1573
|
-
|
|
1574
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
1575
|
-
|
|
1576
|
-
### Patch Changes
|
|
1577
|
-
|
|
1578
|
-
- 7a7754f: Fast follow scorers fixing input types, improve llm scorer reliability, fix ui to display scores that are 0
|
|
1579
|
-
- e0f73c6: Make input optional for scorer run
|
|
1580
|
-
- Updated dependencies [510e2c8]
|
|
1581
|
-
- Updated dependencies [2f72fb2]
|
|
1582
|
-
- Updated dependencies [27cc97a]
|
|
1583
|
-
- Updated dependencies [3f89307]
|
|
1584
|
-
- Updated dependencies [9eda7d4]
|
|
1585
|
-
- Updated dependencies [9d49408]
|
|
1586
|
-
- Updated dependencies [41daa63]
|
|
1587
|
-
- Updated dependencies [ad0a58b]
|
|
1588
|
-
- Updated dependencies [254a36b]
|
|
1589
|
-
- Updated dependencies [2ecf658]
|
|
1590
|
-
- Updated dependencies [7a7754f]
|
|
1591
|
-
- Updated dependencies [fc92d80]
|
|
1592
|
-
- Updated dependencies [e0f73c6]
|
|
1593
|
-
- Updated dependencies [0b89602]
|
|
1594
|
-
- Updated dependencies [4d37822]
|
|
1595
|
-
- Updated dependencies [23a6a7c]
|
|
1596
|
-
- Updated dependencies [cda801d]
|
|
1597
|
-
- Updated dependencies [a77c823]
|
|
1598
|
-
- Updated dependencies [ff9c125]
|
|
1599
|
-
- Updated dependencies [09bca64]
|
|
1600
|
-
- Updated dependencies [b8efbb9]
|
|
1601
|
-
- Updated dependencies [71466e7]
|
|
1602
|
-
- Updated dependencies [0c99fbe]
|
|
1603
|
-
- @mastra/core@0.12.0
|
|
1604
|
-
|
|
1605
|
-
## 0.11.0-alpha.2
|
|
1606
|
-
|
|
1607
|
-
### Minor Changes
|
|
1608
|
-
|
|
1609
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
1610
|
-
|
|
1611
|
-
### Patch Changes
|
|
1612
|
-
|
|
1613
|
-
- @mastra/core@0.12.0-alpha.5
|
|
1614
|
-
|
|
1615
|
-
## 0.10.8-alpha.1
|
|
1616
|
-
|
|
1617
|
-
### Patch Changes
|
|
1618
|
-
|
|
1619
|
-
- e0f73c6: Make input optional for scorer run
|
|
1620
|
-
- Updated dependencies [e0f73c6]
|
|
1621
|
-
- Updated dependencies [cda801d]
|
|
1622
|
-
- Updated dependencies [a77c823]
|
|
1623
|
-
- @mastra/core@0.12.0-alpha.1
|
|
1624
|
-
|
|
1625
|
-
## 0.10.8-alpha.0
|
|
1626
|
-
|
|
1627
|
-
### Patch Changes
|
|
1628
|
-
|
|
1629
|
-
- 7a7754f: Fast follow scorers fixing input types, improve llm scorer reliability, fix ui to display scores that are 0
|
|
1630
|
-
- Updated dependencies [510e2c8]
|
|
1631
|
-
- Updated dependencies [2f72fb2]
|
|
1632
|
-
- Updated dependencies [3f89307]
|
|
1633
|
-
- Updated dependencies [9eda7d4]
|
|
1634
|
-
- Updated dependencies [9d49408]
|
|
1635
|
-
- Updated dependencies [2ecf658]
|
|
1636
|
-
- Updated dependencies [7a7754f]
|
|
1637
|
-
- Updated dependencies [fc92d80]
|
|
1638
|
-
- Updated dependencies [23a6a7c]
|
|
1639
|
-
- Updated dependencies [09bca64]
|
|
1640
|
-
- @mastra/core@0.12.0-alpha.0
|
|
1641
|
-
|
|
1642
|
-
## 0.10.7
|
|
1643
|
-
|
|
1644
|
-
### Patch Changes
|
|
1645
|
-
|
|
1646
|
-
- ce088f5: Update all peerdeps to latest core
|
|
1647
|
-
- @mastra/core@0.11.1
|
|
1648
|
-
|
|
1649
|
-
## 0.10.6
|
|
1650
|
-
|
|
1651
|
-
### Patch Changes
|
|
1652
|
-
|
|
1653
|
-
- e473f27: Implement off the shelf Scorers
|
|
1654
|
-
- 2a3242a: Update small reason prompt tweak to answer relevancy
|
|
1655
|
-
- Updated dependencies [f248d53]
|
|
1656
|
-
- Updated dependencies [2affc57]
|
|
1657
|
-
- Updated dependencies [66e13e3]
|
|
1658
|
-
- Updated dependencies [edd9482]
|
|
1659
|
-
- Updated dependencies [18344d7]
|
|
1660
|
-
- Updated dependencies [9d372c2]
|
|
1661
|
-
- Updated dependencies [40c2525]
|
|
1662
|
-
- Updated dependencies [e473f27]
|
|
1663
|
-
- Updated dependencies [032cb66]
|
|
1664
|
-
- Updated dependencies [703ac71]
|
|
1665
|
-
- Updated dependencies [a723d69]
|
|
1666
|
-
- Updated dependencies [7827943]
|
|
1667
|
-
- Updated dependencies [5889a31]
|
|
1668
|
-
- Updated dependencies [bf1e7e7]
|
|
1669
|
-
- Updated dependencies [65e3395]
|
|
1670
|
-
- Updated dependencies [4933192]
|
|
1671
|
-
- Updated dependencies [d1c77a4]
|
|
1672
|
-
- Updated dependencies [bea9dd1]
|
|
1673
|
-
- Updated dependencies [dcd4802]
|
|
1674
|
-
- Updated dependencies [cbddd18]
|
|
1675
|
-
- Updated dependencies [7ba91fa]
|
|
1676
|
-
- @mastra/core@0.11.0
|
|
1677
|
-
|
|
1678
|
-
## 0.10.6-alpha.0
|
|
1679
|
-
|
|
1680
|
-
### Patch Changes
|
|
1681
|
-
|
|
1682
|
-
- e473f27: Implement off the shelf Scorers
|
|
1683
|
-
- 2a3242a: Update small reason prompt tweak to answer relevancy
|
|
1684
|
-
- Updated dependencies [f248d53]
|
|
1685
|
-
- Updated dependencies [2affc57]
|
|
1686
|
-
- Updated dependencies [66e13e3]
|
|
1687
|
-
- Updated dependencies [edd9482]
|
|
1688
|
-
- Updated dependencies [18344d7]
|
|
1689
|
-
- Updated dependencies [9d372c2]
|
|
1690
|
-
- Updated dependencies [40c2525]
|
|
1691
|
-
- Updated dependencies [e473f27]
|
|
1692
|
-
- Updated dependencies [032cb66]
|
|
1693
|
-
- Updated dependencies [703ac71]
|
|
1694
|
-
- Updated dependencies [a723d69]
|
|
1695
|
-
- Updated dependencies [5889a31]
|
|
1696
|
-
- Updated dependencies [65e3395]
|
|
1697
|
-
- Updated dependencies [4933192]
|
|
1698
|
-
- Updated dependencies [d1c77a4]
|
|
1699
|
-
- Updated dependencies [bea9dd1]
|
|
1700
|
-
- Updated dependencies [dcd4802]
|
|
1701
|
-
- Updated dependencies [7ba91fa]
|
|
1702
|
-
- @mastra/core@0.11.0-alpha.2
|
|
1703
|
-
|
|
1704
|
-
## 0.10.5
|
|
1705
|
-
|
|
1706
|
-
### Patch Changes
|
|
1707
|
-
|
|
1708
|
-
- 8e1b6e9: dependencies updates:
|
|
1709
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
1710
|
-
- Updated dependencies [15e9d26]
|
|
1711
|
-
- Updated dependencies [d1baedb]
|
|
1712
|
-
- Updated dependencies [d8f2d19]
|
|
1713
|
-
- Updated dependencies [4d21bf2]
|
|
1714
|
-
- Updated dependencies [07d6d88]
|
|
1715
|
-
- Updated dependencies [9d52b17]
|
|
1716
|
-
- Updated dependencies [2097952]
|
|
1717
|
-
- Updated dependencies [792c4c0]
|
|
1718
|
-
- Updated dependencies [5d74aab]
|
|
1719
|
-
- Updated dependencies [a8b194f]
|
|
1720
|
-
- Updated dependencies [4fb0cc2]
|
|
1721
|
-
- Updated dependencies [d2a7a31]
|
|
1722
|
-
- Updated dependencies [502fe05]
|
|
1723
|
-
- Updated dependencies [144eb0b]
|
|
1724
|
-
- Updated dependencies [8ba1b51]
|
|
1725
|
-
- Updated dependencies [4efcfa0]
|
|
1726
|
-
- Updated dependencies [0e17048]
|
|
1727
|
-
- @mastra/core@0.10.7
|
|
1728
|
-
|
|
1729
|
-
## 0.10.5-alpha.0
|
|
1730
|
-
|
|
1731
|
-
### Patch Changes
|
|
1732
|
-
|
|
1733
|
-
- 8e1b6e9: dependencies updates:
|
|
1734
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
1735
|
-
- Updated dependencies [15e9d26]
|
|
1736
|
-
- Updated dependencies [07d6d88]
|
|
1737
|
-
- Updated dependencies [5d74aab]
|
|
1738
|
-
- Updated dependencies [144eb0b]
|
|
1739
|
-
- @mastra/core@0.10.7-alpha.2
|
|
1740
|
-
|
|
1741
|
-
## 0.10.4
|
|
1742
|
-
|
|
1743
|
-
### Patch Changes
|
|
1744
|
-
|
|
1745
|
-
- 63f6b7d: dependencies updates:
|
|
1746
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
1747
|
-
- Updated dependencies [63f6b7d]
|
|
1748
|
-
- Updated dependencies [12a95fc]
|
|
1749
|
-
- Updated dependencies [4b0f8a6]
|
|
1750
|
-
- Updated dependencies [51264a5]
|
|
1751
|
-
- Updated dependencies [8e6f677]
|
|
1752
|
-
- Updated dependencies [d70c420]
|
|
1753
|
-
- Updated dependencies [ee9af57]
|
|
1754
|
-
- Updated dependencies [36f1c36]
|
|
1755
|
-
- Updated dependencies [2a16996]
|
|
1756
|
-
- Updated dependencies [10d352e]
|
|
1757
|
-
- Updated dependencies [9589624]
|
|
1758
|
-
- Updated dependencies [53d3c37]
|
|
1759
|
-
- Updated dependencies [751c894]
|
|
1760
|
-
- Updated dependencies [577ce3a]
|
|
1761
|
-
- Updated dependencies [9260b3a]
|
|
1762
|
-
- @mastra/core@0.10.6
|
|
1763
|
-
|
|
1764
|
-
## 0.10.4-alpha.0
|
|
1765
|
-
|
|
1766
|
-
### Patch Changes
|
|
1767
|
-
|
|
1768
|
-
- 63f6b7d: dependencies updates:
|
|
1769
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
1770
|
-
- Updated dependencies [63f6b7d]
|
|
1771
|
-
- Updated dependencies [36f1c36]
|
|
1772
|
-
- Updated dependencies [10d352e]
|
|
1773
|
-
- Updated dependencies [53d3c37]
|
|
1774
|
-
- @mastra/core@0.10.6-alpha.0
|
|
1775
|
-
|
|
1776
|
-
## 0.10.3
|
|
1777
|
-
|
|
1778
|
-
### Patch Changes
|
|
1779
|
-
|
|
1780
|
-
- 1ccccff: dependencies updates:
|
|
1781
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
1782
|
-
- 1ccccff: dependencies updates:
|
|
1783
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
1784
|
-
- Updated dependencies [d1ed912]
|
|
1785
|
-
- Updated dependencies [f6fd25f]
|
|
1786
|
-
- Updated dependencies [dffb67b]
|
|
1787
|
-
- Updated dependencies [f1f1f1b]
|
|
1788
|
-
- Updated dependencies [925ab94]
|
|
1789
|
-
- Updated dependencies [f9816ae]
|
|
1790
|
-
- Updated dependencies [82090c1]
|
|
1791
|
-
- Updated dependencies [1b443fd]
|
|
1792
|
-
- Updated dependencies [ce97900]
|
|
1793
|
-
- Updated dependencies [f1309d3]
|
|
1794
|
-
- Updated dependencies [14a2566]
|
|
1795
|
-
- Updated dependencies [f7f8293]
|
|
1796
|
-
- Updated dependencies [48eddb9]
|
|
1797
|
-
- @mastra/core@0.10.4
|
|
1798
|
-
|
|
1799
|
-
## 0.10.3-alpha.0
|
|
1800
|
-
|
|
1801
|
-
### Patch Changes
|
|
1802
|
-
|
|
1803
|
-
- 1ccccff: dependencies updates:
|
|
1804
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
1805
|
-
- 1ccccff: dependencies updates:
|
|
1806
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
1807
|
-
- Updated dependencies [f6fd25f]
|
|
1808
|
-
- Updated dependencies [dffb67b]
|
|
1809
|
-
- Updated dependencies [f1309d3]
|
|
1810
|
-
- Updated dependencies [f7f8293]
|
|
1811
|
-
- @mastra/core@0.10.4-alpha.1
|
|
1812
|
-
|
|
1813
|
-
## 0.10.2
|
|
1814
|
-
|
|
1815
|
-
### Patch Changes
|
|
1816
|
-
|
|
1817
|
-
- 8dde0da: Fixed contextual recall metric
|
|
1818
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
1819
|
-
- Updated dependencies [ee77e78]
|
|
1820
|
-
- Updated dependencies [592a2db]
|
|
1821
|
-
- Updated dependencies [e5dc18d]
|
|
1822
|
-
- Updated dependencies [ab5adbe]
|
|
1823
|
-
- Updated dependencies [1e8bb40]
|
|
1824
|
-
- Updated dependencies [1b5fc55]
|
|
1825
|
-
- Updated dependencies [195c428]
|
|
1826
|
-
- Updated dependencies [f73e11b]
|
|
1827
|
-
- Updated dependencies [37643b8]
|
|
1828
|
-
- Updated dependencies [99fd6cf]
|
|
1829
|
-
- Updated dependencies [c5bf1ce]
|
|
1830
|
-
- Updated dependencies [add596e]
|
|
1831
|
-
- Updated dependencies [8dc94d8]
|
|
1832
|
-
- Updated dependencies [ecebbeb]
|
|
1833
|
-
- Updated dependencies [79d5145]
|
|
1834
|
-
- Updated dependencies [12b7002]
|
|
1835
|
-
- Updated dependencies [2901125]
|
|
1836
|
-
- @mastra/core@0.10.2
|
|
1837
|
-
|
|
1838
|
-
## 0.10.2-alpha.1
|
|
1839
|
-
|
|
1840
|
-
### Patch Changes
|
|
1841
|
-
|
|
1842
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
1843
|
-
- Updated dependencies [1e8bb40]
|
|
1844
|
-
- @mastra/core@0.10.2-alpha.2
|
|
1845
|
-
|
|
1846
|
-
## 0.10.2-alpha.0
|
|
1847
|
-
|
|
1848
|
-
### Patch Changes
|
|
1849
|
-
|
|
1850
|
-
- 8dde0da: Fixed contextual recall metric
|
|
1851
|
-
- Updated dependencies [ee77e78]
|
|
1852
|
-
- Updated dependencies [2901125]
|
|
1853
|
-
- @mastra/core@0.10.2-alpha.1
|
|
1854
|
-
|
|
1855
|
-
## 0.10.1
|
|
1856
|
-
|
|
1857
|
-
### Patch Changes
|
|
1858
|
-
|
|
1859
|
-
- d70b807: Improve storage.init
|
|
1860
|
-
- Updated dependencies [d70b807]
|
|
1861
|
-
- Updated dependencies [6d16390]
|
|
1862
|
-
- Updated dependencies [1e4a421]
|
|
1863
|
-
- Updated dependencies [200d0da]
|
|
1864
|
-
- Updated dependencies [bf5f17b]
|
|
1865
|
-
- Updated dependencies [5343f93]
|
|
1866
|
-
- Updated dependencies [38aee50]
|
|
1867
|
-
- Updated dependencies [5c41100]
|
|
1868
|
-
- Updated dependencies [d6a759b]
|
|
1869
|
-
- Updated dependencies [6015bdf]
|
|
1870
|
-
- @mastra/core@0.10.1
|
|
1871
|
-
|
|
1872
|
-
## 0.10.1-alpha.0
|
|
1873
|
-
|
|
1874
|
-
### Patch Changes
|
|
1875
|
-
|
|
1876
|
-
- d70b807: Improve storage.init
|
|
1877
|
-
- Updated dependencies [d70b807]
|
|
1878
|
-
- @mastra/core@0.10.1-alpha.3
|
|
1879
|
-
|
|
1880
|
-
## 0.10.0
|
|
1881
|
-
|
|
1882
|
-
### Minor Changes
|
|
1883
|
-
|
|
1884
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
1885
|
-
|
|
1886
|
-
### Patch Changes
|
|
1887
|
-
|
|
1888
|
-
- Updated dependencies [b3a3d63]
|
|
1889
|
-
- Updated dependencies [344f453]
|
|
1890
|
-
- Updated dependencies [0a3ae6d]
|
|
1891
|
-
- Updated dependencies [95911be]
|
|
1892
|
-
- Updated dependencies [f53a6ac]
|
|
1893
|
-
- Updated dependencies [5eb5a99]
|
|
1894
|
-
- Updated dependencies [7e632c5]
|
|
1895
|
-
- Updated dependencies [1e9fbfa]
|
|
1896
|
-
- Updated dependencies [eabdcd9]
|
|
1897
|
-
- Updated dependencies [90be034]
|
|
1898
|
-
- Updated dependencies [99f050a]
|
|
1899
|
-
- Updated dependencies [d0ee3c6]
|
|
1900
|
-
- Updated dependencies [b2ae5aa]
|
|
1901
|
-
- Updated dependencies [23f258c]
|
|
1902
|
-
- Updated dependencies [a7292b0]
|
|
1903
|
-
- Updated dependencies [0dcb9f0]
|
|
1904
|
-
- Updated dependencies [2672a05]
|
|
1905
|
-
- @mastra/core@0.10.0
|
|
1906
|
-
|
|
1907
|
-
## 0.2.0-alpha.1
|
|
1908
|
-
|
|
1909
|
-
### Minor Changes
|
|
1910
|
-
|
|
1911
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
1912
|
-
|
|
1913
|
-
### Patch Changes
|
|
1914
|
-
|
|
1915
|
-
- Updated dependencies [b3a3d63]
|
|
1916
|
-
- Updated dependencies [344f453]
|
|
1917
|
-
- Updated dependencies [0a3ae6d]
|
|
1918
|
-
- Updated dependencies [95911be]
|
|
1919
|
-
- Updated dependencies [5eb5a99]
|
|
1920
|
-
- Updated dependencies [7e632c5]
|
|
1921
|
-
- Updated dependencies [1e9fbfa]
|
|
1922
|
-
- Updated dependencies [b2ae5aa]
|
|
1923
|
-
- Updated dependencies [a7292b0]
|
|
1924
|
-
- Updated dependencies [0dcb9f0]
|
|
1925
|
-
- @mastra/core@0.10.0-alpha.1
|
|
1926
|
-
|
|
1927
|
-
## 0.1.24-alpha.0
|
|
1928
|
-
|
|
1929
|
-
### Patch Changes
|
|
1930
|
-
|
|
1931
|
-
- Updated dependencies [f53a6ac]
|
|
1932
|
-
- Updated dependencies [eabdcd9]
|
|
1933
|
-
- Updated dependencies [90be034]
|
|
1934
|
-
- Updated dependencies [99f050a]
|
|
1935
|
-
- Updated dependencies [d0ee3c6]
|
|
1936
|
-
- Updated dependencies [23f258c]
|
|
1937
|
-
- Updated dependencies [2672a05]
|
|
1938
|
-
- @mastra/core@0.9.5-alpha.0
|
|
1939
|
-
|
|
1940
|
-
## 0.1.23
|
|
1941
|
-
|
|
1942
|
-
### Patch Changes
|
|
1943
|
-
|
|
1944
|
-
- Updated dependencies [396be50]
|
|
1945
|
-
- Updated dependencies [ab80e7e]
|
|
1946
|
-
- Updated dependencies [c3bd795]
|
|
1947
|
-
- Updated dependencies [da082f8]
|
|
1948
|
-
- Updated dependencies [a5810ce]
|
|
1949
|
-
- Updated dependencies [3e9c131]
|
|
1950
|
-
- Updated dependencies [3171b5b]
|
|
1951
|
-
- Updated dependencies [973e5ac]
|
|
1952
|
-
- Updated dependencies [daf942f]
|
|
1953
|
-
- Updated dependencies [0b8b868]
|
|
1954
|
-
- Updated dependencies [9e1eff5]
|
|
1955
|
-
- Updated dependencies [6fa1ad1]
|
|
1956
|
-
- Updated dependencies [c28d7a0]
|
|
1957
|
-
- Updated dependencies [edf1e88]
|
|
1958
|
-
- @mastra/core@0.9.4
|
|
1959
|
-
|
|
1960
|
-
## 0.1.23-alpha.4
|
|
1961
|
-
|
|
1962
|
-
### Patch Changes
|
|
1963
|
-
|
|
1964
|
-
- Updated dependencies [3e9c131]
|
|
1965
|
-
- @mastra/core@0.9.4-alpha.4
|
|
1966
|
-
|
|
1967
|
-
## 0.1.23-alpha.3
|
|
1968
|
-
|
|
1969
|
-
### Patch Changes
|
|
1970
|
-
|
|
1971
|
-
- Updated dependencies [396be50]
|
|
1972
|
-
- Updated dependencies [c3bd795]
|
|
1973
|
-
- Updated dependencies [da082f8]
|
|
1974
|
-
- Updated dependencies [a5810ce]
|
|
1975
|
-
- @mastra/core@0.9.4-alpha.3
|
|
1976
|
-
|
|
1977
|
-
## 0.1.23-alpha.2
|
|
1978
|
-
|
|
1979
|
-
### Patch Changes
|
|
1980
|
-
|
|
1981
|
-
- Updated dependencies [3171b5b]
|
|
1982
|
-
- Updated dependencies [973e5ac]
|
|
1983
|
-
- Updated dependencies [9e1eff5]
|
|
1984
|
-
- @mastra/core@0.9.4-alpha.2
|
|
1985
|
-
|
|
1986
|
-
## 0.1.23-alpha.1
|
|
1987
|
-
|
|
1988
|
-
### Patch Changes
|
|
1989
|
-
|
|
1990
|
-
- Updated dependencies [ab80e7e]
|
|
1991
|
-
- Updated dependencies [6fa1ad1]
|
|
1992
|
-
- Updated dependencies [c28d7a0]
|
|
1993
|
-
- Updated dependencies [edf1e88]
|
|
1994
|
-
- @mastra/core@0.9.4-alpha.1
|
|
1995
|
-
|
|
1996
|
-
## 0.1.23-alpha.0
|
|
1997
|
-
|
|
1998
|
-
### Patch Changes
|
|
1999
|
-
|
|
2000
|
-
- Updated dependencies [daf942f]
|
|
2001
|
-
- Updated dependencies [0b8b868]
|
|
2002
|
-
- @mastra/core@0.9.4-alpha.0
|
|
2003
|
-
|
|
2004
|
-
## 0.1.22
|
|
2005
|
-
|
|
2006
|
-
### Patch Changes
|
|
2007
|
-
|
|
2008
|
-
- Updated dependencies [e450778]
|
|
2009
|
-
- Updated dependencies [8902157]
|
|
2010
|
-
- Updated dependencies [ca0dc88]
|
|
2011
|
-
- Updated dependencies [526c570]
|
|
2012
|
-
- Updated dependencies [d7a6a33]
|
|
2013
|
-
- Updated dependencies [9cd1a46]
|
|
2014
|
-
- Updated dependencies [b5d2de0]
|
|
2015
|
-
- Updated dependencies [644f8ad]
|
|
2016
|
-
- Updated dependencies [70dbf51]
|
|
2017
|
-
- @mastra/core@0.9.3
|
|
2018
|
-
|
|
2019
|
-
## 0.1.22-alpha.1
|
|
2020
|
-
|
|
2021
|
-
### Patch Changes
|
|
2022
|
-
|
|
2023
|
-
- Updated dependencies [e450778]
|
|
2024
|
-
- Updated dependencies [8902157]
|
|
2025
|
-
- Updated dependencies [ca0dc88]
|
|
2026
|
-
- Updated dependencies [9cd1a46]
|
|
2027
|
-
- Updated dependencies [70dbf51]
|
|
2028
|
-
- @mastra/core@0.9.3-alpha.1
|
|
2029
|
-
|
|
2030
|
-
## 0.1.22-alpha.0
|
|
2031
|
-
|
|
2032
|
-
### Patch Changes
|
|
2033
|
-
|
|
2034
|
-
- Updated dependencies [526c570]
|
|
2035
|
-
- Updated dependencies [b5d2de0]
|
|
2036
|
-
- Updated dependencies [644f8ad]
|
|
2037
|
-
- @mastra/core@0.9.3-alpha.0
|
|
2038
|
-
|
|
2039
|
-
## 0.1.21
|
|
2040
|
-
|
|
2041
|
-
### Patch Changes
|
|
2042
|
-
|
|
2043
|
-
- 2cf3b8f: dependencies updates:
|
|
2044
|
-
- Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
|
|
2045
|
-
- Updated dependencies [6052aa6]
|
|
2046
|
-
- Updated dependencies [967b41c]
|
|
2047
|
-
- Updated dependencies [3d2fb5c]
|
|
2048
|
-
- Updated dependencies [26738f4]
|
|
2049
|
-
- Updated dependencies [4155f47]
|
|
2050
|
-
- Updated dependencies [7eeb2bc]
|
|
2051
|
-
- Updated dependencies [b804723]
|
|
2052
|
-
- Updated dependencies [8607972]
|
|
2053
|
-
- Updated dependencies [ccef9f9]
|
|
2054
|
-
- Updated dependencies [0097d50]
|
|
2055
|
-
- Updated dependencies [7eeb2bc]
|
|
2056
|
-
- Updated dependencies [17826a9]
|
|
2057
|
-
- Updated dependencies [7d8b7c7]
|
|
2058
|
-
- Updated dependencies [fba031f]
|
|
2059
|
-
- Updated dependencies [3a5f1e1]
|
|
2060
|
-
- Updated dependencies [51e6923]
|
|
2061
|
-
- Updated dependencies [8398d89]
|
|
2062
|
-
- @mastra/core@0.9.2
|
|
2063
|
-
|
|
2064
|
-
## 0.1.21-alpha.6
|
|
2065
|
-
|
|
2066
|
-
### Patch Changes
|
|
2067
|
-
|
|
2068
|
-
- Updated dependencies [6052aa6]
|
|
2069
|
-
- Updated dependencies [7d8b7c7]
|
|
2070
|
-
- Updated dependencies [3a5f1e1]
|
|
2071
|
-
- Updated dependencies [8398d89]
|
|
2072
|
-
- @mastra/core@0.9.2-alpha.6
|
|
2073
|
-
|
|
2074
|
-
## 0.1.21-alpha.5
|
|
2075
|
-
|
|
2076
|
-
### Patch Changes
|
|
2077
|
-
|
|
2078
|
-
- Updated dependencies [3d2fb5c]
|
|
2079
|
-
- Updated dependencies [7eeb2bc]
|
|
2080
|
-
- Updated dependencies [8607972]
|
|
2081
|
-
- Updated dependencies [7eeb2bc]
|
|
2082
|
-
- Updated dependencies [fba031f]
|
|
2083
|
-
- @mastra/core@0.9.2-alpha.5
|
|
2084
|
-
|
|
2085
|
-
## 0.1.21-alpha.4
|
|
2086
|
-
|
|
2087
|
-
### Patch Changes
|
|
2088
|
-
|
|
2089
|
-
- Updated dependencies [ccef9f9]
|
|
2090
|
-
- Updated dependencies [51e6923]
|
|
2091
|
-
- @mastra/core@0.9.2-alpha.4
|
|
2092
|
-
|
|
2093
|
-
## 0.1.21-alpha.3
|
|
2094
|
-
|
|
2095
|
-
### Patch Changes
|
|
2096
|
-
|
|
2097
|
-
- Updated dependencies [967b41c]
|
|
2098
|
-
- Updated dependencies [4155f47]
|
|
2099
|
-
- Updated dependencies [17826a9]
|
|
2100
|
-
- @mastra/core@0.9.2-alpha.3
|
|
2101
|
-
|
|
2102
|
-
## 0.1.21-alpha.2
|
|
2103
|
-
|
|
2104
|
-
### Patch Changes
|
|
2105
|
-
|
|
2106
|
-
- Updated dependencies [26738f4]
|
|
2107
|
-
- @mastra/core@0.9.2-alpha.2
|
|
2108
|
-
|
|
2109
|
-
## 0.1.21-alpha.1
|
|
2110
|
-
|
|
2111
|
-
### Patch Changes
|
|
2112
|
-
|
|
2113
|
-
- Updated dependencies [b804723]
|
|
2114
|
-
- @mastra/core@0.9.2-alpha.1
|
|
2115
|
-
|
|
2116
|
-
## 0.1.21-alpha.0
|
|
2117
|
-
|
|
2118
|
-
### Patch Changes
|
|
2119
|
-
|
|
2120
|
-
- Updated dependencies [0097d50]
|
|
2121
|
-
- @mastra/core@0.9.2-alpha.0
|
|
2122
|
-
|
|
2123
|
-
## 0.1.20
|
|
2124
|
-
|
|
2125
|
-
### Patch Changes
|
|
2126
|
-
|
|
2127
|
-
- Updated dependencies [405b63d]
|
|
2128
|
-
- Updated dependencies [81fb7f6]
|
|
2129
|
-
- Updated dependencies [20275d4]
|
|
2130
|
-
- Updated dependencies [7d1892c]
|
|
2131
|
-
- Updated dependencies [a90a082]
|
|
2132
|
-
- Updated dependencies [2d17c73]
|
|
2133
|
-
- Updated dependencies [61e92f5]
|
|
2134
|
-
- Updated dependencies [35955b0]
|
|
2135
|
-
- Updated dependencies [6262bd5]
|
|
2136
|
-
- Updated dependencies [c1409ef]
|
|
2137
|
-
- Updated dependencies [3e7b69d]
|
|
2138
|
-
- Updated dependencies [e4943b8]
|
|
2139
|
-
- Updated dependencies [11d4485]
|
|
2140
|
-
- Updated dependencies [479f490]
|
|
2141
|
-
- Updated dependencies [c23a81c]
|
|
2142
|
-
- Updated dependencies [2d4001d]
|
|
2143
|
-
- Updated dependencies [c71013a]
|
|
2144
|
-
- Updated dependencies [1d3b1cd]
|
|
2145
|
-
- @mastra/core@0.9.1
|
|
2146
|
-
|
|
2147
|
-
## 0.1.20-alpha.8
|
|
2148
|
-
|
|
2149
|
-
### Patch Changes
|
|
2150
|
-
|
|
2151
|
-
- Updated dependencies [2d17c73]
|
|
2152
|
-
- @mastra/core@0.9.1-alpha.8
|
|
2153
|
-
|
|
2154
|
-
## 0.1.20-alpha.7
|
|
2155
|
-
|
|
2156
|
-
### Patch Changes
|
|
2157
|
-
|
|
2158
|
-
- Updated dependencies [1d3b1cd]
|
|
2159
|
-
- @mastra/core@0.9.1-alpha.7
|
|
2160
|
-
|
|
2161
|
-
## 0.1.20-alpha.6
|
|
2162
|
-
|
|
2163
|
-
### Patch Changes
|
|
2164
|
-
|
|
2165
|
-
- Updated dependencies [c23a81c]
|
|
2166
|
-
- @mastra/core@0.9.1-alpha.6
|
|
2167
|
-
|
|
2168
|
-
## 0.1.20-alpha.5
|
|
2169
|
-
|
|
2170
|
-
### Patch Changes
|
|
2171
|
-
|
|
2172
|
-
- Updated dependencies [3e7b69d]
|
|
2173
|
-
- @mastra/core@0.9.1-alpha.5
|
|
2174
|
-
|
|
2175
|
-
## 0.1.20-alpha.4
|
|
2176
|
-
|
|
2177
|
-
### Patch Changes
|
|
2178
|
-
|
|
2179
|
-
- Updated dependencies [e4943b8]
|
|
2180
|
-
- Updated dependencies [479f490]
|
|
2181
|
-
- @mastra/core@0.9.1-alpha.4
|
|
2182
|
-
|
|
2183
|
-
## 0.1.20-alpha.3
|
|
2184
|
-
|
|
2185
|
-
### Patch Changes
|
|
2186
|
-
|
|
2187
|
-
- Updated dependencies [6262bd5]
|
|
2188
|
-
- @mastra/core@0.9.1-alpha.3
|
|
2189
|
-
|
|
2190
|
-
## 0.1.20-alpha.2
|
|
2191
|
-
|
|
2192
|
-
### Patch Changes
|
|
2193
|
-
|
|
2194
|
-
- Updated dependencies [405b63d]
|
|
2195
|
-
- Updated dependencies [61e92f5]
|
|
2196
|
-
- Updated dependencies [c71013a]
|
|
2197
|
-
- @mastra/core@0.9.1-alpha.2
|
|
2198
|
-
|
|
2199
|
-
## 0.1.20-alpha.1
|
|
2200
|
-
|
|
2201
|
-
### Patch Changes
|
|
2202
|
-
|
|
2203
|
-
- Updated dependencies [20275d4]
|
|
2204
|
-
- Updated dependencies [7d1892c]
|
|
2205
|
-
- Updated dependencies [a90a082]
|
|
2206
|
-
- Updated dependencies [35955b0]
|
|
2207
|
-
- Updated dependencies [c1409ef]
|
|
2208
|
-
- Updated dependencies [11d4485]
|
|
2209
|
-
- Updated dependencies [2d4001d]
|
|
2210
|
-
- @mastra/core@0.9.1-alpha.1
|
|
2211
|
-
|
|
2212
|
-
## 0.1.20-alpha.0
|
|
2213
|
-
|
|
2214
|
-
### Patch Changes
|
|
2215
|
-
|
|
2216
|
-
- Updated dependencies [81fb7f6]
|
|
2217
|
-
- @mastra/core@0.9.1-alpha.0
|
|
2218
|
-
|
|
2219
|
-
## 0.1.19
|
|
2220
|
-
|
|
2221
|
-
### Patch Changes
|
|
2222
|
-
|
|
2223
|
-
- Updated dependencies [000a6d4]
|
|
2224
|
-
- Updated dependencies [08bb78e]
|
|
2225
|
-
- Updated dependencies [ed2f549]
|
|
2226
|
-
- Updated dependencies [7e92011]
|
|
2227
|
-
- Updated dependencies [9ee4293]
|
|
2228
|
-
- Updated dependencies [03f3cd0]
|
|
2229
|
-
- Updated dependencies [c0f22b4]
|
|
2230
|
-
- Updated dependencies [71d9444]
|
|
2231
|
-
- Updated dependencies [157c741]
|
|
2232
|
-
- Updated dependencies [8a8a73b]
|
|
2233
|
-
- Updated dependencies [0a033fa]
|
|
2234
|
-
- Updated dependencies [fe3ae4d]
|
|
2235
|
-
- Updated dependencies [9c26508]
|
|
2236
|
-
- Updated dependencies [0f4eae3]
|
|
2237
|
-
- Updated dependencies [16a8648]
|
|
2238
|
-
- Updated dependencies [6f92295]
|
|
2239
|
-
- @mastra/core@0.9.0
|
|
2240
|
-
|
|
2241
|
-
## 0.1.19-alpha.8
|
|
2242
|
-
|
|
2243
|
-
### Patch Changes
|
|
2244
|
-
|
|
2245
|
-
- Updated dependencies [000a6d4]
|
|
2246
|
-
- Updated dependencies [ed2f549]
|
|
2247
|
-
- Updated dependencies [c0f22b4]
|
|
2248
|
-
- Updated dependencies [0a033fa]
|
|
2249
|
-
- Updated dependencies [9c26508]
|
|
2250
|
-
- Updated dependencies [0f4eae3]
|
|
2251
|
-
- Updated dependencies [16a8648]
|
|
2252
|
-
- @mastra/core@0.9.0-alpha.8
|
|
2253
|
-
|
|
2254
|
-
## 0.1.19-alpha.7
|
|
2255
|
-
|
|
2256
|
-
### Patch Changes
|
|
2257
|
-
|
|
2258
|
-
- Updated dependencies [71d9444]
|
|
2259
|
-
- @mastra/core@0.9.0-alpha.7
|
|
2260
|
-
|
|
2261
|
-
## 0.1.19-alpha.6
|
|
2262
|
-
|
|
2263
|
-
### Patch Changes
|
|
2264
|
-
|
|
2265
|
-
- Updated dependencies [157c741]
|
|
2266
|
-
- @mastra/core@0.9.0-alpha.6
|
|
2267
|
-
|
|
2268
|
-
## 0.1.19-alpha.5
|
|
2269
|
-
|
|
2270
|
-
### Patch Changes
|
|
2271
|
-
|
|
2272
|
-
- Updated dependencies [08bb78e]
|
|
2273
|
-
- @mastra/core@0.9.0-alpha.5
|
|
2274
|
-
|
|
2275
|
-
## 0.1.19-alpha.4
|
|
2276
|
-
|
|
2277
|
-
### Patch Changes
|
|
2278
|
-
|
|
2279
|
-
- Updated dependencies [7e92011]
|
|
2280
|
-
- @mastra/core@0.9.0-alpha.4
|
|
2281
|
-
|
|
2282
|
-
## 0.1.19-alpha.3
|
|
2283
|
-
|
|
2284
|
-
### Patch Changes
|
|
2285
|
-
|
|
2286
|
-
- Updated dependencies [fe3ae4d]
|
|
2287
|
-
- @mastra/core@0.9.0-alpha.3
|
|
2288
|
-
|
|
2289
|
-
## 0.1.19-alpha.2
|
|
2290
|
-
|
|
2291
|
-
### Patch Changes
|
|
2292
|
-
|
|
2293
|
-
- Updated dependencies [9ee4293]
|
|
2294
|
-
- @mastra/core@0.8.4-alpha.2
|
|
2295
|
-
|
|
2296
|
-
## 0.1.19-alpha.1
|
|
2297
|
-
|
|
2298
|
-
### Patch Changes
|
|
2299
|
-
|
|
2300
|
-
- Updated dependencies [8a8a73b]
|
|
2301
|
-
- Updated dependencies [6f92295]
|
|
2302
|
-
- @mastra/core@0.8.4-alpha.1
|
|
2303
|
-
|
|
2304
|
-
## 0.1.19-alpha.0
|
|
2305
|
-
|
|
2306
|
-
### Patch Changes
|
|
2307
|
-
|
|
2308
|
-
- Updated dependencies [03f3cd0]
|
|
2309
|
-
- @mastra/core@0.8.4-alpha.0
|
|
2310
|
-
|
|
2311
|
-
## 0.1.18
|
|
2312
|
-
|
|
2313
|
-
### Patch Changes
|
|
2314
|
-
|
|
2315
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
2316
|
-
- Updated dependencies [d72318f]
|
|
2317
|
-
- Updated dependencies [0bcc862]
|
|
2318
|
-
- Updated dependencies [10a8caf]
|
|
2319
|
-
- Updated dependencies [359b089]
|
|
2320
|
-
- Updated dependencies [32e7b71]
|
|
2321
|
-
- Updated dependencies [37bb612]
|
|
2322
|
-
- Updated dependencies [7f1b291]
|
|
2323
|
-
- @mastra/core@0.8.3
|
|
2324
|
-
|
|
2325
|
-
## 0.1.18-alpha.5
|
|
2326
|
-
|
|
2327
|
-
### Patch Changes
|
|
2328
|
-
|
|
2329
|
-
- Updated dependencies [d72318f]
|
|
2330
|
-
- @mastra/core@0.8.3-alpha.5
|
|
2331
|
-
|
|
2332
|
-
## 0.1.18-alpha.4
|
|
2333
|
-
|
|
2334
|
-
### Patch Changes
|
|
2335
|
-
|
|
2336
|
-
- Updated dependencies [7f1b291]
|
|
2337
|
-
- @mastra/core@0.8.3-alpha.4
|
|
2338
|
-
|
|
2339
|
-
## 0.1.18-alpha.3
|
|
2340
|
-
|
|
2341
|
-
### Patch Changes
|
|
2342
|
-
|
|
2343
|
-
- Updated dependencies [10a8caf]
|
|
2344
|
-
- @mastra/core@0.8.3-alpha.3
|
|
2345
|
-
|
|
2346
|
-
## 0.1.18-alpha.2
|
|
2347
|
-
|
|
2348
|
-
### Patch Changes
|
|
2349
|
-
|
|
2350
|
-
- Updated dependencies [0bcc862]
|
|
2351
|
-
- @mastra/core@0.8.3-alpha.2
|
|
2352
|
-
|
|
2353
|
-
## 0.1.18-alpha.1
|
|
2354
|
-
|
|
2355
|
-
### Patch Changes
|
|
2356
|
-
|
|
2357
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
2358
|
-
- Updated dependencies [32e7b71]
|
|
2359
|
-
- Updated dependencies [37bb612]
|
|
2360
|
-
- @mastra/core@0.8.3-alpha.1
|
|
2361
|
-
|
|
2362
|
-
## 0.1.18-alpha.0
|
|
2363
|
-
|
|
2364
|
-
### Patch Changes
|
|
2365
|
-
|
|
2366
|
-
- Updated dependencies [359b089]
|
|
2367
|
-
- @mastra/core@0.8.3-alpha.0
|
|
2368
|
-
|
|
2369
|
-
## 0.1.17
|
|
2370
|
-
|
|
2371
|
-
### Patch Changes
|
|
2372
|
-
|
|
2373
|
-
- Updated dependencies [a06aadc]
|
|
2374
|
-
- @mastra/core@0.8.2
|
|
2375
|
-
|
|
2376
|
-
## 0.1.17-alpha.0
|
|
2377
|
-
|
|
2378
|
-
### Patch Changes
|
|
2379
|
-
|
|
2380
|
-
- Updated dependencies [a06aadc]
|
|
2381
|
-
- @mastra/core@0.8.2-alpha.0
|
|
2382
|
-
|
|
2383
|
-
## 0.1.16
|
|
2384
|
-
|
|
2385
|
-
### Patch Changes
|
|
2386
|
-
|
|
2387
|
-
- Updated dependencies [99e2998]
|
|
2388
|
-
- Updated dependencies [8fdb414]
|
|
2389
|
-
- @mastra/core@0.8.1
|
|
2390
|
-
|
|
2391
|
-
## 0.1.16-alpha.0
|
|
2392
|
-
|
|
2393
|
-
### Patch Changes
|
|
2394
|
-
|
|
2395
|
-
- Updated dependencies [99e2998]
|
|
2396
|
-
- Updated dependencies [8fdb414]
|
|
2397
|
-
- @mastra/core@0.8.1-alpha.0
|
|
2398
|
-
|
|
2399
|
-
## 0.1.15
|
|
2400
|
-
|
|
2401
|
-
### Patch Changes
|
|
2402
|
-
|
|
2403
|
-
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
2404
|
-
- Updated dependencies [56c31b7]
|
|
2405
|
-
- Updated dependencies [619c39d]
|
|
2406
|
-
- Updated dependencies [5ae0180]
|
|
2407
|
-
- Updated dependencies [fe56be0]
|
|
2408
|
-
- Updated dependencies [93875ed]
|
|
2409
|
-
- Updated dependencies [107bcfe]
|
|
2410
|
-
- Updated dependencies [9bfa12b]
|
|
2411
|
-
- Updated dependencies [515ebfb]
|
|
2412
|
-
- Updated dependencies [5b4e19f]
|
|
2413
|
-
- Updated dependencies [dbbbf80]
|
|
2414
|
-
- Updated dependencies [a0967a0]
|
|
2415
|
-
- Updated dependencies [fca3b21]
|
|
2416
|
-
- Updated dependencies [88fa727]
|
|
2417
|
-
- Updated dependencies [f37f535]
|
|
2418
|
-
- Updated dependencies [a3f0e90]
|
|
2419
|
-
- Updated dependencies [4d67826]
|
|
2420
|
-
- Updated dependencies [6330967]
|
|
2421
|
-
- Updated dependencies [8393832]
|
|
2422
|
-
- Updated dependencies [6330967]
|
|
2423
|
-
- Updated dependencies [99d43b9]
|
|
2424
|
-
- Updated dependencies [d7e08e8]
|
|
2425
|
-
- Updated dependencies [febc8a6]
|
|
2426
|
-
- Updated dependencies [7599d77]
|
|
2427
|
-
- Updated dependencies [0118361]
|
|
2428
|
-
- Updated dependencies [619c39d]
|
|
2429
|
-
- Updated dependencies [cafae83]
|
|
2430
|
-
- Updated dependencies [8076ecf]
|
|
2431
|
-
- Updated dependencies [8df4a77]
|
|
2432
|
-
- Updated dependencies [304397c]
|
|
2433
|
-
- @mastra/core@0.8.0
|
|
2434
|
-
|
|
2435
|
-
## 0.1.15-alpha.8
|
|
2436
|
-
|
|
2437
|
-
### Patch Changes
|
|
2438
|
-
|
|
2439
|
-
- Updated dependencies [8df4a77]
|
|
2440
|
-
- @mastra/core@0.8.0-alpha.8
|
|
2441
|
-
|
|
2442
|
-
## 0.1.15-alpha.7
|
|
2443
|
-
|
|
2444
|
-
### Patch Changes
|
|
2445
|
-
|
|
2446
|
-
- Updated dependencies [febc8a6]
|
|
2447
|
-
- @mastra/core@0.8.0-alpha.7
|
|
2448
|
-
|
|
2449
|
-
## 0.1.15-alpha.6
|
|
2450
|
-
|
|
2451
|
-
### Patch Changes
|
|
2452
|
-
|
|
2453
|
-
- Updated dependencies [a3f0e90]
|
|
2454
|
-
- @mastra/core@0.8.0-alpha.6
|
|
2455
|
-
|
|
2456
|
-
## 0.1.15-alpha.5
|
|
2457
|
-
|
|
2458
|
-
### Patch Changes
|
|
2459
|
-
|
|
2460
|
-
- Updated dependencies [93875ed]
|
|
2461
|
-
- @mastra/core@0.8.0-alpha.5
|
|
2462
|
-
|
|
2463
|
-
## 0.1.15-alpha.4
|
|
2464
|
-
|
|
2465
|
-
### Patch Changes
|
|
2466
|
-
|
|
2467
|
-
- Updated dependencies [d7e08e8]
|
|
2468
|
-
- @mastra/core@0.8.0-alpha.4
|
|
2469
|
-
|
|
2470
|
-
## 0.1.15-alpha.3
|
|
2471
|
-
|
|
2472
|
-
### Patch Changes
|
|
2473
|
-
|
|
2474
|
-
- Updated dependencies [5ae0180]
|
|
2475
|
-
- Updated dependencies [9bfa12b]
|
|
2476
|
-
- Updated dependencies [515ebfb]
|
|
2477
|
-
- Updated dependencies [88fa727]
|
|
2478
|
-
- Updated dependencies [f37f535]
|
|
2479
|
-
- Updated dependencies [4d67826]
|
|
2480
|
-
- Updated dependencies [6330967]
|
|
2481
|
-
- Updated dependencies [8393832]
|
|
2482
|
-
- Updated dependencies [6330967]
|
|
2483
|
-
- @mastra/core@0.8.0-alpha.3
|
|
2484
|
-
|
|
2485
|
-
## 0.1.15-alpha.2
|
|
2486
|
-
|
|
2487
|
-
### Patch Changes
|
|
2488
|
-
|
|
2489
|
-
- Updated dependencies [56c31b7]
|
|
2490
|
-
- Updated dependencies [dbbbf80]
|
|
2491
|
-
- Updated dependencies [99d43b9]
|
|
2492
|
-
- @mastra/core@0.8.0-alpha.2
|
|
2493
|
-
|
|
2494
|
-
## 0.1.15-alpha.1
|
|
2495
|
-
|
|
2496
|
-
### Patch Changes
|
|
2497
|
-
|
|
2498
|
-
- Updated dependencies [619c39d]
|
|
2499
|
-
- Updated dependencies [fe56be0]
|
|
2500
|
-
- Updated dependencies [a0967a0]
|
|
2501
|
-
- Updated dependencies [fca3b21]
|
|
2502
|
-
- Updated dependencies [0118361]
|
|
2503
|
-
- Updated dependencies [619c39d]
|
|
2504
|
-
- @mastra/core@0.8.0-alpha.1
|
|
2505
|
-
|
|
2506
|
-
## 0.1.15-alpha.0
|
|
2507
|
-
|
|
2508
|
-
### Patch Changes
|
|
2509
|
-
|
|
2510
|
-
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
2511
|
-
- Updated dependencies [107bcfe]
|
|
2512
|
-
- Updated dependencies [5b4e19f]
|
|
2513
|
-
- Updated dependencies [7599d77]
|
|
2514
|
-
- Updated dependencies [cafae83]
|
|
2515
|
-
- Updated dependencies [8076ecf]
|
|
2516
|
-
- Updated dependencies [304397c]
|
|
2517
|
-
- @mastra/core@0.7.1-alpha.0
|
|
2518
|
-
|
|
2519
|
-
## 0.1.14
|
|
2520
|
-
|
|
2521
|
-
### Patch Changes
|
|
2522
|
-
|
|
2523
|
-
- Updated dependencies [b4fbc59]
|
|
2524
|
-
- Updated dependencies [a838fde]
|
|
2525
|
-
- Updated dependencies [a8bd4cf]
|
|
2526
|
-
- Updated dependencies [7a3eeb0]
|
|
2527
|
-
- Updated dependencies [0b54522]
|
|
2528
|
-
- Updated dependencies [b3b34f5]
|
|
2529
|
-
- Updated dependencies [1af25d5]
|
|
2530
|
-
- Updated dependencies [a4686e8]
|
|
2531
|
-
- Updated dependencies [6530ad1]
|
|
2532
|
-
- Updated dependencies [27439ad]
|
|
2533
|
-
- @mastra/core@0.7.0
|
|
2534
|
-
|
|
2535
|
-
## 0.1.14-alpha.3
|
|
2536
|
-
|
|
2537
|
-
### Patch Changes
|
|
2538
|
-
|
|
2539
|
-
- Updated dependencies [b3b34f5]
|
|
2540
|
-
- Updated dependencies [a4686e8]
|
|
2541
|
-
- @mastra/core@0.7.0-alpha.3
|
|
2542
|
-
|
|
2543
|
-
## 0.1.14-alpha.2
|
|
2544
|
-
|
|
2545
|
-
### Patch Changes
|
|
2546
|
-
|
|
2547
|
-
- Updated dependencies [a838fde]
|
|
2548
|
-
- Updated dependencies [a8bd4cf]
|
|
2549
|
-
- Updated dependencies [7a3eeb0]
|
|
2550
|
-
- Updated dependencies [6530ad1]
|
|
2551
|
-
- @mastra/core@0.7.0-alpha.2
|
|
2552
|
-
|
|
2553
|
-
## 0.1.14-alpha.1
|
|
2554
|
-
|
|
2555
|
-
### Patch Changes
|
|
2556
|
-
|
|
2557
|
-
- Updated dependencies [0b54522]
|
|
2558
|
-
- Updated dependencies [1af25d5]
|
|
2559
|
-
- Updated dependencies [27439ad]
|
|
2560
|
-
- @mastra/core@0.7.0-alpha.1
|
|
2561
|
-
|
|
2562
|
-
## 0.1.14-alpha.0
|
|
2563
|
-
|
|
2564
|
-
### Patch Changes
|
|
2565
|
-
|
|
2566
|
-
- Updated dependencies [b4fbc59]
|
|
2567
|
-
- @mastra/core@0.6.5-alpha.0
|
|
2568
|
-
|
|
2569
|
-
## 0.1.13
|
|
2570
|
-
|
|
2571
|
-
### Patch Changes
|
|
2572
|
-
|
|
2573
|
-
- 6794797: Check for eval values before inserting into storage
|
|
2574
|
-
- Updated dependencies [6794797]
|
|
2575
|
-
- Updated dependencies [fb68a80]
|
|
2576
|
-
- Updated dependencies [b56a681]
|
|
2577
|
-
- Updated dependencies [248cb07]
|
|
2578
|
-
- @mastra/core@0.6.4
|
|
2579
|
-
|
|
2580
|
-
## 0.1.13-alpha.1
|
|
2581
|
-
|
|
2582
|
-
### Patch Changes
|
|
2583
|
-
|
|
2584
|
-
- 6794797: Check for eval values before inserting into storage
|
|
2585
|
-
- Updated dependencies [6794797]
|
|
2586
|
-
- @mastra/core@0.6.4-alpha.1
|
|
2587
|
-
|
|
2588
|
-
## 0.1.13-alpha.0
|
|
2589
|
-
|
|
2590
|
-
### Patch Changes
|
|
2591
|
-
|
|
2592
|
-
- Updated dependencies [fb68a80]
|
|
2593
|
-
- Updated dependencies [b56a681]
|
|
2594
|
-
- Updated dependencies [248cb07]
|
|
2595
|
-
- @mastra/core@0.6.4-alpha.0
|
|
2596
|
-
|
|
2597
|
-
## 0.1.12
|
|
2598
|
-
|
|
2599
|
-
### Patch Changes
|
|
2600
|
-
|
|
2601
|
-
- 404640e: AgentNetwork changeset
|
|
2602
|
-
- Updated dependencies [404640e]
|
|
2603
|
-
- Updated dependencies [3bce733]
|
|
2604
|
-
- @mastra/core@0.6.3
|
|
2605
|
-
|
|
2606
|
-
## 0.1.12-alpha.1
|
|
2607
|
-
|
|
2608
|
-
### Patch Changes
|
|
2609
|
-
|
|
2610
|
-
- Updated dependencies [3bce733]
|
|
2611
|
-
- @mastra/core@0.6.3-alpha.1
|
|
2612
|
-
|
|
2613
|
-
## 0.1.12-alpha.0
|
|
2614
|
-
|
|
2615
|
-
### Patch Changes
|
|
2616
|
-
|
|
2617
|
-
- 404640e: AgentNetwork changeset
|
|
2618
|
-
- Updated dependencies [404640e]
|
|
2619
|
-
- @mastra/core@0.6.3-alpha.0
|
|
2620
|
-
|
|
2621
|
-
## 0.1.11
|
|
2622
|
-
|
|
2623
|
-
### Patch Changes
|
|
2624
|
-
|
|
2625
|
-
- Updated dependencies [beaf1c2]
|
|
2626
|
-
- Updated dependencies [3084e13]
|
|
2627
|
-
- @mastra/core@0.6.2
|
|
2628
|
-
|
|
2629
|
-
## 0.1.11-alpha.0
|
|
2630
|
-
|
|
2631
|
-
### Patch Changes
|
|
2632
|
-
|
|
2633
|
-
- Updated dependencies [beaf1c2]
|
|
2634
|
-
- Updated dependencies [3084e13]
|
|
2635
|
-
- @mastra/core@0.6.2-alpha.0
|
|
2636
|
-
|
|
2637
|
-
## 0.1.10
|
|
2638
|
-
|
|
2639
|
-
### Patch Changes
|
|
2640
|
-
|
|
2641
|
-
- Updated dependencies [fc2f89c]
|
|
2642
|
-
- Updated dependencies [dfbb131]
|
|
2643
|
-
- Updated dependencies [f4854ee]
|
|
2644
|
-
- Updated dependencies [afaf73f]
|
|
2645
|
-
- Updated dependencies [0850b4c]
|
|
2646
|
-
- Updated dependencies [7bcfaee]
|
|
2647
|
-
- Updated dependencies [44631b1]
|
|
2648
|
-
- Updated dependencies [9116d70]
|
|
2649
|
-
- Updated dependencies [6e559a0]
|
|
2650
|
-
- Updated dependencies [5f43505]
|
|
2651
|
-
- @mastra/core@0.6.1
|
|
2652
|
-
|
|
2653
|
-
## 0.1.10-alpha.2
|
|
2654
|
-
|
|
2655
|
-
### Patch Changes
|
|
2656
|
-
|
|
2657
|
-
- Updated dependencies [fc2f89c]
|
|
2658
|
-
- Updated dependencies [dfbb131]
|
|
2659
|
-
- Updated dependencies [0850b4c]
|
|
2660
|
-
- Updated dependencies [9116d70]
|
|
2661
|
-
- @mastra/core@0.6.1-alpha.2
|
|
2662
|
-
|
|
2663
|
-
## 0.1.10-alpha.1
|
|
2664
|
-
|
|
2665
|
-
### Patch Changes
|
|
2666
|
-
|
|
2667
|
-
- Updated dependencies [f4854ee]
|
|
2668
|
-
- Updated dependencies [afaf73f]
|
|
2669
|
-
- Updated dependencies [44631b1]
|
|
2670
|
-
- Updated dependencies [6e559a0]
|
|
2671
|
-
- Updated dependencies [5f43505]
|
|
2672
|
-
- @mastra/core@0.6.1-alpha.1
|
|
2673
|
-
|
|
2674
|
-
## 0.1.10-alpha.0
|
|
2675
|
-
|
|
2676
|
-
### Patch Changes
|
|
2677
|
-
|
|
2678
|
-
- Updated dependencies [7bcfaee]
|
|
2679
|
-
- @mastra/core@0.6.1-alpha.0
|
|
2680
|
-
|
|
2681
|
-
## 0.1.9
|
|
2682
|
-
|
|
2683
|
-
### Patch Changes
|
|
2684
|
-
|
|
2685
|
-
- Updated dependencies [16b98d9]
|
|
2686
|
-
- Updated dependencies [1c8cda4]
|
|
2687
|
-
- Updated dependencies [95b4144]
|
|
2688
|
-
- Updated dependencies [3729dbd]
|
|
2689
|
-
- Updated dependencies [c2144f4]
|
|
2690
|
-
- @mastra/core@0.6.0
|
|
2691
|
-
|
|
2692
|
-
## 0.1.9-alpha.1
|
|
2693
|
-
|
|
2694
|
-
### Patch Changes
|
|
2695
|
-
|
|
2696
|
-
- Updated dependencies [16b98d9]
|
|
2697
|
-
- Updated dependencies [1c8cda4]
|
|
2698
|
-
- Updated dependencies [95b4144]
|
|
2699
|
-
- Updated dependencies [c2144f4]
|
|
2700
|
-
- @mastra/core@0.6.0-alpha.1
|
|
2701
|
-
|
|
2702
|
-
## 0.1.9-alpha.0
|
|
2703
|
-
|
|
2704
|
-
### Patch Changes
|
|
2705
|
-
|
|
2706
|
-
- Updated dependencies [3729dbd]
|
|
2707
|
-
- @mastra/core@0.5.1-alpha.0
|
|
2708
|
-
|
|
2709
|
-
## 0.1.8
|
|
2710
|
-
|
|
2711
|
-
### Patch Changes
|
|
2712
|
-
|
|
2713
|
-
- 9d31a36: Update hallucination eval
|
|
2714
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
2715
|
-
- Updated dependencies [a910463]
|
|
2716
|
-
- Updated dependencies [59df7b6]
|
|
2717
|
-
- Updated dependencies [22643eb]
|
|
2718
|
-
- Updated dependencies [6feb23f]
|
|
2719
|
-
- Updated dependencies [f2d6727]
|
|
2720
|
-
- Updated dependencies [7a7a547]
|
|
2721
|
-
- Updated dependencies [29f3a82]
|
|
2722
|
-
- Updated dependencies [3d0e290]
|
|
2723
|
-
- Updated dependencies [e9fbac5]
|
|
2724
|
-
- Updated dependencies [301e4ee]
|
|
2725
|
-
- Updated dependencies [ee667a2]
|
|
2726
|
-
- Updated dependencies [dfbe4e9]
|
|
2727
|
-
- Updated dependencies [dab255b]
|
|
2728
|
-
- Updated dependencies [1e8bcbc]
|
|
2729
|
-
- Updated dependencies [f6678e4]
|
|
2730
|
-
- Updated dependencies [9e81f35]
|
|
2731
|
-
- Updated dependencies [c93798b]
|
|
2732
|
-
- Updated dependencies [a85ab24]
|
|
2733
|
-
- Updated dependencies [dbd9f2d]
|
|
2734
|
-
- Updated dependencies [59df7b6]
|
|
2735
|
-
- Updated dependencies [caefaa2]
|
|
2736
|
-
- Updated dependencies [c151ae6]
|
|
2737
|
-
- Updated dependencies [52e0418]
|
|
2738
|
-
- Updated dependencies [d79aedf]
|
|
2739
|
-
- Updated dependencies [03236ec]
|
|
2740
|
-
- Updated dependencies [3764e71]
|
|
2741
|
-
- Updated dependencies [df982db]
|
|
2742
|
-
- Updated dependencies [a171b37]
|
|
2743
|
-
- Updated dependencies [506f1d5]
|
|
2744
|
-
- Updated dependencies [02ffb7b]
|
|
2745
|
-
- Updated dependencies [0461849]
|
|
2746
|
-
- Updated dependencies [2259379]
|
|
2747
|
-
- Updated dependencies [aeb5e36]
|
|
2748
|
-
- Updated dependencies [f2301de]
|
|
2749
|
-
- Updated dependencies [358f069]
|
|
2750
|
-
- Updated dependencies [fd4a1d7]
|
|
2751
|
-
- Updated dependencies [c139344]
|
|
2752
|
-
- @mastra/core@0.5.0
|
|
2753
|
-
|
|
2754
|
-
## 0.1.8-alpha.12
|
|
2755
|
-
|
|
2756
|
-
### Patch Changes
|
|
2757
|
-
|
|
2758
|
-
- Updated dependencies [a85ab24]
|
|
2759
|
-
- @mastra/core@0.5.0-alpha.12
|
|
2760
|
-
|
|
2761
|
-
## 0.1.8-alpha.11
|
|
2762
|
-
|
|
2763
|
-
### Patch Changes
|
|
2764
|
-
|
|
2765
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
2766
|
-
- Updated dependencies [7a7a547]
|
|
2767
|
-
- Updated dependencies [c93798b]
|
|
2768
|
-
- Updated dependencies [dbd9f2d]
|
|
2769
|
-
- Updated dependencies [a171b37]
|
|
2770
|
-
- Updated dependencies [fd4a1d7]
|
|
2771
|
-
- @mastra/core@0.5.0-alpha.11
|
|
2772
|
-
|
|
2773
|
-
## 0.1.8-alpha.10
|
|
2774
|
-
|
|
2775
|
-
### Patch Changes
|
|
2776
|
-
|
|
2777
|
-
- 9d31a36: Update hallucination eval
|
|
2778
|
-
- Updated dependencies [a910463]
|
|
2779
|
-
- @mastra/core@0.5.0-alpha.10
|
|
2780
|
-
|
|
2781
|
-
## 0.1.8-alpha.9
|
|
2782
|
-
|
|
2783
|
-
### Patch Changes
|
|
2784
|
-
|
|
2785
|
-
- Updated dependencies [e9fbac5]
|
|
2786
|
-
- Updated dependencies [1e8bcbc]
|
|
2787
|
-
- Updated dependencies [aeb5e36]
|
|
2788
|
-
- Updated dependencies [f2301de]
|
|
2789
|
-
- @mastra/core@0.5.0-alpha.9
|
|
2790
|
-
|
|
2791
|
-
## 0.1.8-alpha.8
|
|
2792
|
-
|
|
2793
|
-
### Patch Changes
|
|
2794
|
-
|
|
2795
|
-
- Updated dependencies [506f1d5]
|
|
2796
|
-
- @mastra/core@0.5.0-alpha.8
|
|
2797
|
-
|
|
2798
|
-
## 0.1.8-alpha.7
|
|
2799
|
-
|
|
2800
|
-
### Patch Changes
|
|
2801
|
-
|
|
2802
|
-
- Updated dependencies [ee667a2]
|
|
2803
|
-
- @mastra/core@0.5.0-alpha.7
|
|
2804
|
-
|
|
2805
|
-
## 0.1.8-alpha.6
|
|
2806
|
-
|
|
2807
|
-
### Patch Changes
|
|
2808
|
-
|
|
2809
|
-
- Updated dependencies [f6678e4]
|
|
2810
|
-
- @mastra/core@0.5.0-alpha.6
|
|
2811
|
-
|
|
2812
|
-
## 0.1.8-alpha.5
|
|
2813
|
-
|
|
2814
|
-
### Patch Changes
|
|
2815
|
-
|
|
2816
|
-
- Updated dependencies [22643eb]
|
|
2817
|
-
- Updated dependencies [6feb23f]
|
|
2818
|
-
- Updated dependencies [f2d6727]
|
|
2819
|
-
- Updated dependencies [301e4ee]
|
|
2820
|
-
- Updated dependencies [dfbe4e9]
|
|
2821
|
-
- Updated dependencies [9e81f35]
|
|
2822
|
-
- Updated dependencies [caefaa2]
|
|
2823
|
-
- Updated dependencies [c151ae6]
|
|
2824
|
-
- Updated dependencies [52e0418]
|
|
2825
|
-
- Updated dependencies [03236ec]
|
|
2826
|
-
- Updated dependencies [3764e71]
|
|
2827
|
-
- Updated dependencies [df982db]
|
|
2828
|
-
- Updated dependencies [0461849]
|
|
2829
|
-
- Updated dependencies [2259379]
|
|
2830
|
-
- Updated dependencies [358f069]
|
|
2831
|
-
- @mastra/core@0.5.0-alpha.5
|
|
2832
|
-
|
|
2833
|
-
## 0.1.8-alpha.4
|
|
2834
|
-
|
|
2835
|
-
### Patch Changes
|
|
2836
|
-
|
|
2837
|
-
- Updated dependencies [d79aedf]
|
|
2838
|
-
- @mastra/core@0.5.0-alpha.4
|
|
2839
|
-
|
|
2840
|
-
## 0.1.8-alpha.3
|
|
2841
|
-
|
|
2842
|
-
### Patch Changes
|
|
2843
|
-
|
|
2844
|
-
- Updated dependencies [3d0e290]
|
|
2845
|
-
- @mastra/core@0.5.0-alpha.3
|
|
2846
|
-
|
|
2847
|
-
## 0.1.8-alpha.2
|
|
2848
|
-
|
|
2849
|
-
### Patch Changes
|
|
2850
|
-
|
|
2851
|
-
- Updated dependencies [02ffb7b]
|
|
2852
|
-
- @mastra/core@0.5.0-alpha.2
|
|
2853
|
-
|
|
2854
|
-
## 0.1.8-alpha.1
|
|
2855
|
-
|
|
2856
|
-
### Patch Changes
|
|
2857
|
-
|
|
2858
|
-
- Updated dependencies [dab255b]
|
|
2859
|
-
- @mastra/core@0.5.0-alpha.1
|
|
2860
|
-
|
|
2861
|
-
## 0.1.8-alpha.0
|
|
2862
|
-
|
|
2863
|
-
### Patch Changes
|
|
2864
|
-
|
|
2865
|
-
- Updated dependencies [59df7b6]
|
|
2866
|
-
- Updated dependencies [29f3a82]
|
|
2867
|
-
- Updated dependencies [59df7b6]
|
|
2868
|
-
- Updated dependencies [c139344]
|
|
2869
|
-
- @mastra/core@0.5.0-alpha.0
|
|
2870
|
-
|
|
2871
|
-
## 0.1.7
|
|
2872
|
-
|
|
2873
|
-
### Patch Changes
|
|
2874
|
-
|
|
2875
|
-
- Updated dependencies [1da20e7]
|
|
2876
|
-
- @mastra/core@0.4.4
|
|
2877
|
-
|
|
2878
|
-
## 0.1.7-alpha.0
|
|
2879
|
-
|
|
2880
|
-
### Patch Changes
|
|
2881
|
-
|
|
2882
|
-
- Updated dependencies [1da20e7]
|
|
2883
|
-
- @mastra/core@0.4.4-alpha.0
|
|
2884
|
-
|
|
2885
|
-
## 0.1.6
|
|
2886
|
-
|
|
2887
|
-
### Patch Changes
|
|
2888
|
-
|
|
2889
|
-
- bb4f447: Add support for commonjs
|
|
2890
|
-
- Updated dependencies [0d185b1]
|
|
2891
|
-
- Updated dependencies [ed55f1d]
|
|
2892
|
-
- Updated dependencies [06aa827]
|
|
2893
|
-
- Updated dependencies [0fd78ac]
|
|
2894
|
-
- Updated dependencies [2512a93]
|
|
2895
|
-
- Updated dependencies [e62de74]
|
|
2896
|
-
- Updated dependencies [0d25b75]
|
|
2897
|
-
- Updated dependencies [fd14a3f]
|
|
2898
|
-
- Updated dependencies [8d13b14]
|
|
2899
|
-
- Updated dependencies [3f369a2]
|
|
2900
|
-
- Updated dependencies [3ee4831]
|
|
2901
|
-
- Updated dependencies [4d4e1e1]
|
|
2902
|
-
- Updated dependencies [bb4f447]
|
|
2903
|
-
- Updated dependencies [108793c]
|
|
2904
|
-
- Updated dependencies [5f28f44]
|
|
2905
|
-
- Updated dependencies [dabecf4]
|
|
2906
|
-
- @mastra/core@0.4.3
|
|
2907
|
-
|
|
2908
|
-
## 0.1.6-alpha.4
|
|
2909
|
-
|
|
2910
|
-
### Patch Changes
|
|
2911
|
-
|
|
2912
|
-
- Updated dependencies [dabecf4]
|
|
2913
|
-
- @mastra/core@0.4.3-alpha.4
|
|
2914
|
-
|
|
2915
|
-
## 0.1.6-alpha.3
|
|
2916
|
-
|
|
2917
|
-
### Patch Changes
|
|
2918
|
-
|
|
2919
|
-
- bb4f447: Add support for commonjs
|
|
2920
|
-
- Updated dependencies [0fd78ac]
|
|
2921
|
-
- Updated dependencies [0d25b75]
|
|
2922
|
-
- Updated dependencies [fd14a3f]
|
|
2923
|
-
- Updated dependencies [3f369a2]
|
|
2924
|
-
- Updated dependencies [4d4e1e1]
|
|
2925
|
-
- Updated dependencies [bb4f447]
|
|
2926
|
-
- @mastra/core@0.4.3-alpha.3
|
|
2927
|
-
|
|
2928
|
-
## 0.1.6-alpha.2
|
|
2929
|
-
|
|
2930
|
-
### Patch Changes
|
|
2931
|
-
|
|
2932
|
-
- Updated dependencies [2512a93]
|
|
2933
|
-
- Updated dependencies [e62de74]
|
|
2934
|
-
- @mastra/core@0.4.3-alpha.2
|
|
2935
|
-
|
|
2936
|
-
## 0.1.6-alpha.1
|
|
2937
|
-
|
|
2938
|
-
### Patch Changes
|
|
2939
|
-
|
|
2940
|
-
- Updated dependencies [0d185b1]
|
|
2941
|
-
- Updated dependencies [ed55f1d]
|
|
2942
|
-
- Updated dependencies [8d13b14]
|
|
2943
|
-
- Updated dependencies [3ee4831]
|
|
2944
|
-
- Updated dependencies [108793c]
|
|
2945
|
-
- Updated dependencies [5f28f44]
|
|
2946
|
-
- @mastra/core@0.4.3-alpha.1
|
|
2947
|
-
|
|
2948
|
-
## 0.1.6-alpha.0
|
|
2949
|
-
|
|
2950
|
-
### Patch Changes
|
|
2951
|
-
|
|
2952
|
-
- Updated dependencies [06aa827]
|
|
2953
|
-
- @mastra/core@0.4.3-alpha.0
|
|
2954
|
-
|
|
2955
|
-
## 0.1.5
|
|
2956
|
-
|
|
2957
|
-
### Patch Changes
|
|
2958
|
-
|
|
2959
|
-
- Updated dependencies [7fceae1]
|
|
2960
|
-
- Updated dependencies [8d94c3e]
|
|
2961
|
-
- Updated dependencies [99dcdb5]
|
|
2962
|
-
- Updated dependencies [6cb63e0]
|
|
2963
|
-
- Updated dependencies [f626fbb]
|
|
2964
|
-
- Updated dependencies [e752340]
|
|
2965
|
-
- Updated dependencies [eb91535]
|
|
2966
|
-
- @mastra/core@0.4.2
|
|
2967
|
-
|
|
2968
|
-
## 0.1.5-alpha.2
|
|
2969
|
-
|
|
2970
|
-
### Patch Changes
|
|
2971
|
-
|
|
2972
|
-
- Updated dependencies [8d94c3e]
|
|
2973
|
-
- Updated dependencies [99dcdb5]
|
|
2974
|
-
- Updated dependencies [e752340]
|
|
2975
|
-
- Updated dependencies [eb91535]
|
|
2976
|
-
- @mastra/core@0.4.2-alpha.2
|
|
2977
|
-
|
|
2978
|
-
## 0.1.5-alpha.1
|
|
2979
|
-
|
|
2980
|
-
### Patch Changes
|
|
2981
|
-
|
|
2982
|
-
- Updated dependencies [6cb63e0]
|
|
2983
|
-
- @mastra/core@0.4.2-alpha.1
|
|
2984
|
-
|
|
2985
|
-
## 0.1.5-alpha.0
|
|
2986
|
-
|
|
2987
|
-
### Patch Changes
|
|
2988
|
-
|
|
2989
|
-
- Updated dependencies [7fceae1]
|
|
2990
|
-
- Updated dependencies [f626fbb]
|
|
2991
|
-
- @mastra/core@0.4.2-alpha.0
|
|
2992
|
-
|
|
2993
|
-
## 0.1.4
|
|
2994
|
-
|
|
2995
|
-
### Patch Changes
|
|
2996
|
-
|
|
2997
|
-
- Updated dependencies [ce44b9b]
|
|
2998
|
-
- Updated dependencies [967da43]
|
|
2999
|
-
- Updated dependencies [b405f08]
|
|
3000
|
-
- @mastra/core@0.4.1
|
|
3001
|
-
|
|
3002
|
-
## 0.1.3
|
|
3003
|
-
|
|
3004
|
-
### Patch Changes
|
|
3005
|
-
|
|
3006
|
-
- Updated dependencies [2fc618f]
|
|
3007
|
-
- Updated dependencies [fe0fd01]
|
|
3008
|
-
- @mastra/core@0.4.0
|
|
3009
|
-
|
|
3010
|
-
## 0.1.3-alpha.1
|
|
3011
|
-
|
|
3012
|
-
### Patch Changes
|
|
3013
|
-
|
|
3014
|
-
- Updated dependencies [fe0fd01]
|
|
3015
|
-
- @mastra/core@0.4.0-alpha.1
|
|
3016
|
-
|
|
3017
|
-
## 0.1.3-alpha.0
|
|
3018
|
-
|
|
3019
|
-
### Patch Changes
|
|
3020
|
-
|
|
3021
|
-
- Updated dependencies [2fc618f]
|
|
3022
|
-
- @mastra/core@0.4.0-alpha.0
|
|
3023
|
-
|
|
3024
|
-
## 0.1.2
|
|
3025
|
-
|
|
3026
|
-
### Patch Changes
|
|
3027
|
-
|
|
3028
|
-
- Updated dependencies [f205ede]
|
|
3029
|
-
- @mastra/core@0.3.0
|
|
3030
|
-
|
|
3031
|
-
## 0.1.1
|
|
3032
|
-
|
|
3033
|
-
### Patch Changes
|
|
3034
|
-
|
|
3035
|
-
- d59f1a8: Added example docs for evals and export metricJudge
|
|
3036
|
-
- 91ef439: Add eslint and ran autofix
|
|
3037
|
-
- Updated dependencies [d59f1a8]
|
|
3038
|
-
- Updated dependencies [91ef439]
|
|
3039
|
-
- Updated dependencies [4a25be4]
|
|
3040
|
-
- Updated dependencies [bf2e88f]
|
|
3041
|
-
- Updated dependencies [2f0d707]
|
|
3042
|
-
- Updated dependencies [aac1667]
|
|
3043
|
-
- @mastra/core@0.2.1
|
|
3044
|
-
|
|
3045
|
-
## 0.1.1-alpha.0
|
|
3046
|
-
|
|
3047
|
-
### Patch Changes
|
|
3048
|
-
|
|
3049
|
-
- d59f1a8: Added example docs for evals and export metricJudge
|
|
3050
|
-
- 91ef439: Add eslint and ran autofix
|
|
3051
|
-
- Updated dependencies [d59f1a8]
|
|
3052
|
-
- Updated dependencies [91ef439]
|
|
3053
|
-
- Updated dependencies [4a25be4]
|
|
3054
|
-
- Updated dependencies [bf2e88f]
|
|
3055
|
-
- Updated dependencies [2f0d707]
|
|
3056
|
-
- Updated dependencies [aac1667]
|
|
3057
|
-
- @mastra/core@0.2.1-alpha.0
|
|
3058
|
-
|
|
3059
|
-
## 0.1.0
|
|
3060
|
-
|
|
3061
|
-
### Minor Changes
|
|
3062
|
-
|
|
3063
|
-
- 5916f9d: Update deps from fixed to ^
|
|
3064
|
-
- 633e198: Add bias metric
|
|
3065
|
-
- ddd2236: Add contextual metric
|
|
3066
|
-
- 94504ec: Add contextual relevancy metric
|
|
3067
|
-
- 8b416d9: Breaking changes
|
|
3068
|
-
- 240c3aa: Enable toxicity metric
|
|
3069
|
-
|
|
3070
|
-
### Patch Changes
|
|
3071
|
-
|
|
3072
|
-
- cf40fd7: Update evals metric and tests
|
|
3073
|
-
- c056555: Added faithfulness and updated docs
|
|
3074
|
-
- bdaf834: publish packages
|
|
3075
|
-
- 5fdc87c: Update evals storage in attachListeners
|
|
3076
|
-
- b97ca96: Tracing into default storage
|
|
3077
|
-
- 1944807: Unified logger and major step in better logs
|
|
3078
|
-
- f368477: Added evals package and added evals in core
|
|
3079
|
-
- 7892533: Updated test evals to use Mastra Storage
|
|
3080
|
-
- 9c10484: update all packages
|
|
3081
|
-
- 70dabd9: Fix broken publish
|
|
3082
|
-
- a8a459a: Updated Evals table UI
|
|
3083
|
-
- 27c933f: Added summarization and doc
|
|
3084
|
-
- 9625602: Use mastra core splitted bundles in other packages
|
|
3085
|
-
- 72d1990: Updated evals table schema
|
|
3086
|
-
- 07f45e7: Update evals to include all verdicts and updated docs
|
|
3087
|
-
- 06b2c0a: Update summarization prompt and fix eval input
|
|
3088
|
-
- ceb8086: Added hallucination metric and doc
|
|
3089
|
-
- cb2e997: Bundle evals package with tsup
|
|
3090
|
-
- d641d91: Fix exports for @mastra/evals
|
|
3091
|
-
- b9c7047: Move to non deprecated table name for eval insertion
|
|
3092
|
-
- 9ade36e: Changed measure for evals, added endpoints, attached metrics to agent, added ui for evals in playground, and updated docs
|
|
3093
|
-
- 876b8a2: Rename difference metric to textual difference metric
|
|
3094
|
-
- 1bbec77: Reorganized evals into nlp and llm
|
|
3095
|
-
- 35764f4: Added workflow for eval tests
|
|
3096
|
-
- 8769a62: Split core into separate entry files
|
|
3097
|
-
- aea3c13: Fix evals export for llm and nlp
|
|
3098
|
-
- 4f1d1a1: Enforce types ann cleanup package.json
|
|
3099
|
-
- 202d404: Added instructions when generating evals
|
|
3100
|
-
- Updated dependencies [f537e33]
|
|
3101
|
-
- Updated dependencies [6f2c0f5]
|
|
3102
|
-
- Updated dependencies [e4d4ede]
|
|
3103
|
-
- Updated dependencies [0be7181]
|
|
3104
|
-
- Updated dependencies [dd6d87f]
|
|
3105
|
-
- Updated dependencies [9029796]
|
|
3106
|
-
- Updated dependencies [6fa4bd2]
|
|
3107
|
-
- Updated dependencies [f031a1f]
|
|
3108
|
-
- Updated dependencies [8151f44]
|
|
3109
|
-
- Updated dependencies [d7d465a]
|
|
3110
|
-
- Updated dependencies [4d4f6b6]
|
|
3111
|
-
- Updated dependencies [73d112c]
|
|
3112
|
-
- Updated dependencies [592e3cf]
|
|
3113
|
-
- Updated dependencies [9d1796d]
|
|
3114
|
-
- Updated dependencies [e897f1c]
|
|
3115
|
-
- Updated dependencies [4a54c82]
|
|
3116
|
-
- Updated dependencies [3967e69]
|
|
3117
|
-
- Updated dependencies [8ae2bbc]
|
|
3118
|
-
- Updated dependencies [e9d1b47]
|
|
3119
|
-
- Updated dependencies [016493a]
|
|
3120
|
-
- Updated dependencies [bc40916]
|
|
3121
|
-
- Updated dependencies [93a3719]
|
|
3122
|
-
- Updated dependencies [7d83b92]
|
|
3123
|
-
- Updated dependencies [9fb3039]
|
|
3124
|
-
- Updated dependencies [d5e12de]
|
|
3125
|
-
- Updated dependencies [e1dd94a]
|
|
3126
|
-
- Updated dependencies [07c069d]
|
|
3127
|
-
- Updated dependencies [5cdfb88]
|
|
3128
|
-
- Updated dependencies [837a288]
|
|
3129
|
-
- Updated dependencies [685108a]
|
|
3130
|
-
- Updated dependencies [c8ff2f5]
|
|
3131
|
-
- Updated dependencies [5fdc87c]
|
|
3132
|
-
- Updated dependencies [ae7bf94]
|
|
3133
|
-
- Updated dependencies [8e7814f]
|
|
3134
|
-
- Updated dependencies [66a03ec]
|
|
3135
|
-
- Updated dependencies [7d87a15]
|
|
3136
|
-
- Updated dependencies [b97ca96]
|
|
3137
|
-
- Updated dependencies [23dcb23]
|
|
3138
|
-
- Updated dependencies [033eda6]
|
|
3139
|
-
- Updated dependencies [8105fae]
|
|
3140
|
-
- Updated dependencies [e097800]
|
|
3141
|
-
- Updated dependencies [1944807]
|
|
3142
|
-
- Updated dependencies [30322ce]
|
|
3143
|
-
- Updated dependencies [1874f40]
|
|
3144
|
-
- Updated dependencies [685108a]
|
|
3145
|
-
- Updated dependencies [f7d1131]
|
|
3146
|
-
- Updated dependencies [79acad0]
|
|
3147
|
-
- Updated dependencies [7a19083]
|
|
3148
|
-
- Updated dependencies [382f4dc]
|
|
3149
|
-
- Updated dependencies [1ebd071]
|
|
3150
|
-
- Updated dependencies [0b74006]
|
|
3151
|
-
- Updated dependencies [2f17a5f]
|
|
3152
|
-
- Updated dependencies [f368477]
|
|
3153
|
-
- Updated dependencies [7892533]
|
|
3154
|
-
- Updated dependencies [9c10484]
|
|
3155
|
-
- Updated dependencies [b726bf5]
|
|
3156
|
-
- Updated dependencies [70dabd9]
|
|
3157
|
-
- Updated dependencies [21fe536]
|
|
3158
|
-
- Updated dependencies [176bc42]
|
|
3159
|
-
- Updated dependencies [401a4d9]
|
|
3160
|
-
- Updated dependencies [2e099d2]
|
|
3161
|
-
- Updated dependencies [0b826f6]
|
|
3162
|
-
- Updated dependencies [d68b532]
|
|
3163
|
-
- Updated dependencies [75bf3f0]
|
|
3164
|
-
- Updated dependencies [e6d8055]
|
|
3165
|
-
- Updated dependencies [e2e76de]
|
|
3166
|
-
- Updated dependencies [ccbc581]
|
|
3167
|
-
- Updated dependencies [5950de5]
|
|
3168
|
-
- Updated dependencies [fe3dcb0]
|
|
3169
|
-
- Updated dependencies [78eec7c]
|
|
3170
|
-
- Updated dependencies [a8a459a]
|
|
3171
|
-
- Updated dependencies [0be7181]
|
|
3172
|
-
- Updated dependencies [7b87567]
|
|
3173
|
-
- Updated dependencies [b524c22]
|
|
3174
|
-
- Updated dependencies [d7d465a]
|
|
3175
|
-
- Updated dependencies [df843d3]
|
|
3176
|
-
- Updated dependencies [4534e77]
|
|
3177
|
-
- Updated dependencies [d6d8159]
|
|
3178
|
-
- Updated dependencies [0bd142c]
|
|
3179
|
-
- Updated dependencies [9625602]
|
|
3180
|
-
- Updated dependencies [72d1990]
|
|
3181
|
-
- Updated dependencies [f6ba259]
|
|
3182
|
-
- Updated dependencies [2712098]
|
|
3183
|
-
- Updated dependencies [eedb829]
|
|
3184
|
-
- Updated dependencies [5285356]
|
|
3185
|
-
- Updated dependencies [74b3078]
|
|
3186
|
-
- Updated dependencies [cb290ee]
|
|
3187
|
-
- Updated dependencies [b4d7416]
|
|
3188
|
-
- Updated dependencies [e608d8c]
|
|
3189
|
-
- Updated dependencies [06b2c0a]
|
|
3190
|
-
- Updated dependencies [002d6d8]
|
|
3191
|
-
- Updated dependencies [e448a26]
|
|
3192
|
-
- Updated dependencies [8b416d9]
|
|
3193
|
-
- Updated dependencies [fd494a3]
|
|
3194
|
-
- Updated dependencies [dc90663]
|
|
3195
|
-
- Updated dependencies [c872875]
|
|
3196
|
-
- Updated dependencies [3c4488b]
|
|
3197
|
-
- Updated dependencies [a7b016d]
|
|
3198
|
-
- Updated dependencies [fd75f3c]
|
|
3199
|
-
- Updated dependencies [7f24c29]
|
|
3200
|
-
- Updated dependencies [2017553]
|
|
3201
|
-
- Updated dependencies [a10b7a3]
|
|
3202
|
-
- Updated dependencies [cf6d825]
|
|
3203
|
-
- Updated dependencies [963c15a]
|
|
3204
|
-
- Updated dependencies [7365b6c]
|
|
3205
|
-
- Updated dependencies [5ee67d3]
|
|
3206
|
-
- Updated dependencies [d38f7a6]
|
|
3207
|
-
- Updated dependencies [38b7f66]
|
|
3208
|
-
- Updated dependencies [2fa7f53]
|
|
3209
|
-
- Updated dependencies [1420ae2]
|
|
3210
|
-
- Updated dependencies [f6da688]
|
|
3211
|
-
- Updated dependencies [3700be1]
|
|
3212
|
-
- Updated dependencies [9ade36e]
|
|
3213
|
-
- Updated dependencies [10870bc]
|
|
3214
|
-
- Updated dependencies [2b01511]
|
|
3215
|
-
- Updated dependencies [a870123]
|
|
3216
|
-
- Updated dependencies [ccf115c]
|
|
3217
|
-
- Updated dependencies [04434b6]
|
|
3218
|
-
- Updated dependencies [5811de6]
|
|
3219
|
-
- Updated dependencies [9f3ab05]
|
|
3220
|
-
- Updated dependencies [66a5392]
|
|
3221
|
-
- Updated dependencies [4b1ce2c]
|
|
3222
|
-
- Updated dependencies [14064f2]
|
|
3223
|
-
- Updated dependencies [f5dfa20]
|
|
3224
|
-
- Updated dependencies [327ece7]
|
|
3225
|
-
- Updated dependencies [da2e8d3]
|
|
3226
|
-
- Updated dependencies [95a4697]
|
|
3227
|
-
- Updated dependencies [d5fccfb]
|
|
3228
|
-
- Updated dependencies [3427b95]
|
|
3229
|
-
- Updated dependencies [538a136]
|
|
3230
|
-
- Updated dependencies [e66643a]
|
|
3231
|
-
- Updated dependencies [b5393f1]
|
|
3232
|
-
- Updated dependencies [d2cd535]
|
|
3233
|
-
- Updated dependencies [c2dd6b5]
|
|
3234
|
-
- Updated dependencies [67637ba]
|
|
3235
|
-
- Updated dependencies [836f4e3]
|
|
3236
|
-
- Updated dependencies [5ee2e78]
|
|
3237
|
-
- Updated dependencies [cd02c56]
|
|
3238
|
-
- Updated dependencies [01502b0]
|
|
3239
|
-
- Updated dependencies [16e5b04]
|
|
3240
|
-
- Updated dependencies [d9c8dd0]
|
|
3241
|
-
- Updated dependencies [9fb59d6]
|
|
3242
|
-
- Updated dependencies [a9345f9]
|
|
3243
|
-
- Updated dependencies [99f1847]
|
|
3244
|
-
- Updated dependencies [04f3171]
|
|
3245
|
-
- Updated dependencies [8769a62]
|
|
3246
|
-
- Updated dependencies [d5ec619]
|
|
3247
|
-
- Updated dependencies [27275c9]
|
|
3248
|
-
- Updated dependencies [ae7bf94]
|
|
3249
|
-
- Updated dependencies [4f1d1a1]
|
|
3250
|
-
- Updated dependencies [ee4de15]
|
|
3251
|
-
- Updated dependencies [202d404]
|
|
3252
|
-
- Updated dependencies [a221426]
|
|
3253
|
-
- @mastra/core@0.2.0
|
|
3254
|
-
|
|
3255
|
-
## 0.1.0-alpha.53
|
|
3256
|
-
|
|
3257
|
-
### Patch Changes
|
|
3258
|
-
|
|
3259
|
-
- cf40fd7: Update evals metric and tests
|
|
3260
|
-
- Updated dependencies [016493a]
|
|
3261
|
-
- Updated dependencies [382f4dc]
|
|
3262
|
-
- Updated dependencies [176bc42]
|
|
3263
|
-
- Updated dependencies [d68b532]
|
|
3264
|
-
- Updated dependencies [fe3dcb0]
|
|
3265
|
-
- Updated dependencies [e448a26]
|
|
3266
|
-
- Updated dependencies [fd75f3c]
|
|
3267
|
-
- Updated dependencies [ccf115c]
|
|
3268
|
-
- Updated dependencies [a221426]
|
|
3269
|
-
- @mastra/core@0.2.0-alpha.110
|
|
3270
|
-
|
|
3271
|
-
## 0.1.0-alpha.52
|
|
3272
|
-
|
|
3273
|
-
### Patch Changes
|
|
3274
|
-
|
|
3275
|
-
- b9c7047: Move to non deprecated table name for eval insertion
|
|
3276
|
-
|
|
3277
|
-
## 0.1.0-alpha.51
|
|
3278
|
-
|
|
3279
|
-
### Patch Changes
|
|
3280
|
-
|
|
3281
|
-
- Updated dependencies [d5fccfb]
|
|
3282
|
-
- @mastra/core@0.2.0-alpha.109
|
|
3283
|
-
|
|
3284
|
-
## 0.1.0-alpha.50
|
|
3285
|
-
|
|
3286
|
-
### Patch Changes
|
|
3287
|
-
|
|
3288
|
-
- Updated dependencies [5ee67d3]
|
|
3289
|
-
- Updated dependencies [95a4697]
|
|
3290
|
-
- @mastra/core@0.2.0-alpha.108
|
|
3291
|
-
|
|
3292
|
-
## 0.1.0-alpha.49
|
|
3293
|
-
|
|
3294
|
-
### Patch Changes
|
|
3295
|
-
|
|
3296
|
-
- Updated dependencies [66a5392]
|
|
3297
|
-
- @mastra/core@0.2.0-alpha.107
|
|
3298
|
-
|
|
3299
|
-
## 0.1.0-alpha.48
|
|
3300
|
-
|
|
3301
|
-
### Patch Changes
|
|
3302
|
-
|
|
3303
|
-
- a8a459a: Updated Evals table UI
|
|
3304
|
-
- Updated dependencies [6f2c0f5]
|
|
3305
|
-
- Updated dependencies [a8a459a]
|
|
3306
|
-
- @mastra/core@0.2.0-alpha.106
|
|
3307
|
-
|
|
3308
|
-
## 0.1.0-alpha.47
|
|
3309
|
-
|
|
3310
|
-
### Patch Changes
|
|
3311
|
-
|
|
3312
|
-
- Updated dependencies [1420ae2]
|
|
3313
|
-
- Updated dependencies [99f1847]
|
|
3314
|
-
- @mastra/core@0.2.0-alpha.105
|
|
3315
|
-
|
|
3316
|
-
## 0.1.0-alpha.46
|
|
3317
|
-
|
|
3318
|
-
### Patch Changes
|
|
3319
|
-
|
|
3320
|
-
- 5fdc87c: Update evals storage in attachListeners
|
|
3321
|
-
- b97ca96: Tracing into default storage
|
|
3322
|
-
- 72d1990: Updated evals table schema
|
|
3323
|
-
- Updated dependencies [5fdc87c]
|
|
3324
|
-
- Updated dependencies [b97ca96]
|
|
3325
|
-
- Updated dependencies [72d1990]
|
|
3326
|
-
- Updated dependencies [cf6d825]
|
|
3327
|
-
- Updated dependencies [10870bc]
|
|
3328
|
-
- @mastra/core@0.2.0-alpha.104
|
|
3329
|
-
|
|
3330
|
-
## 0.1.0-alpha.45
|
|
3331
|
-
|
|
3332
|
-
### Patch Changes
|
|
3333
|
-
|
|
3334
|
-
- Updated dependencies [4534e77]
|
|
3335
|
-
- @mastra/core@0.2.0-alpha.103
|
|
3336
|
-
|
|
3337
|
-
## 0.1.0-alpha.44
|
|
3338
|
-
|
|
3339
|
-
### Patch Changes
|
|
3340
|
-
|
|
3341
|
-
- Updated dependencies [a9345f9]
|
|
3342
|
-
- @mastra/core@0.2.0-alpha.102
|
|
3343
|
-
|
|
3344
|
-
## 0.1.0-alpha.43
|
|
3345
|
-
|
|
3346
|
-
### Patch Changes
|
|
3347
|
-
|
|
3348
|
-
- 4f1d1a1: Enforce types ann cleanup package.json
|
|
3349
|
-
- Updated dependencies [66a03ec]
|
|
3350
|
-
- Updated dependencies [4f1d1a1]
|
|
3351
|
-
- @mastra/core@0.2.0-alpha.101
|
|
3352
|
-
|
|
3353
|
-
## 0.1.0-alpha.42
|
|
3354
|
-
|
|
3355
|
-
### Patch Changes
|
|
3356
|
-
|
|
3357
|
-
- Updated dependencies [9d1796d]
|
|
3358
|
-
- @mastra/core@0.2.0-alpha.100
|
|
3359
|
-
|
|
3360
|
-
## 0.1.0-alpha.41
|
|
3361
|
-
|
|
3362
|
-
### Patch Changes
|
|
3363
|
-
|
|
3364
|
-
- Updated dependencies [7d83b92]
|
|
3365
|
-
- @mastra/core@0.2.0-alpha.99
|
|
3366
|
-
|
|
3367
|
-
## 0.1.0-alpha.40
|
|
3368
|
-
|
|
3369
|
-
### Patch Changes
|
|
3370
|
-
|
|
3371
|
-
- 70dabd9: Fix broken publish
|
|
3372
|
-
- 202d404: Added instructions when generating evals
|
|
3373
|
-
- Updated dependencies [70dabd9]
|
|
3374
|
-
- Updated dependencies [202d404]
|
|
3375
|
-
- @mastra/core@0.2.0-alpha.98
|
|
3376
|
-
|
|
3377
|
-
## 0.1.0-alpha.39
|
|
3378
|
-
|
|
3379
|
-
### Patch Changes
|
|
3380
|
-
|
|
3381
|
-
- 7892533: Updated test evals to use Mastra Storage
|
|
3382
|
-
- d641d91: Fix exports for @mastra/evals
|
|
3383
|
-
- Updated dependencies [07c069d]
|
|
3384
|
-
- Updated dependencies [7892533]
|
|
3385
|
-
- Updated dependencies [e6d8055]
|
|
3386
|
-
- Updated dependencies [5950de5]
|
|
3387
|
-
- Updated dependencies [df843d3]
|
|
3388
|
-
- Updated dependencies [a870123]
|
|
3389
|
-
- @mastra/core@0.2.0-alpha.97
|
|
3390
|
-
|
|
3391
|
-
## 0.1.0-alpha.38
|
|
3392
|
-
|
|
3393
|
-
### Patch Changes
|
|
3394
|
-
|
|
3395
|
-
- Updated dependencies [74b3078]
|
|
3396
|
-
- @mastra/core@0.2.0-alpha.96
|
|
3397
|
-
|
|
3398
|
-
## 0.1.0-alpha.37
|
|
3399
|
-
|
|
3400
|
-
### Patch Changes
|
|
3401
|
-
|
|
3402
|
-
- Updated dependencies [9fb59d6]
|
|
3403
|
-
- @mastra/core@0.2.0-alpha.95
|
|
3404
|
-
|
|
3405
|
-
## 0.1.0-alpha.36
|
|
3406
|
-
|
|
3407
|
-
### Minor Changes
|
|
3408
|
-
|
|
3409
|
-
- 8b416d9: Breaking changes
|
|
3410
|
-
|
|
3411
|
-
### Patch Changes
|
|
3412
|
-
|
|
3413
|
-
- 9c10484: update all packages
|
|
3414
|
-
- Updated dependencies [9c10484]
|
|
3415
|
-
- Updated dependencies [8b416d9]
|
|
3416
|
-
- @mastra/core@0.2.0-alpha.94
|
|
3417
|
-
|
|
3418
|
-
## 0.1.0-alpha.35
|
|
3419
|
-
|
|
3420
|
-
### Patch Changes
|
|
3421
|
-
|
|
3422
|
-
- Updated dependencies [5285356]
|
|
3423
|
-
- @mastra/core@0.2.0-alpha.93
|
|
3424
|
-
|
|
3425
|
-
## 0.1.0-alpha.34
|
|
3426
|
-
|
|
3427
|
-
### Patch Changes
|
|
3428
|
-
|
|
3429
|
-
- Updated dependencies [4d4f6b6]
|
|
3430
|
-
- @mastra/core@0.2.0-alpha.92
|
|
3431
|
-
|
|
3432
|
-
## 0.1.0-alpha.33
|
|
3433
|
-
|
|
3434
|
-
### Patch Changes
|
|
3435
|
-
|
|
3436
|
-
- Updated dependencies [d7d465a]
|
|
3437
|
-
- Updated dependencies [d7d465a]
|
|
3438
|
-
- Updated dependencies [2017553]
|
|
3439
|
-
- Updated dependencies [a10b7a3]
|
|
3440
|
-
- Updated dependencies [16e5b04]
|
|
3441
|
-
- @mastra/core@0.2.0-alpha.91
|
|
3442
|
-
|
|
3443
|
-
## 0.1.0-alpha.32
|
|
3444
|
-
|
|
3445
|
-
### Patch Changes
|
|
3446
|
-
|
|
3447
|
-
- Updated dependencies [8151f44]
|
|
3448
|
-
- Updated dependencies [e897f1c]
|
|
3449
|
-
- Updated dependencies [3700be1]
|
|
3450
|
-
- @mastra/core@0.2.0-alpha.90
|
|
3451
|
-
|
|
3452
|
-
## 0.1.0-alpha.31
|
|
3453
|
-
|
|
3454
|
-
### Patch Changes
|
|
3455
|
-
|
|
3456
|
-
- Updated dependencies [27275c9]
|
|
3457
|
-
- @mastra/core@0.2.0-alpha.89
|
|
3458
|
-
|
|
3459
|
-
## 0.1.0-alpha.30
|
|
3460
|
-
|
|
3461
|
-
### Patch Changes
|
|
3462
|
-
|
|
3463
|
-
- Updated dependencies [ccbc581]
|
|
3464
|
-
- @mastra/core@0.2.0-alpha.88
|
|
3465
|
-
|
|
3466
|
-
## 0.1.0-alpha.29
|
|
3467
|
-
|
|
3468
|
-
### Patch Changes
|
|
3469
|
-
|
|
3470
|
-
- Updated dependencies [7365b6c]
|
|
3471
|
-
- @mastra/core@0.2.0-alpha.87
|
|
3472
|
-
|
|
3473
|
-
## 0.1.0-alpha.28
|
|
3474
|
-
|
|
3475
|
-
### Minor Changes
|
|
3476
|
-
|
|
3477
|
-
- 5916f9d: Update deps from fixed to ^
|
|
3478
|
-
|
|
3479
|
-
### Patch Changes
|
|
3480
|
-
|
|
3481
|
-
- Updated dependencies [6fa4bd2]
|
|
3482
|
-
- Updated dependencies [e2e76de]
|
|
3483
|
-
- Updated dependencies [7f24c29]
|
|
3484
|
-
- Updated dependencies [67637ba]
|
|
3485
|
-
- Updated dependencies [04f3171]
|
|
3486
|
-
- @mastra/core@0.2.0-alpha.86
|
|
3487
|
-
|
|
3488
|
-
## 0.1.0-alpha.27
|
|
3489
|
-
|
|
3490
|
-
### Patch Changes
|
|
3491
|
-
|
|
3492
|
-
- Updated dependencies [e9d1b47]
|
|
3493
|
-
- @mastra/core@0.2.0-alpha.85
|
|
3494
|
-
|
|
3495
|
-
## 0.1.0-alpha.26
|
|
3496
|
-
|
|
3497
|
-
### Patch Changes
|
|
3498
|
-
|
|
3499
|
-
- Updated dependencies [2f17a5f]
|
|
3500
|
-
- Updated dependencies [cb290ee]
|
|
3501
|
-
- Updated dependencies [b4d7416]
|
|
3502
|
-
- Updated dependencies [38b7f66]
|
|
3503
|
-
- @mastra/core@0.2.0-alpha.84
|
|
3504
|
-
|
|
3505
|
-
## 0.1.0-alpha.25
|
|
3506
|
-
|
|
3507
|
-
### Patch Changes
|
|
3508
|
-
|
|
3509
|
-
- 9625602: Use mastra core splitted bundles in other packages
|
|
3510
|
-
- 8769a62: Split core into separate entry files
|
|
3511
|
-
- Updated dependencies [30322ce]
|
|
3512
|
-
- Updated dependencies [78eec7c]
|
|
3513
|
-
- Updated dependencies [9625602]
|
|
3514
|
-
- Updated dependencies [8769a62]
|
|
3515
|
-
- @mastra/core@0.2.0-alpha.83
|
|
3516
|
-
|
|
3517
|
-
## 0.1.0-alpha.24
|
|
3518
|
-
|
|
3519
|
-
### Patch Changes
|
|
3520
|
-
|
|
3521
|
-
- Updated dependencies [73d112c]
|
|
3522
|
-
- @mastra/core@0.1.27-alpha.82
|
|
3523
|
-
|
|
3524
|
-
## 0.1.0-alpha.23
|
|
3525
|
-
|
|
3526
|
-
### Patch Changes
|
|
3527
|
-
|
|
3528
|
-
- Updated dependencies [9fb3039]
|
|
3529
|
-
- @mastra/core@0.1.27-alpha.81
|
|
3530
|
-
|
|
3531
|
-
## 0.1.0-alpha.22
|
|
3532
|
-
|
|
3533
|
-
### Patch Changes
|
|
3534
|
-
|
|
3535
|
-
- cb2e997: Bundle evals package with tsup
|
|
3536
|
-
|
|
3537
|
-
## 0.1.0-alpha.21
|
|
3538
|
-
|
|
3539
|
-
### Patch Changes
|
|
3540
|
-
|
|
3541
|
-
- Updated dependencies [327ece7]
|
|
3542
|
-
- @mastra/core@0.1.27-alpha.80
|
|
3543
|
-
|
|
3544
|
-
## 0.1.0-alpha.20
|
|
3545
|
-
|
|
3546
|
-
### Patch Changes
|
|
3547
|
-
|
|
3548
|
-
- Updated dependencies [21fe536]
|
|
3549
|
-
- @mastra/core@0.1.27-alpha.79
|
|
3550
|
-
|
|
3551
|
-
## 0.1.0-alpha.19
|
|
3552
|
-
|
|
3553
|
-
### Patch Changes
|
|
3554
|
-
|
|
3555
|
-
- Updated dependencies [685108a]
|
|
3556
|
-
- Updated dependencies [685108a]
|
|
3557
|
-
- @mastra/core@0.1.27-alpha.78
|
|
3558
|
-
|
|
3559
|
-
## 0.1.0-alpha.18
|
|
3560
|
-
|
|
3561
|
-
### Patch Changes
|
|
3562
|
-
|
|
3563
|
-
- Updated dependencies [8105fae]
|
|
3564
|
-
- @mastra/core@0.1.27-alpha.77
|
|
3565
|
-
|
|
3566
|
-
## 0.1.0-alpha.17
|
|
3567
|
-
|
|
3568
|
-
### Patch Changes
|
|
3569
|
-
|
|
3570
|
-
- Updated dependencies [ae7bf94]
|
|
3571
|
-
- Updated dependencies [ae7bf94]
|
|
3572
|
-
- @mastra/core@0.1.27-alpha.76
|
|
3573
|
-
|
|
3574
|
-
## 0.1.0-alpha.16
|
|
3575
|
-
|
|
3576
|
-
### Patch Changes
|
|
3577
|
-
|
|
3578
|
-
- Updated dependencies [23dcb23]
|
|
3579
|
-
- @mastra/core@0.1.27-alpha.75
|
|
3580
|
-
|
|
3581
|
-
## 0.1.0-alpha.15
|
|
3582
|
-
|
|
3583
|
-
### Patch Changes
|
|
3584
|
-
|
|
3585
|
-
- Updated dependencies [7b87567]
|
|
3586
|
-
- @mastra/core@0.1.27-alpha.74
|
|
3587
|
-
|
|
3588
|
-
## 0.1.0-alpha.14
|
|
3589
|
-
|
|
3590
|
-
### Patch Changes
|
|
3591
|
-
|
|
3592
|
-
- Updated dependencies [3427b95]
|
|
3593
|
-
- @mastra/core@0.1.27-alpha.73
|
|
3594
|
-
|
|
3595
|
-
## 0.1.0-alpha.13
|
|
3596
|
-
|
|
3597
|
-
### Patch Changes
|
|
3598
|
-
|
|
3599
|
-
- 06b2c0a: Update summarization prompt and fix eval input
|
|
3600
|
-
- Updated dependencies [e4d4ede]
|
|
3601
|
-
- Updated dependencies [06b2c0a]
|
|
3602
|
-
- @mastra/core@0.1.27-alpha.72
|
|
3603
|
-
|
|
3604
|
-
## 0.1.0-alpha.12
|
|
3605
|
-
|
|
3606
|
-
### Patch Changes
|
|
3607
|
-
|
|
3608
|
-
- Updated dependencies [d9c8dd0]
|
|
3609
|
-
- @mastra/core@0.1.27-alpha.71
|
|
3610
|
-
|
|
3611
|
-
## 0.1.0-alpha.11
|
|
3612
|
-
|
|
3613
|
-
### Patch Changes
|
|
3614
|
-
|
|
3615
|
-
- bdaf834: publish packages
|
|
3616
|
-
|
|
3617
|
-
## 0.1.0-alpha.10
|
|
3618
|
-
|
|
3619
|
-
### Patch Changes
|
|
3620
|
-
|
|
3621
|
-
- Updated dependencies [dd6d87f]
|
|
3622
|
-
- Updated dependencies [04434b6]
|
|
3623
|
-
- @mastra/core@0.1.27-alpha.70
|
|
3624
|
-
|
|
3625
|
-
## 0.1.0-alpha.9
|
|
3626
|
-
|
|
3627
|
-
### Patch Changes
|
|
3628
|
-
|
|
3629
|
-
- 1944807: Unified logger and major step in better logs
|
|
3630
|
-
- 9ade36e: Changed measure for evals, added endpoints, attached metrics to agent, added ui for evals in playground, and updated docs
|
|
3631
|
-
- Updated dependencies [1944807]
|
|
3632
|
-
- Updated dependencies [9ade36e]
|
|
3633
|
-
- @mastra/core@0.1.27-alpha.69
|
|
3634
|
-
|
|
3635
|
-
## 0.1.0-alpha.8
|
|
3636
|
-
|
|
3637
|
-
### Patch Changes
|
|
3638
|
-
|
|
3639
|
-
- Updated dependencies [0be7181]
|
|
3640
|
-
- Updated dependencies [0be7181]
|
|
3641
|
-
- @mastra/core@0.1.27-alpha.68
|
|
3642
|
-
|
|
3643
|
-
## 0.1.0-alpha.7
|
|
3644
|
-
|
|
3645
|
-
### Patch Changes
|
|
3646
|
-
|
|
3647
|
-
- Updated dependencies [c8ff2f5]
|
|
3648
|
-
- @mastra/core@0.1.27-alpha.67
|
|
3649
|
-
|
|
3650
|
-
## 0.1.0-alpha.6
|
|
3651
|
-
|
|
3652
|
-
### Patch Changes
|
|
3653
|
-
|
|
3654
|
-
- aea3c13: Fix evals export for llm and nlp
|
|
3655
|
-
|
|
3656
|
-
## 0.1.0-alpha.5
|
|
3657
|
-
|
|
3658
|
-
### Minor Changes
|
|
3659
|
-
|
|
3660
|
-
- 633e198: Add bias metric
|
|
3661
|
-
|
|
3662
|
-
### Patch Changes
|
|
3663
|
-
|
|
3664
|
-
- ceb8086: Added hallucination metric and doc
|
|
3665
|
-
- Updated dependencies [14064f2]
|
|
3666
|
-
- @mastra/core@0.1.27-alpha.66
|
|
3667
|
-
|
|
3668
|
-
## 0.1.0-alpha.4
|
|
3669
|
-
|
|
3670
|
-
### Minor Changes
|
|
3671
|
-
|
|
3672
|
-
- ddd2236: Add contextual metric
|
|
3673
|
-
- 94504ec: Add contextual relevancy metric
|
|
3674
|
-
- 240c3aa: Enable toxicity metric
|
|
3675
|
-
|
|
3676
|
-
### Patch Changes
|
|
3677
|
-
|
|
3678
|
-
- 27c933f: Added summarization and doc
|
|
3679
|
-
- 07f45e7: Update evals to include all verdicts and updated docs
|
|
3680
|
-
- 1bbec77: Reorganized evals into nlp and llm
|
|
3681
|
-
|
|
3682
|
-
## 0.0.1-alpha.3
|
|
3683
|
-
|
|
3684
|
-
### Patch Changes
|
|
3685
|
-
|
|
3686
|
-
- c056555: Added faithfulness and updated docs
|
|
3687
|
-
- Updated dependencies [e66643a]
|
|
3688
|
-
- @mastra/core@0.1.27-alpha.65
|
|
3689
|
-
|
|
3690
|
-
## 0.0.1-alpha.2
|
|
3691
|
-
|
|
3692
|
-
### Patch Changes
|
|
3693
|
-
|
|
3694
|
-
- 876b8a2: Rename difference metric to textual difference metric
|
|
3695
|
-
|
|
3696
|
-
## 0.0.1-alpha.1
|
|
3697
|
-
|
|
3698
|
-
### Patch Changes
|
|
3699
|
-
|
|
3700
|
-
- 35764f4: Added workflow for eval tests
|
|
3701
|
-
|
|
3702
|
-
## 0.0.1-alpha.0
|
|
3703
|
-
|
|
3704
|
-
### Patch Changes
|
|
3705
|
-
|
|
3706
|
-
- f368477: Added evals package and added evals in core
|
|
3707
|
-
- Updated dependencies [f368477]
|
|
3708
|
-
- Updated dependencies [d5ec619]
|
|
3709
|
-
- @mastra/core@0.1.27-alpha.64
|