@mastra/mcp-docs-server 0.0.6-alpha.2 → 0.0.6-alpha.4
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/.docs/organized/changelogs/%40mastra%2Fastra.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +24 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +41 -41
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +41 -41
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +41 -41
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +44 -44
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +23 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +22 -0
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +29 -29
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Frag.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +22 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +22 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +22 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +22 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +22 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +23 -23
- package/.docs/organized/changelogs/create-mastra.md +8 -8
- package/.docs/organized/changelogs/mastra.md +45 -45
- package/.docs/organized/code-examples/memory-todo-agent.md +7 -4
- package/.docs/organized/code-examples/quick-start.md +4 -2
- package/.docs/raw/agents/adding-tools.mdx +24 -15
- package/.docs/raw/agents/adding-voice.mdx +20 -15
- package/.docs/raw/agents/agent-memory.mdx +19 -12
- package/.docs/raw/agents/overview.mdx +29 -25
- package/.docs/raw/deployment/server.mdx +17 -0
- package/.docs/raw/evals/custom-eval.mdx +2 -3
- package/.docs/raw/evals/overview.mdx +14 -7
- package/.docs/raw/evals/textual-evals.mdx +1 -0
- package/.docs/raw/faq/index.mdx +63 -0
- package/.docs/raw/frameworks/ai-sdk.mdx +100 -22
- package/.docs/raw/guides/research-assistant.mdx +1 -1
- package/.docs/raw/reference/cli/dev.mdx +2 -2
- package/.docs/raw/reference/memory/Memory.mdx +9 -5
- package/.docs/raw/reference/voice/composite-voice.mdx +4 -4
- package/.docs/raw/reference/voice/voice.answer.mdx +122 -0
- package/.docs/raw/reference/voice/voice.connect.mdx +124 -0
- package/.docs/raw/reference/voice/voice.listen.mdx +195 -0
- package/.docs/raw/reference/voice/voice.on.mdx +189 -0
- package/.docs/raw/reference/voice/voice.send.mdx +118 -0
- package/.docs/raw/reference/voice/voice.speak.mdx +203 -0
- package/.docs/raw/storage/overview.mdx +13 -22
- package/.docs/raw/voice/overview.mdx +4 -4
- package/.docs/raw/voice/voice-to-voice.mdx +8 -8
- package/.docs/raw/workflows/control-flow.mdx +83 -17
- package/.docs/raw/workflows/overview.mdx +6 -10
- package/.docs/raw/workflows/variables.mdx +45 -0
- package/dist/{chunk-YEOOTUPA.js → chunk-J7WZZETH.js} +1 -1
- package/dist/prepare-docs/prepare.js +1 -1
- package/dist/stdio.js +1 -1
- package/package.json +4 -4
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.7-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
|
|
10
|
+
## 0.2.7-alpha.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [5ae0180]
|
|
15
|
+
- Updated dependencies [9bfa12b]
|
|
16
|
+
- Updated dependencies [515ebfb]
|
|
17
|
+
- Updated dependencies [88fa727]
|
|
18
|
+
- Updated dependencies [f37f535]
|
|
19
|
+
- Updated dependencies [4d67826]
|
|
20
|
+
- Updated dependencies [6330967]
|
|
21
|
+
- Updated dependencies [8393832]
|
|
22
|
+
- Updated dependencies [6330967]
|
|
23
|
+
- @mastra/core@0.8.0-alpha.3
|
|
24
|
+
|
|
3
25
|
## 0.2.7-alpha.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
|
|
277
299
|
## 0.2.0-alpha.12
|
|
278
300
|
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [a85ab24]
|
|
282
|
-
- @mastra/core@0.5.0-alpha.12
|
|
283
|
-
|
|
284
|
-
## 0.2.0-alpha.11
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
289
|
-
- Updated dependencies [7a7a547]
|
|
290
|
-
- Updated dependencies [c93798b]
|
|
291
|
-
- Updated dependencies [dbd9f2d]
|
|
292
|
-
- Updated dependencies [a171b37]
|
|
293
|
-
- Updated dependencies [fd4a1d7]
|
|
294
|
-
- @mastra/core@0.5.0-alpha.11
|
|
295
|
-
|
|
296
|
-
## 0.2.0-alpha.10
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [a910463]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 899 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.7-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
|
|
10
|
+
## 0.2.7-alpha.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [5ae0180]
|
|
15
|
+
- Updated dependencies [9bfa12b]
|
|
16
|
+
- Updated dependencies [515ebfb]
|
|
17
|
+
- Updated dependencies [88fa727]
|
|
18
|
+
- Updated dependencies [f37f535]
|
|
19
|
+
- Updated dependencies [4d67826]
|
|
20
|
+
- Updated dependencies [6330967]
|
|
21
|
+
- Updated dependencies [8393832]
|
|
22
|
+
- Updated dependencies [6330967]
|
|
23
|
+
- @mastra/core@0.8.0-alpha.3
|
|
24
|
+
|
|
3
25
|
## 0.2.7-alpha.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
|
|
277
299
|
### Patch Changes
|
|
278
300
|
|
|
279
|
-
- Updated dependencies [a85ab24]
|
|
280
|
-
- @mastra/core@0.5.0-alpha.12
|
|
281
|
-
|
|
282
|
-
## 0.2.0-alpha.11
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
287
|
-
- Updated dependencies [7a7a547]
|
|
288
|
-
- Updated dependencies [c93798b]
|
|
289
|
-
- Updated dependencies [dbd9f2d]
|
|
290
|
-
- Updated dependencies [a171b37]
|
|
291
|
-
- Updated dependencies [fd4a1d7]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.11
|
|
293
|
-
|
|
294
|
-
## 0.2.0-alpha.10
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [a910463]
|
|
299
|
-
- @mastra/core@0.5.0-alpha.10
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 897 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.2.7-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
|
|
10
|
+
## 0.2.7-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
15
|
+
- 4d67826: Fix eval writes, remove id column
|
|
16
|
+
- Updated dependencies [5ae0180]
|
|
17
|
+
- Updated dependencies [9bfa12b]
|
|
18
|
+
- Updated dependencies [515ebfb]
|
|
19
|
+
- Updated dependencies [88fa727]
|
|
20
|
+
- Updated dependencies [f37f535]
|
|
21
|
+
- Updated dependencies [4d67826]
|
|
22
|
+
- Updated dependencies [6330967]
|
|
23
|
+
- Updated dependencies [8393832]
|
|
24
|
+
- Updated dependencies [6330967]
|
|
25
|
+
- @mastra/core@0.8.0-alpha.3
|
|
26
|
+
|
|
3
27
|
## 0.2.7-alpha.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
|
|
10
|
+
## 0.1.14-alpha.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
15
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
16
|
+
- Updated dependencies [5ae0180]
|
|
17
|
+
- Updated dependencies [9bfa12b]
|
|
18
|
+
- Updated dependencies [515ebfb]
|
|
19
|
+
- Updated dependencies [88fa727]
|
|
20
|
+
- Updated dependencies [f37f535]
|
|
21
|
+
- Updated dependencies [4d67826]
|
|
22
|
+
- Updated dependencies [6330967]
|
|
23
|
+
- Updated dependencies [8393832]
|
|
24
|
+
- Updated dependencies [6330967]
|
|
25
|
+
- @mastra/core@0.8.0-alpha.3
|
|
26
|
+
|
|
3
27
|
## 0.1.14-alpha.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
- Updated dependencies [3764e71]
|
|
275
299
|
- Updated dependencies [df982db]
|
|
276
300
|
- Updated dependencies [a171b37]
|
|
277
|
-
- Updated dependencies [506f1d5]
|
|
278
|
-
- Updated dependencies [02ffb7b]
|
|
279
|
-
- Updated dependencies [0461849]
|
|
280
|
-
- Updated dependencies [2259379]
|
|
281
|
-
- Updated dependencies [aeb5e36]
|
|
282
|
-
- Updated dependencies [f2301de]
|
|
283
|
-
- Updated dependencies [358f069]
|
|
284
|
-
- Updated dependencies [fd4a1d7]
|
|
285
|
-
- Updated dependencies [c139344]
|
|
286
|
-
- @mastra/core@0.5.0
|
|
287
|
-
|
|
288
|
-
## 0.1.7-alpha.12
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [a85ab24]
|
|
293
|
-
- @mastra/core@0.5.0-alpha.12
|
|
294
|
-
|
|
295
|
-
## 0.1.7-alpha.11
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- 8deb34c: Better workflow watch api + watch workflow by runId
|
|
300
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 307 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.8.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d7e08e8: createdAt needs to be nullable
|
|
8
|
+
|
|
9
|
+
## 0.8.0-alpha.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5ae0180: Removed prefixed doc references
|
|
14
|
+
- 9bfa12b: Accept ID on step config
|
|
15
|
+
- 515ebfb: Fix compound subscriber bug
|
|
16
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
17
|
+
- f37f535: Added variables to while and until loops
|
|
18
|
+
- 4d67826: Fix eval writes, remove id column
|
|
19
|
+
- 6330967: Enable route timeout using server options
|
|
20
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
21
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
22
|
+
|
|
3
23
|
## 0.8.0-alpha.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -279,24 +299,4 @@
|
|
|
279
299
|
|
|
280
300
|
## 0.5.0-alpha.10
|
|
281
301
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
- a910463: Improve typinges for getStepResult and workflow results
|
|
285
|
-
|
|
286
|
-
## 0.5.0-alpha.9
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- e9fbac5: Update Vercel tools to have id and update deployer
|
|
291
|
-
- 1e8bcbc: Fix suspend types
|
|
292
|
-
- aeb5e36: Adds default schema for tool when not provided
|
|
293
|
-
- f2301de: Added the ability to ensure the accessed thread in memory.query() is for the right resource id. ex memory.query({ threadId, resourceId }). If the resourceId doesn't own the thread it will throw an error.
|
|
294
|
-
|
|
295
|
-
## 0.5.0-alpha.8
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- 506f1d5: Properly serialize any date object when inserting into libsql
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1014 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1034 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.15-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
- @mastra/deployer@0.2.6-alpha.6
|
|
10
|
+
|
|
11
|
+
## 0.1.15-alpha.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [32ba03c]
|
|
16
|
+
- @mastra/deployer@0.2.6-alpha.5
|
|
17
|
+
|
|
18
|
+
## 0.1.15-alpha.4
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [5ae0180]
|
|
23
|
+
- Updated dependencies [9bfa12b]
|
|
24
|
+
- Updated dependencies [515ebfb]
|
|
25
|
+
- Updated dependencies [88fa727]
|
|
26
|
+
- Updated dependencies [dfb0601]
|
|
27
|
+
- Updated dependencies [f37f535]
|
|
28
|
+
- Updated dependencies [789bef3]
|
|
29
|
+
- Updated dependencies [4d67826]
|
|
30
|
+
- Updated dependencies [6330967]
|
|
31
|
+
- Updated dependencies [8393832]
|
|
32
|
+
- Updated dependencies [6330967]
|
|
33
|
+
- @mastra/core@0.8.0-alpha.3
|
|
34
|
+
- @mastra/deployer@0.2.6-alpha.4
|
|
35
|
+
|
|
36
|
+
## 0.1.15-alpha.3
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [0deb356]
|
|
41
|
+
- @mastra/deployer@0.2.6-alpha.3
|
|
42
|
+
|
|
3
43
|
## 0.1.15-alpha.2
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
|
@@ -258,45 +298,5 @@
|
|
|
258
298
|
- Updated dependencies [16b98d9]
|
|
259
299
|
- Updated dependencies [1c8cda4]
|
|
260
300
|
- Updated dependencies [95b4144]
|
|
261
|
-
- Updated dependencies [3729dbd]
|
|
262
|
-
- Updated dependencies [c2144f4]
|
|
263
|
-
- @mastra/core@0.6.0
|
|
264
|
-
- @mastra/deployer@0.2.0
|
|
265
|
-
|
|
266
|
-
## 0.1.9-alpha.1
|
|
267
|
-
|
|
268
|
-
### Patch Changes
|
|
269
|
-
|
|
270
|
-
- Updated dependencies [16b98d9]
|
|
271
|
-
- Updated dependencies [1c8cda4]
|
|
272
|
-
- Updated dependencies [95b4144]
|
|
273
|
-
- Updated dependencies [c2144f4]
|
|
274
|
-
- @mastra/core@0.6.0-alpha.1
|
|
275
|
-
- @mastra/deployer@0.2.0-alpha.1
|
|
276
|
-
|
|
277
|
-
## 0.1.9-alpha.0
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [3729dbd]
|
|
282
|
-
- @mastra/core@0.5.1-alpha.0
|
|
283
|
-
- @mastra/deployer@0.1.9-alpha.0
|
|
284
|
-
|
|
285
|
-
## 0.1.8
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
- 52e0418: Split up action types between tools and workflows
|
|
291
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
292
|
-
- Updated dependencies [a910463]
|
|
293
|
-
- Updated dependencies [59df7b6]
|
|
294
|
-
- Updated dependencies [22643eb]
|
|
295
|
-
- Updated dependencies [6feb23f]
|
|
296
|
-
- Updated dependencies [f2d6727]
|
|
297
|
-
- Updated dependencies [7a7a547]
|
|
298
|
-
- Updated dependencies [29f3a82]
|
|
299
|
-
- Updated dependencies [3d0e290]
|
|
300
|
-
- Updated dependencies [e9fbac5]
|
|
301
|
-
|
|
302
|
-
... 1233 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1273 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.15-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
- @mastra/deployer@0.2.6-alpha.6
|
|
10
|
+
|
|
11
|
+
## 0.1.15-alpha.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [32ba03c]
|
|
16
|
+
- @mastra/deployer@0.2.6-alpha.5
|
|
17
|
+
|
|
18
|
+
## 0.1.15-alpha.4
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [5ae0180]
|
|
23
|
+
- Updated dependencies [9bfa12b]
|
|
24
|
+
- Updated dependencies [515ebfb]
|
|
25
|
+
- Updated dependencies [88fa727]
|
|
26
|
+
- Updated dependencies [dfb0601]
|
|
27
|
+
- Updated dependencies [f37f535]
|
|
28
|
+
- Updated dependencies [789bef3]
|
|
29
|
+
- Updated dependencies [4d67826]
|
|
30
|
+
- Updated dependencies [6330967]
|
|
31
|
+
- Updated dependencies [8393832]
|
|
32
|
+
- Updated dependencies [6330967]
|
|
33
|
+
- @mastra/core@0.8.0-alpha.3
|
|
34
|
+
- @mastra/deployer@0.2.6-alpha.4
|
|
35
|
+
|
|
36
|
+
## 0.1.15-alpha.3
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [0deb356]
|
|
41
|
+
- @mastra/deployer@0.2.6-alpha.3
|
|
42
|
+
|
|
3
43
|
## 0.1.15-alpha.2
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
|
@@ -258,45 +298,5 @@
|
|
|
258
298
|
- Updated dependencies [95b4144]
|
|
259
299
|
- Updated dependencies [3729dbd]
|
|
260
300
|
- Updated dependencies [c2144f4]
|
|
261
|
-
- @mastra/core@0.6.0
|
|
262
|
-
- @mastra/deployer@0.2.0
|
|
263
|
-
|
|
264
|
-
## 0.1.9-alpha.1
|
|
265
|
-
|
|
266
|
-
### Patch Changes
|
|
267
|
-
|
|
268
|
-
- Updated dependencies [16b98d9]
|
|
269
|
-
- Updated dependencies [1c8cda4]
|
|
270
|
-
- Updated dependencies [95b4144]
|
|
271
|
-
- Updated dependencies [c2144f4]
|
|
272
|
-
- @mastra/core@0.6.0-alpha.1
|
|
273
|
-
- @mastra/deployer@0.2.0-alpha.1
|
|
274
|
-
|
|
275
|
-
## 0.1.9-alpha.0
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [3729dbd]
|
|
280
|
-
- @mastra/core@0.5.1-alpha.0
|
|
281
|
-
- @mastra/deployer@0.1.9-alpha.0
|
|
282
|
-
|
|
283
|
-
## 0.1.8
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [a910463]
|
|
289
|
-
- Updated dependencies [59df7b6]
|
|
290
|
-
- Updated dependencies [22643eb]
|
|
291
|
-
- Updated dependencies [6feb23f]
|
|
292
|
-
- Updated dependencies [f2d6727]
|
|
293
|
-
- Updated dependencies [7a7a547]
|
|
294
|
-
- Updated dependencies [29f3a82]
|
|
295
|
-
- Updated dependencies [3d0e290]
|
|
296
|
-
- Updated dependencies [e9fbac5]
|
|
297
|
-
- Updated dependencies [301e4ee]
|
|
298
|
-
- Updated dependencies [ee667a2]
|
|
299
|
-
- Updated dependencies [dfbe4e9]
|
|
300
|
-
- Updated dependencies [dab255b]
|
|
301
|
-
|
|
302
|
-
... 1205 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1245 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.15-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
- @mastra/deployer@0.2.6-alpha.6
|
|
10
|
+
|
|
11
|
+
## 0.1.15-alpha.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [32ba03c]
|
|
16
|
+
- @mastra/deployer@0.2.6-alpha.5
|
|
17
|
+
|
|
18
|
+
## 0.1.15-alpha.4
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [5ae0180]
|
|
23
|
+
- Updated dependencies [9bfa12b]
|
|
24
|
+
- Updated dependencies [515ebfb]
|
|
25
|
+
- Updated dependencies [88fa727]
|
|
26
|
+
- Updated dependencies [dfb0601]
|
|
27
|
+
- Updated dependencies [f37f535]
|
|
28
|
+
- Updated dependencies [789bef3]
|
|
29
|
+
- Updated dependencies [4d67826]
|
|
30
|
+
- Updated dependencies [6330967]
|
|
31
|
+
- Updated dependencies [8393832]
|
|
32
|
+
- Updated dependencies [6330967]
|
|
33
|
+
- @mastra/core@0.8.0-alpha.3
|
|
34
|
+
- @mastra/deployer@0.2.6-alpha.4
|
|
35
|
+
|
|
36
|
+
## 0.1.15-alpha.3
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [0deb356]
|
|
41
|
+
- @mastra/deployer@0.2.6-alpha.3
|
|
42
|
+
|
|
3
43
|
## 0.1.15-alpha.2
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
|
@@ -258,45 +298,5 @@
|
|
|
258
298
|
- Updated dependencies [95b4144]
|
|
259
299
|
- Updated dependencies [3729dbd]
|
|
260
300
|
- Updated dependencies [c2144f4]
|
|
261
|
-
- @mastra/core@0.6.0
|
|
262
|
-
- @mastra/deployer@0.2.0
|
|
263
|
-
|
|
264
|
-
## 0.1.9-alpha.1
|
|
265
|
-
|
|
266
|
-
### Patch Changes
|
|
267
|
-
|
|
268
|
-
- Updated dependencies [16b98d9]
|
|
269
|
-
- Updated dependencies [1c8cda4]
|
|
270
|
-
- Updated dependencies [95b4144]
|
|
271
|
-
- Updated dependencies [c2144f4]
|
|
272
|
-
- @mastra/core@0.6.0-alpha.1
|
|
273
|
-
- @mastra/deployer@0.2.0-alpha.1
|
|
274
|
-
|
|
275
|
-
## 0.1.9-alpha.0
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [3729dbd]
|
|
280
|
-
- @mastra/core@0.5.1-alpha.0
|
|
281
|
-
- @mastra/deployer@0.1.9-alpha.0
|
|
282
|
-
|
|
283
|
-
## 0.1.8
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [a910463]
|
|
289
|
-
- Updated dependencies [59df7b6]
|
|
290
|
-
- Updated dependencies [22643eb]
|
|
291
|
-
- Updated dependencies [6feb23f]
|
|
292
|
-
- Updated dependencies [f2d6727]
|
|
293
|
-
- Updated dependencies [7a7a547]
|
|
294
|
-
- Updated dependencies [29f3a82]
|
|
295
|
-
- Updated dependencies [3d0e290]
|
|
296
|
-
- Updated dependencies [e9fbac5]
|
|
297
|
-
- Updated dependencies [301e4ee]
|
|
298
|
-
- Updated dependencies [ee667a2]
|
|
299
|
-
- Updated dependencies [dfbe4e9]
|
|
300
|
-
- Updated dependencies [dab255b]
|
|
301
|
-
|
|
302
|
-
... 1205 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1245 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.2.6-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
- @mastra/server@0.0.1-alpha.2
|
|
10
|
+
|
|
11
|
+
## 0.2.6-alpha.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 32ba03c: Make timeout 30s
|
|
16
|
+
|
|
17
|
+
## 0.2.6-alpha.4
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
22
|
+
- dfb0601: Add missing triggerData to the openapi.json for the POST /api/workflow/{workflowId}/start endpoint
|
|
23
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
24
|
+
- 6330967: Enable route timeout using server options
|
|
25
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
26
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
27
|
+
- Updated dependencies [5ae0180]
|
|
28
|
+
- Updated dependencies [9bfa12b]
|
|
29
|
+
- Updated dependencies [515ebfb]
|
|
30
|
+
- Updated dependencies [88fa727]
|
|
31
|
+
- Updated dependencies [f37f535]
|
|
32
|
+
- Updated dependencies [789bef3]
|
|
33
|
+
- Updated dependencies [4d67826]
|
|
34
|
+
- Updated dependencies [6330967]
|
|
35
|
+
- Updated dependencies [8393832]
|
|
36
|
+
- Updated dependencies [6330967]
|
|
37
|
+
- @mastra/core@0.8.0-alpha.3
|
|
38
|
+
- @mastra/server@0.0.1-alpha.1
|
|
39
|
+
|
|
40
|
+
## 0.2.6-alpha.3
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 0deb356: Fixed a bug where the hono body wasn't properly passed into stream+generate API handlers resulting in "cannot destructure property messages of body"
|
|
45
|
+
|
|
3
46
|
## 0.2.6-alpha.2
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
|
@@ -256,47 +299,4 @@
|
|
|
256
299
|
|
|
257
300
|
- 95b4144: Added server middleware to apply custom functionality in API endpoints like auth
|
|
258
301
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
- Updated dependencies [16b98d9]
|
|
262
|
-
- Updated dependencies [1c8cda4]
|
|
263
|
-
- Updated dependencies [95b4144]
|
|
264
|
-
- Updated dependencies [c2144f4]
|
|
265
|
-
- @mastra/core@0.6.0-alpha.1
|
|
266
|
-
|
|
267
|
-
## 0.1.9-alpha.0
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- Updated dependencies [3729dbd]
|
|
272
|
-
- @mastra/core@0.5.1-alpha.0
|
|
273
|
-
|
|
274
|
-
## 0.1.8
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- 7a7a547: Fix telemetry getter in hono server
|
|
279
|
-
- e9fbac5: Update Vercel tools to have id and update deployer
|
|
280
|
-
- 8deb34c: Better workflow watch api + watch workflow by runId
|
|
281
|
-
- c2dde91: Return full workflow details in api/workflows endpoint
|
|
282
|
-
- 5d41958: Remove redundant mastra server agent stream, generate messages validation
|
|
283
|
-
- 144b3d5: Update traces table UI, agent Chat UI
|
|
284
|
-
Fix get workflows breaking
|
|
285
|
-
- 03236ec: Added GRPC Exporter for Laminar and updated dodcs for Observability Providers
|
|
286
|
-
- 731dd8a: Removed useless logging that showed up when user selected log drains tab on the playground
|
|
287
|
-
- 0461849: Fixed a bug where mastra.db file location was inconsistently created when running mastra dev vs running a file directly (tsx src/index.ts for ex)
|
|
288
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
289
|
-
- 960690d: return runId from server on workflow watch
|
|
290
|
-
- Updated dependencies [a910463]
|
|
291
|
-
- Updated dependencies [59df7b6]
|
|
292
|
-
- Updated dependencies [22643eb]
|
|
293
|
-
- Updated dependencies [6feb23f]
|
|
294
|
-
- Updated dependencies [f2d6727]
|
|
295
|
-
- Updated dependencies [7a7a547]
|
|
296
|
-
- Updated dependencies [29f3a82]
|
|
297
|
-
- Updated dependencies [3d0e290]
|
|
298
|
-
- Updated dependencies [e9fbac5]
|
|
299
|
-
- Updated dependencies [301e4ee]
|
|
300
|
-
- Updated dependencies [ee667a2]
|
|
301
|
-
|
|
302
|
-
... 1125 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1168 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.15-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d7e08e8]
|
|
8
|
+
- @mastra/core@0.8.0-alpha.4
|
|
9
|
+
|
|
10
|
+
## 0.1.15-alpha.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [5ae0180]
|
|
15
|
+
- Updated dependencies [9bfa12b]
|
|
16
|
+
- Updated dependencies [515ebfb]
|
|
17
|
+
- Updated dependencies [88fa727]
|
|
18
|
+
- Updated dependencies [f37f535]
|
|
19
|
+
- Updated dependencies [4d67826]
|
|
20
|
+
- Updated dependencies [6330967]
|
|
21
|
+
- Updated dependencies [8393832]
|
|
22
|
+
- Updated dependencies [6330967]
|
|
23
|
+
- @mastra/core@0.8.0-alpha.3
|
|
24
|
+
|
|
3
25
|
## 0.1.15-alpha.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- Updated dependencies [a85ab24]
|
|
277
299
|
- @mastra/core@0.5.0-alpha.12
|
|
278
300
|
|
|
279
|
-
## 0.1.8-alpha.11
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
284
|
-
- Updated dependencies [7a7a547]
|
|
285
|
-
- Updated dependencies [c93798b]
|
|
286
|
-
- Updated dependencies [dbd9f2d]
|
|
287
|
-
- Updated dependencies [a171b37]
|
|
288
|
-
- Updated dependencies [fd4a1d7]
|
|
289
|
-
- @mastra/core@0.5.0-alpha.11
|
|
290
|
-
|
|
291
|
-
## 0.1.8-alpha.10
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 9d31a36: Update hallucination eval
|
|
296
|
-
- Updated dependencies [a910463]
|
|
297
|
-
- @mastra/core@0.5.0-alpha.10
|
|
298
|
-
|
|
299
|
-
## 0.1.8-alpha.9
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 950 more lines hidden. See full changelog in package directory.
|