@mastra/mcp-docs-server 0.0.1 → 0.0.2
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 +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +37 -37
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +37 -37
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +37 -37
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +36 -36
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +29 -29
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +29 -29
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +34 -34
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Frag.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +24 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +25 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +25 -25
- package/.docs/organized/changelogs/create-mastra.md +16 -16
- package/.docs/organized/changelogs/mastra.md +58 -58
- package/.docs/organized/code-examples/agent.md +8 -3
- package/.docs/organized/code-examples/ai-sdk-useChat.md +1 -0
- package/.docs/organized/code-examples/weather-agent.md +1 -0
- package/.docs/raw/deployment/client.mdx +120 -0
- package/.docs/raw/deployment/server.mdx +1 -1
- package/.docs/raw/evals/00-overview.mdx +58 -75
- package/.docs/raw/evals/01-textual-evals.mdx +53 -0
- package/.docs/raw/evals/02-custom-eval.mdx +6 -170
- package/.docs/raw/evals/03-running-in-ci.mdx +78 -0
- package/.docs/raw/getting-started/installation.mdx +24 -13
- package/.docs/raw/getting-started/mcp-docs-server.mdx +138 -0
- package/.docs/raw/index.mdx +2 -2
- package/.docs/raw/local-dev/add-to-existing-project.mdx +48 -0
- package/.docs/raw/local-dev/creating-a-new-project.mdx +54 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +78 -35
- package/.docs/raw/reference/agents/createTool.mdx +128 -89
- package/.docs/raw/reference/agents/stream.mdx +19 -18
- package/.docs/raw/reference/cli/dev.mdx +58 -21
- package/.docs/raw/reference/voice/openai-realtime.mdx +1 -1
- package/.docs/raw/storage/overview.mdx +331 -0
- package/package.json +2 -2
- package/.docs/raw/evals/01-supported-evals.mdx +0 -31
- package/.docs/raw/local-dev/creating-projects.mdx +0 -74
- package/.docs/raw/reference/client-js/index.mdx +0 -127
- /package/.docs/raw/{local-dev/integrations.mdx → integrations/index.mdx} +0 -0
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.2.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [fc2f89c]
|
|
16
|
+
- Updated dependencies [dfbb131]
|
|
17
|
+
- Updated dependencies [f4854ee]
|
|
18
|
+
- Updated dependencies [afaf73f]
|
|
19
|
+
- Updated dependencies [0850b4c]
|
|
20
|
+
- Updated dependencies [7bcfaee]
|
|
21
|
+
- Updated dependencies [44631b1]
|
|
22
|
+
- Updated dependencies [9116d70]
|
|
23
|
+
- Updated dependencies [6e559a0]
|
|
24
|
+
- Updated dependencies [5f43505]
|
|
25
|
+
- @mastra/core@0.6.1
|
|
26
|
+
|
|
3
27
|
## 0.2.2-alpha.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
|
|
275
299
|
## 0.1.6-alpha.3
|
|
276
300
|
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
280
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
281
|
-
- c4fdac3: Updated tests for upstash and astra
|
|
282
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
283
|
-
- bb4f447: Add support for commonjs
|
|
284
|
-
- Updated dependencies [0fd78ac]
|
|
285
|
-
- Updated dependencies [0d25b75]
|
|
286
|
-
- Updated dependencies [fd14a3f]
|
|
287
|
-
- Updated dependencies [3f369a2]
|
|
288
|
-
- Updated dependencies [4d4e1e1]
|
|
289
|
-
- Updated dependencies [bb4f447]
|
|
290
|
-
- @mastra/core@0.4.3-alpha.3
|
|
291
|
-
|
|
292
|
-
## 0.1.6-alpha.2
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [2512a93]
|
|
297
|
-
- Updated dependencies [e62de74]
|
|
298
|
-
- @mastra/core@0.4.3-alpha.2
|
|
299
|
-
|
|
300
|
-
## 0.1.6-alpha.1
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 731 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.2.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [fc2f89c]
|
|
16
|
+
- Updated dependencies [dfbb131]
|
|
17
|
+
- Updated dependencies [f4854ee]
|
|
18
|
+
- Updated dependencies [afaf73f]
|
|
19
|
+
- Updated dependencies [0850b4c]
|
|
20
|
+
- Updated dependencies [7bcfaee]
|
|
21
|
+
- Updated dependencies [44631b1]
|
|
22
|
+
- Updated dependencies [9116d70]
|
|
23
|
+
- Updated dependencies [6e559a0]
|
|
24
|
+
- Updated dependencies [5f43505]
|
|
25
|
+
- @mastra/core@0.6.1
|
|
26
|
+
|
|
3
27
|
## 0.2.2-alpha.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
### Patch Changes
|
|
275
299
|
|
|
276
300
|
- Updated dependencies [dabecf4]
|
|
277
|
-
- @mastra/core@0.4.3-alpha.4
|
|
278
|
-
|
|
279
|
-
## 0.1.6-alpha.3
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
284
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
285
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
286
|
-
- bb4f447: Add support for commonjs
|
|
287
|
-
- Updated dependencies [0fd78ac]
|
|
288
|
-
- Updated dependencies [0d25b75]
|
|
289
|
-
- Updated dependencies [fd14a3f]
|
|
290
|
-
- Updated dependencies [3f369a2]
|
|
291
|
-
- Updated dependencies [4d4e1e1]
|
|
292
|
-
- Updated dependencies [bb4f447]
|
|
293
|
-
- @mastra/core@0.4.3-alpha.3
|
|
294
|
-
|
|
295
|
-
## 0.1.6-alpha.2
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [2512a93]
|
|
300
|
-
- Updated dependencies [e62de74]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 732 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.10-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.1.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 0850b4c: Watch and resume per run
|
|
16
|
+
- 4356859: Bump types from core so it can pass instructions optionally
|
|
17
|
+
- Updated dependencies [fc2f89c]
|
|
18
|
+
- Updated dependencies [dfbb131]
|
|
19
|
+
- Updated dependencies [f4854ee]
|
|
20
|
+
- Updated dependencies [afaf73f]
|
|
21
|
+
- Updated dependencies [0850b4c]
|
|
22
|
+
- Updated dependencies [7bcfaee]
|
|
23
|
+
- Updated dependencies [44631b1]
|
|
24
|
+
- Updated dependencies [9116d70]
|
|
25
|
+
- Updated dependencies [6e559a0]
|
|
26
|
+
- Updated dependencies [5f43505]
|
|
27
|
+
- @mastra/core@0.6.1
|
|
28
|
+
|
|
3
29
|
## 0.1.9-alpha.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
|
|
273
299
|
### Patch Changes
|
|
274
300
|
|
|
275
|
-
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
276
|
-
- 7a64aff: Add more types to client-js sdk
|
|
277
|
-
- bb4f447: Add support for commonjs
|
|
278
|
-
- Updated dependencies [0fd78ac]
|
|
279
|
-
- Updated dependencies [0d25b75]
|
|
280
|
-
- Updated dependencies [fd14a3f]
|
|
281
|
-
- Updated dependencies [3f369a2]
|
|
282
|
-
- Updated dependencies [4d4e1e1]
|
|
283
|
-
- Updated dependencies [bb4f447]
|
|
284
|
-
- @mastra/core@0.4.3-alpha.3
|
|
285
|
-
|
|
286
|
-
## 0.1.5-alpha.2
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [2512a93]
|
|
291
|
-
- Updated dependencies [e62de74]
|
|
292
|
-
- @mastra/core@0.4.3-alpha.2
|
|
293
|
-
|
|
294
|
-
## 0.1.5-alpha.1
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [0d185b1]
|
|
299
|
-
- Updated dependencies [ed55f1d]
|
|
300
|
-
- Updated dependencies [8d13b14]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 128 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/composio
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.1.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [fc2f89c]
|
|
16
|
+
- Updated dependencies [dfbb131]
|
|
17
|
+
- Updated dependencies [f4854ee]
|
|
18
|
+
- Updated dependencies [afaf73f]
|
|
19
|
+
- Updated dependencies [0850b4c]
|
|
20
|
+
- Updated dependencies [7bcfaee]
|
|
21
|
+
- Updated dependencies [44631b1]
|
|
22
|
+
- Updated dependencies [9116d70]
|
|
23
|
+
- Updated dependencies [6e559a0]
|
|
24
|
+
- Updated dependencies [5f43505]
|
|
25
|
+
- @mastra/core@0.6.1
|
|
26
|
+
|
|
3
27
|
## 0.1.10-alpha.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -275,28 +299,4 @@
|
|
|
275
299
|
- Updated dependencies [bb4f447]
|
|
276
300
|
- @mastra/core@0.4.3-alpha.3
|
|
277
301
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [2512a93]
|
|
283
|
-
- Updated dependencies [e62de74]
|
|
284
|
-
- @mastra/core@0.4.3-alpha.2
|
|
285
|
-
|
|
286
|
-
## 0.1.6-alpha.1
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [0d185b1]
|
|
291
|
-
- Updated dependencies [ed55f1d]
|
|
292
|
-
- Updated dependencies [8d13b14]
|
|
293
|
-
- Updated dependencies [3ee4831]
|
|
294
|
-
- Updated dependencies [108793c]
|
|
295
|
-
- Updated dependencies [5f28f44]
|
|
296
|
-
- @mastra/core@0.4.3-alpha.1
|
|
297
|
-
|
|
298
|
-
## 0.1.6-alpha.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 907 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 931 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.6.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- beaf1c2: createTool type fixes
|
|
8
|
+
- 3084e13: More parallel memory operations
|
|
9
|
+
|
|
10
|
+
## 0.6.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fc2f89c: Insert static payload into inputData
|
|
15
|
+
- dfbb131: Fix after method on multiple passes
|
|
16
|
+
- f4854ee: Fix else branch execution when if-branch has loops
|
|
17
|
+
- afaf73f: Add fix for vercel tools and optional instructions
|
|
18
|
+
- 0850b4c: Watch and resume per run
|
|
19
|
+
- 7bcfaee: Remove node_modules-path dir which calls \_\_dirname at the top level and breaks some esm runtimes
|
|
20
|
+
- 44631b1: Fix after usage with skipped conditions on the awaited steps
|
|
21
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
22
|
+
- 6e559a0: Update Voice for realtime providers
|
|
23
|
+
- 5f43505: feat: OpenAI realtime voice provider for speech to speech communication
|
|
24
|
+
Update voice speaking event type
|
|
25
|
+
|
|
3
26
|
## 0.6.1-alpha.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -275,28 +298,5 @@
|
|
|
275
298
|
|
|
276
299
|
### Patch Changes
|
|
277
300
|
|
|
278
|
-
- 0d185b1: Ensure proper message sort order for tool calls and results when using Memory semanticRecall feature
|
|
279
|
-
- ed55f1d: Fixes to watch payload in workloads with nested branching
|
|
280
|
-
- 8d13b14: Fixes early exits in workflows with branching
|
|
281
|
-
- 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
|
|
282
|
-
- 108793c: Throw error when resourceId is not provided but Memory is configured and a threadId was passed
|
|
283
|
-
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
284
|
-
|
|
285
|
-
## 0.4.3-alpha.0
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- 06aa827: add option for specifying telemetry settings at generation time
|
|
290
|
-
|
|
291
|
-
## 0.4.2
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 7fceae1: Removed system prompt with todays date since it can interfere with input token caching. Also removed a memory system prompt that refered to date ranges - we no longer use date ranges for memory so this was removed
|
|
296
|
-
- 8d94c3e: Optional tool execute
|
|
297
|
-
- 99dcdb5: Inject primitives into condition function, and renames getStepPayload to getStepResult.
|
|
298
|
-
- 6cb63e0: Experimental output support
|
|
299
|
-
- f626fbb: add stt and tts capabilities on agent
|
|
300
|
-
- e752340: Move storage/vector libSQL to own files so they do not get imported when not using bundlers.
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 879 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
- @mastra/deployer@0.2.2-alpha.1
|
|
11
|
+
|
|
12
|
+
## 0.1.11-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [4e6732b]
|
|
17
|
+
- @mastra/deployer@0.2.2-alpha.0
|
|
18
|
+
|
|
19
|
+
## 0.1.10
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [cc7f392]
|
|
24
|
+
- Updated dependencies [fc2f89c]
|
|
25
|
+
- Updated dependencies [dfbb131]
|
|
26
|
+
- Updated dependencies [f4854ee]
|
|
27
|
+
- Updated dependencies [afaf73f]
|
|
28
|
+
- Updated dependencies [0850b4c]
|
|
29
|
+
- Updated dependencies [7bcfaee]
|
|
30
|
+
- Updated dependencies [da8d9bb]
|
|
31
|
+
- Updated dependencies [44631b1]
|
|
32
|
+
- Updated dependencies [9116d70]
|
|
33
|
+
- Updated dependencies [6e559a0]
|
|
34
|
+
- Updated dependencies [5f43505]
|
|
35
|
+
- Updated dependencies [61ad5a4]
|
|
36
|
+
- @mastra/deployer@0.2.1
|
|
37
|
+
- @mastra/core@0.6.1
|
|
38
|
+
|
|
3
39
|
## 0.1.10-alpha.2
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
|
@@ -262,41 +298,5 @@
|
|
|
262
298
|
- Updated dependencies [1da20e7]
|
|
263
299
|
- Updated dependencies [30a4c29]
|
|
264
300
|
- Updated dependencies [e1e2705]
|
|
265
|
-
- @mastra/core@0.4.4
|
|
266
|
-
- @mastra/deployer@0.1.7
|
|
267
|
-
|
|
268
|
-
## 0.1.7-alpha.0
|
|
269
|
-
|
|
270
|
-
### Patch Changes
|
|
271
|
-
|
|
272
|
-
- Updated dependencies [1da20e7]
|
|
273
|
-
- Updated dependencies [30a4c29]
|
|
274
|
-
- Updated dependencies [e1e2705]
|
|
275
|
-
- @mastra/core@0.4.4-alpha.0
|
|
276
|
-
- @mastra/deployer@0.1.7-alpha.0
|
|
277
|
-
|
|
278
|
-
## 0.1.6
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
301
|
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [0d185b1]
|
|
284
|
-
- Updated dependencies [ed55f1d]
|
|
285
|
-
- Updated dependencies [06aa827]
|
|
286
|
-
- Updated dependencies [80cdd76]
|
|
287
|
-
- Updated dependencies [0fd78ac]
|
|
288
|
-
- Updated dependencies [2512a93]
|
|
289
|
-
- Updated dependencies [e62de74]
|
|
290
|
-
- Updated dependencies [0d25b75]
|
|
291
|
-
- Updated dependencies [fd14a3f]
|
|
292
|
-
- Updated dependencies [8d13b14]
|
|
293
|
-
- Updated dependencies [3f369a2]
|
|
294
|
-
- Updated dependencies [3ee4831]
|
|
295
|
-
- Updated dependencies [4d4e1e1]
|
|
296
|
-
- Updated dependencies [bb4f447]
|
|
297
|
-
- Updated dependencies [108793c]
|
|
298
|
-
- Updated dependencies [5f28f44]
|
|
299
|
-
- Updated dependencies [dabecf4]
|
|
300
|
-
- @mastra/core@0.4.3
|
|
301
|
-
|
|
302
|
-
... 1016 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1052 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
- @mastra/deployer@0.2.2-alpha.1
|
|
11
|
+
|
|
12
|
+
## 0.1.11-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [4e6732b]
|
|
17
|
+
- @mastra/deployer@0.2.2-alpha.0
|
|
18
|
+
|
|
19
|
+
## 0.1.10
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [cc7f392]
|
|
24
|
+
- Updated dependencies [fc2f89c]
|
|
25
|
+
- Updated dependencies [dfbb131]
|
|
26
|
+
- Updated dependencies [f4854ee]
|
|
27
|
+
- Updated dependencies [afaf73f]
|
|
28
|
+
- Updated dependencies [0850b4c]
|
|
29
|
+
- Updated dependencies [7bcfaee]
|
|
30
|
+
- Updated dependencies [da8d9bb]
|
|
31
|
+
- Updated dependencies [44631b1]
|
|
32
|
+
- Updated dependencies [9116d70]
|
|
33
|
+
- Updated dependencies [6e559a0]
|
|
34
|
+
- Updated dependencies [5f43505]
|
|
35
|
+
- Updated dependencies [61ad5a4]
|
|
36
|
+
- @mastra/deployer@0.2.1
|
|
37
|
+
- @mastra/core@0.6.1
|
|
38
|
+
|
|
3
39
|
## 0.1.10-alpha.2
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
|
@@ -263,40 +299,4 @@
|
|
|
263
299
|
|
|
264
300
|
## 0.1.7-alpha.0
|
|
265
301
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
- Updated dependencies [1da20e7]
|
|
269
|
-
- Updated dependencies [30a4c29]
|
|
270
|
-
- Updated dependencies [e1e2705]
|
|
271
|
-
- @mastra/core@0.4.4-alpha.0
|
|
272
|
-
- @mastra/deployer@0.1.7-alpha.0
|
|
273
|
-
|
|
274
|
-
## 0.1.6
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- bb4f447: Add support for commonjs
|
|
279
|
-
- Updated dependencies [0d185b1]
|
|
280
|
-
- Updated dependencies [ed55f1d]
|
|
281
|
-
- Updated dependencies [06aa827]
|
|
282
|
-
- Updated dependencies [80cdd76]
|
|
283
|
-
- Updated dependencies [0fd78ac]
|
|
284
|
-
- Updated dependencies [2512a93]
|
|
285
|
-
- Updated dependencies [e62de74]
|
|
286
|
-
- Updated dependencies [0d25b75]
|
|
287
|
-
- Updated dependencies [fd14a3f]
|
|
288
|
-
- Updated dependencies [8d13b14]
|
|
289
|
-
- Updated dependencies [3f369a2]
|
|
290
|
-
- Updated dependencies [3ee4831]
|
|
291
|
-
- Updated dependencies [4d4e1e1]
|
|
292
|
-
- Updated dependencies [bb4f447]
|
|
293
|
-
- Updated dependencies [108793c]
|
|
294
|
-
- Updated dependencies [5f28f44]
|
|
295
|
-
- Updated dependencies [dabecf4]
|
|
296
|
-
- @mastra/core@0.4.3
|
|
297
|
-
- @mastra/deployer@0.1.6
|
|
298
|
-
|
|
299
|
-
## 0.1.6-alpha.4
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 990 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1026 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
- @mastra/deployer@0.2.2-alpha.1
|
|
11
|
+
|
|
12
|
+
## 0.1.11-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [4e6732b]
|
|
17
|
+
- @mastra/deployer@0.2.2-alpha.0
|
|
18
|
+
|
|
19
|
+
## 0.1.10
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [cc7f392]
|
|
24
|
+
- Updated dependencies [fc2f89c]
|
|
25
|
+
- Updated dependencies [dfbb131]
|
|
26
|
+
- Updated dependencies [f4854ee]
|
|
27
|
+
- Updated dependencies [afaf73f]
|
|
28
|
+
- Updated dependencies [0850b4c]
|
|
29
|
+
- Updated dependencies [7bcfaee]
|
|
30
|
+
- Updated dependencies [da8d9bb]
|
|
31
|
+
- Updated dependencies [44631b1]
|
|
32
|
+
- Updated dependencies [9116d70]
|
|
33
|
+
- Updated dependencies [6e559a0]
|
|
34
|
+
- Updated dependencies [5f43505]
|
|
35
|
+
- Updated dependencies [61ad5a4]
|
|
36
|
+
- @mastra/deployer@0.2.1
|
|
37
|
+
- @mastra/core@0.6.1
|
|
38
|
+
|
|
3
39
|
## 0.1.10-alpha.2
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
|
@@ -263,40 +299,4 @@
|
|
|
263
299
|
|
|
264
300
|
## 0.1.7-alpha.0
|
|
265
301
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
- Updated dependencies [1da20e7]
|
|
269
|
-
- Updated dependencies [30a4c29]
|
|
270
|
-
- Updated dependencies [e1e2705]
|
|
271
|
-
- @mastra/core@0.4.4-alpha.0
|
|
272
|
-
- @mastra/deployer@0.1.7-alpha.0
|
|
273
|
-
|
|
274
|
-
## 0.1.6
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- bb4f447: Add support for commonjs
|
|
279
|
-
- Updated dependencies [0d185b1]
|
|
280
|
-
- Updated dependencies [ed55f1d]
|
|
281
|
-
- Updated dependencies [06aa827]
|
|
282
|
-
- Updated dependencies [80cdd76]
|
|
283
|
-
- Updated dependencies [0fd78ac]
|
|
284
|
-
- Updated dependencies [2512a93]
|
|
285
|
-
- Updated dependencies [e62de74]
|
|
286
|
-
- Updated dependencies [0d25b75]
|
|
287
|
-
- Updated dependencies [fd14a3f]
|
|
288
|
-
- Updated dependencies [8d13b14]
|
|
289
|
-
- Updated dependencies [3f369a2]
|
|
290
|
-
- Updated dependencies [3ee4831]
|
|
291
|
-
- Updated dependencies [4d4e1e1]
|
|
292
|
-
- Updated dependencies [bb4f447]
|
|
293
|
-
- Updated dependencies [108793c]
|
|
294
|
-
- Updated dependencies [5f28f44]
|
|
295
|
-
- Updated dependencies [dabecf4]
|
|
296
|
-
- @mastra/core@0.4.3
|
|
297
|
-
- @mastra/deployer@0.1.6
|
|
298
|
-
|
|
299
|
-
## 0.1.6-alpha.4
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 990 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1026 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.2.2-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.2.2-alpha.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 4e6732b: Add support for tsconfig paths aliases
|
|
16
|
+
|
|
17
|
+
## 0.2.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- cc7f392: Fix babel transformation in deployer
|
|
22
|
+
- 0850b4c: Watch and resume per run
|
|
23
|
+
- da8d9bb: Enable public dir copying if it exists
|
|
24
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
25
|
+
- 61ad5a4: Move esbuild plugin higher than commonjs for telemetry extraction
|
|
26
|
+
- Updated dependencies [fc2f89c]
|
|
27
|
+
- Updated dependencies [dfbb131]
|
|
28
|
+
- Updated dependencies [f4854ee]
|
|
29
|
+
- Updated dependencies [afaf73f]
|
|
30
|
+
- Updated dependencies [0850b4c]
|
|
31
|
+
- Updated dependencies [7bcfaee]
|
|
32
|
+
- Updated dependencies [44631b1]
|
|
33
|
+
- Updated dependencies [9116d70]
|
|
34
|
+
- Updated dependencies [6e559a0]
|
|
35
|
+
- Updated dependencies [5f43505]
|
|
36
|
+
- @mastra/core@0.6.1
|
|
37
|
+
|
|
3
38
|
## 0.2.1-alpha.2
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
|
@@ -264,39 +299,4 @@
|
|
|
264
299
|
|
|
265
300
|
### Patch Changes
|
|
266
301
|
|
|
267
|
-
|
|
268
|
-
- e1e2705: Added --ignore-workspace when installing dependencies in mastra build with pnpm package manager
|
|
269
|
-
- Updated dependencies [1da20e7]
|
|
270
|
-
- @mastra/core@0.4.4-alpha.0
|
|
271
|
-
|
|
272
|
-
## 0.1.6
|
|
273
|
-
|
|
274
|
-
### Patch Changes
|
|
275
|
-
|
|
276
|
-
- 80cdd76: Add hono routes for agent voice methods speakers, speak and listen
|
|
277
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
278
|
-
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
279
|
-
- bb4f447: Add support for commonjs
|
|
280
|
-
- Updated dependencies [0d185b1]
|
|
281
|
-
- Updated dependencies [ed55f1d]
|
|
282
|
-
- Updated dependencies [06aa827]
|
|
283
|
-
- Updated dependencies [0fd78ac]
|
|
284
|
-
- Updated dependencies [2512a93]
|
|
285
|
-
- Updated dependencies [e62de74]
|
|
286
|
-
- Updated dependencies [0d25b75]
|
|
287
|
-
- Updated dependencies [fd14a3f]
|
|
288
|
-
- Updated dependencies [8d13b14]
|
|
289
|
-
- Updated dependencies [3f369a2]
|
|
290
|
-
- Updated dependencies [3ee4831]
|
|
291
|
-
- Updated dependencies [4d4e1e1]
|
|
292
|
-
- Updated dependencies [bb4f447]
|
|
293
|
-
- Updated dependencies [108793c]
|
|
294
|
-
- Updated dependencies [5f28f44]
|
|
295
|
-
- Updated dependencies [dabecf4]
|
|
296
|
-
- @mastra/core@0.4.3
|
|
297
|
-
|
|
298
|
-
## 0.1.6-alpha.4
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 923 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 958 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [beaf1c2]
|
|
8
|
+
- Updated dependencies [3084e13]
|
|
9
|
+
- @mastra/core@0.6.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.1.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [fc2f89c]
|
|
16
|
+
- Updated dependencies [dfbb131]
|
|
17
|
+
- Updated dependencies [f4854ee]
|
|
18
|
+
- Updated dependencies [afaf73f]
|
|
19
|
+
- Updated dependencies [0850b4c]
|
|
20
|
+
- Updated dependencies [7bcfaee]
|
|
21
|
+
- Updated dependencies [44631b1]
|
|
22
|
+
- Updated dependencies [9116d70]
|
|
23
|
+
- Updated dependencies [6e559a0]
|
|
24
|
+
- Updated dependencies [5f43505]
|
|
25
|
+
- @mastra/core@0.6.1
|
|
26
|
+
|
|
3
27
|
## 0.1.10-alpha.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -275,28 +299,4 @@
|
|
|
275
299
|
- Updated dependencies [bb4f447]
|
|
276
300
|
- @mastra/core@0.4.3-alpha.3
|
|
277
301
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [2512a93]
|
|
283
|
-
- Updated dependencies [e62de74]
|
|
284
|
-
- @mastra/core@0.4.3-alpha.2
|
|
285
|
-
|
|
286
|
-
## 0.1.6-alpha.1
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [0d185b1]
|
|
291
|
-
- Updated dependencies [ed55f1d]
|
|
292
|
-
- Updated dependencies [8d13b14]
|
|
293
|
-
- Updated dependencies [3ee4831]
|
|
294
|
-
- Updated dependencies [108793c]
|
|
295
|
-
- Updated dependencies [5f28f44]
|
|
296
|
-
- @mastra/core@0.4.3-alpha.1
|
|
297
|
-
|
|
298
|
-
## 0.1.6-alpha.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 760 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 784 more lines hidden. See full changelog in package directory.
|