@mastra/mcp-docs-server 0.0.3 → 0.0.4-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/.docs/organized/changelogs/%40mastra%2Fastra.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +22 -22
- package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Frag.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +19 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +19 -19
- package/.docs/organized/changelogs/create-mastra.md +16 -16
- package/.docs/organized/changelogs/mastra.md +29 -29
- package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -1
- package/.docs/raw/agents/02-adding-tools.mdx +6 -0
- package/.docs/raw/agents/02a-mcp-guide.mdx +192 -0
- package/.docs/raw/agents/03-adding-voice.mdx +8 -8
- package/.docs/raw/evals/00-overview.mdx +2 -2
- package/.docs/raw/evals/03-running-in-ci.mdx +7 -4
- package/.docs/raw/getting-started/mcp-docs-server.mdx +5 -2
- package/.docs/raw/guides/04-research-assistant.mdx +273 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +2 -2
- package/.docs/raw/rag/overview.mdx +3 -3
- package/.docs/raw/rag/retrieval.mdx +7 -4
- package/.docs/raw/rag/vector-databases.mdx +107 -40
- package/.docs/raw/reference/client-js/workflows.mdx +1 -0
- package/.docs/raw/reference/rag/libsql.mdx +3 -3
- package/.docs/raw/reference/tools/client.mdx +1 -1
- package/.docs/raw/reference/tools/vector-query-tool.mdx +1 -1
- package/.docs/raw/reference/voice/sarvam.mdx +260 -0
- package/.docs/raw/reference/workflows/snapshots.mdx +204 -0
- package/.docs/raw/voice/overview.mdx +135 -0
- package/.docs/raw/voice/speech-to-text.mdx +45 -0
- package/.docs/raw/voice/text-to-speech.mdx +52 -0
- package/.docs/raw/voice/voice-to-voice.mdx +310 -0
- package/.docs/raw/workflows/dynamic-workflows.mdx +4 -0
- package/.docs/raw/workflows/steps.mdx +12 -2
- package/.docs/raw/workflows/suspend-and-resume.mdx +71 -1
- package/.docs/raw/workflows/variables.mdx +23 -3
- package/package.json +2 -2
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b56a681: Update README and some tests for vector stores
|
|
8
|
+
- Updated dependencies [fb68a80]
|
|
9
|
+
- Updated dependencies [b56a681]
|
|
10
|
+
- Updated dependencies [248cb07]
|
|
11
|
+
- @mastra/core@0.6.4-alpha.0
|
|
12
|
+
|
|
13
|
+
## 0.2.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 404640e: AgentNetwork changeset
|
|
18
|
+
- Updated dependencies [404640e]
|
|
19
|
+
- Updated dependencies [3bce733]
|
|
20
|
+
- @mastra/core@0.6.3
|
|
21
|
+
|
|
3
22
|
## 0.2.4-alpha.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -280,23 +299,4 @@
|
|
|
280
299
|
|
|
281
300
|
## 0.1.7-alpha.0
|
|
282
301
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [1da20e7]
|
|
286
|
-
- @mastra/core@0.4.4-alpha.0
|
|
287
|
-
|
|
288
|
-
## 0.1.6
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
293
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
294
|
-
- c4fdac3: Updated tests for upstash and astra
|
|
295
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
296
|
-
- bb4f447: Add support for commonjs
|
|
297
|
-
- Updated dependencies [0d185b1]
|
|
298
|
-
- Updated dependencies [ed55f1d]
|
|
299
|
-
- Updated dependencies [06aa827]
|
|
300
|
-
- Updated dependencies [0fd78ac]
|
|
301
|
-
|
|
302
|
-
... 754 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 773 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b56a681: Update README and some tests for vector stores
|
|
8
|
+
- Updated dependencies [fb68a80]
|
|
9
|
+
- Updated dependencies [b56a681]
|
|
10
|
+
- Updated dependencies [248cb07]
|
|
11
|
+
- @mastra/core@0.6.4-alpha.0
|
|
12
|
+
|
|
13
|
+
## 0.2.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 404640e: AgentNetwork changeset
|
|
18
|
+
- Updated dependencies [404640e]
|
|
19
|
+
- Updated dependencies [3bce733]
|
|
20
|
+
- @mastra/core@0.6.3
|
|
21
|
+
|
|
3
22
|
## 0.2.4-alpha.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -279,24 +298,5 @@
|
|
|
279
298
|
|
|
280
299
|
- 1da20e7: Update typechecks for positional args
|
|
281
300
|
- Updated dependencies [1da20e7]
|
|
282
|
-
- @mastra/core@0.4.4
|
|
283
|
-
|
|
284
|
-
## 0.1.7-alpha.0
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- 1da20e7: Update typechecks for positional args
|
|
289
|
-
- Updated dependencies [1da20e7]
|
|
290
|
-
- @mastra/core@0.4.4-alpha.0
|
|
291
|
-
|
|
292
|
-
## 0.1.6
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
297
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
298
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
299
|
-
- bb4f447: Add support for commonjs
|
|
300
|
-
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 774 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.12-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 05ef3e0: Support voice for mastra client
|
|
8
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
9
|
+
Fix sidebar horizontal overflow in playground
|
|
10
|
+
- Updated dependencies [fb68a80]
|
|
11
|
+
- Updated dependencies [b56a681]
|
|
12
|
+
- Updated dependencies [248cb07]
|
|
13
|
+
- @mastra/core@0.6.4-alpha.0
|
|
14
|
+
|
|
15
|
+
## 0.1.11
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 404640e: AgentNetwork changeset
|
|
20
|
+
- Updated dependencies [404640e]
|
|
21
|
+
- Updated dependencies [3bce733]
|
|
22
|
+
- @mastra/core@0.6.3
|
|
23
|
+
|
|
3
24
|
## 0.1.11-alpha.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -278,25 +299,4 @@
|
|
|
278
299
|
- Updated dependencies [1da20e7]
|
|
279
300
|
- @mastra/core@0.4.4
|
|
280
301
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [1da20e7]
|
|
286
|
-
- @mastra/core@0.4.4-alpha.0
|
|
287
|
-
|
|
288
|
-
## 0.1.5
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
293
|
-
- 7a64aff: Add more types to client-js sdk
|
|
294
|
-
- bb4f447: Add support for commonjs
|
|
295
|
-
- Updated dependencies [0d185b1]
|
|
296
|
-
- Updated dependencies [ed55f1d]
|
|
297
|
-
- Updated dependencies [06aa827]
|
|
298
|
-
- Updated dependencies [0fd78ac]
|
|
299
|
-
- Updated dependencies [2512a93]
|
|
300
|
-
- Updated dependencies [e62de74]
|
|
301
|
-
|
|
302
|
-
... 151 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 172 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/composio
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fb68a80]
|
|
8
|
+
- Updated dependencies [b56a681]
|
|
9
|
+
- Updated dependencies [248cb07]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.0
|
|
11
|
+
|
|
12
|
+
## 0.1.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 404640e: AgentNetwork changeset
|
|
17
|
+
- Updated dependencies [404640e]
|
|
18
|
+
- Updated dependencies [3bce733]
|
|
19
|
+
- @mastra/core@0.6.3
|
|
20
|
+
|
|
3
21
|
## 0.1.12-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 0.1.6
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- bb4f447: Add support for commonjs
|
|
287
|
-
- Updated dependencies [0d185b1]
|
|
288
|
-
- Updated dependencies [ed55f1d]
|
|
289
|
-
- Updated dependencies [06aa827]
|
|
290
|
-
- Updated dependencies [0fd78ac]
|
|
291
|
-
- Updated dependencies [2512a93]
|
|
292
|
-
- Updated dependencies [e62de74]
|
|
293
|
-
- Updated dependencies [0d25b75]
|
|
294
|
-
- Updated dependencies [fd14a3f]
|
|
295
|
-
- Updated dependencies [8d13b14]
|
|
296
|
-
- Updated dependencies [3f369a2]
|
|
297
|
-
- Updated dependencies [3ee4831]
|
|
298
|
-
- Updated dependencies [4d4e1e1]
|
|
299
|
-
- Updated dependencies [bb4f447]
|
|
300
|
-
- Updated dependencies [108793c]
|
|
301
|
-
|
|
302
|
-
... 954 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 972 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.6.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fb68a80: Inject mastra instance into llm class
|
|
8
|
+
- b56a681: Update README and some tests for vector stores
|
|
9
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
10
|
+
Fix sidebar horizontal overflow in playground
|
|
11
|
+
|
|
12
|
+
## 0.6.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 404640e: AgentNetwork changeset
|
|
17
|
+
- 3bce733: fix: agent.generate only get thread if there is threadID
|
|
18
|
+
|
|
3
19
|
## 0.6.3-alpha.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
- 8d13b14: Fixes early exits in workflows with branching
|
|
283
299
|
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
284
300
|
- 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
|
|
285
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
286
|
-
- bb4f447: Add support for commonjs
|
|
287
|
-
- 108793c: Throw error when resourceId is not provided but Memory is configured and a threadId was passed
|
|
288
|
-
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
289
|
-
- dabecf4: Pass threadId and resourceId into tool execute functions so that tools are able to query memory
|
|
290
|
-
|
|
291
|
-
## 0.4.3-alpha.4
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- dabecf4: Pass threadId and resourceId into tool execute functions so that tools are able to query memory
|
|
296
|
-
|
|
297
|
-
## 0.4.3-alpha.3
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 914 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e764fd1]
|
|
8
|
+
- Updated dependencies [fb68a80]
|
|
9
|
+
- Updated dependencies [e764fd1]
|
|
10
|
+
- Updated dependencies [05ef3e0]
|
|
11
|
+
- Updated dependencies [95c5745]
|
|
12
|
+
- Updated dependencies [b56a681]
|
|
13
|
+
- Updated dependencies [248cb07]
|
|
14
|
+
- @mastra/deployer@0.2.4-alpha.0
|
|
15
|
+
- @mastra/core@0.6.4-alpha.0
|
|
16
|
+
|
|
17
|
+
## 0.1.12
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 404640e: AgentNetwork changeset
|
|
22
|
+
- Updated dependencies [404640e]
|
|
23
|
+
- Updated dependencies [3bce733]
|
|
24
|
+
- @mastra/deployer@0.2.3
|
|
25
|
+
- @mastra/core@0.6.3
|
|
26
|
+
|
|
3
27
|
## 0.1.12-alpha.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -275,28 +299,4 @@
|
|
|
275
299
|
|
|
276
300
|
### Patch Changes
|
|
277
301
|
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [144b3d5]
|
|
280
|
-
- @mastra/core@0.5.0-alpha.4
|
|
281
|
-
- @mastra/deployer@0.1.8-alpha.4
|
|
282
|
-
|
|
283
|
-
## 0.1.8-alpha.3
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [3d0e290]
|
|
288
|
-
- @mastra/core@0.5.0-alpha.3
|
|
289
|
-
- @mastra/deployer@0.1.8-alpha.3
|
|
290
|
-
|
|
291
|
-
## 0.1.8-alpha.2
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [02ffb7b]
|
|
296
|
-
- @mastra/core@0.5.0-alpha.2
|
|
297
|
-
- @mastra/deployer@0.1.8-alpha.2
|
|
298
|
-
|
|
299
|
-
## 0.1.8-alpha.1
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1079 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1103 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e764fd1]
|
|
8
|
+
- Updated dependencies [fb68a80]
|
|
9
|
+
- Updated dependencies [e764fd1]
|
|
10
|
+
- Updated dependencies [05ef3e0]
|
|
11
|
+
- Updated dependencies [95c5745]
|
|
12
|
+
- Updated dependencies [b56a681]
|
|
13
|
+
- Updated dependencies [248cb07]
|
|
14
|
+
- @mastra/deployer@0.2.4-alpha.0
|
|
15
|
+
- @mastra/core@0.6.4-alpha.0
|
|
16
|
+
|
|
17
|
+
## 0.1.12
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 404640e: AgentNetwork changeset
|
|
22
|
+
- Updated dependencies [404640e]
|
|
23
|
+
- Updated dependencies [3bce733]
|
|
24
|
+
- @mastra/deployer@0.2.3
|
|
25
|
+
- @mastra/core@0.6.3
|
|
26
|
+
|
|
3
27
|
## 0.1.12-alpha.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
- Updated dependencies [d79aedf]
|
|
275
299
|
- Updated dependencies [144b3d5]
|
|
276
300
|
- @mastra/core@0.5.0-alpha.4
|
|
277
|
-
- @mastra/deployer@0.1.8-alpha.4
|
|
278
|
-
|
|
279
|
-
## 0.1.8-alpha.3
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [3d0e290]
|
|
284
|
-
- @mastra/core@0.5.0-alpha.3
|
|
285
|
-
- @mastra/deployer@0.1.8-alpha.3
|
|
286
|
-
|
|
287
|
-
## 0.1.8-alpha.2
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [02ffb7b]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.2
|
|
293
|
-
- @mastra/deployer@0.1.8-alpha.2
|
|
294
|
-
|
|
295
|
-
## 0.1.8-alpha.1
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [dab255b]
|
|
300
|
-
- @mastra/core@0.5.0-alpha.1
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1077 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e764fd1]
|
|
8
|
+
- Updated dependencies [fb68a80]
|
|
9
|
+
- Updated dependencies [e764fd1]
|
|
10
|
+
- Updated dependencies [05ef3e0]
|
|
11
|
+
- Updated dependencies [95c5745]
|
|
12
|
+
- Updated dependencies [b56a681]
|
|
13
|
+
- Updated dependencies [248cb07]
|
|
14
|
+
- @mastra/deployer@0.2.4-alpha.0
|
|
15
|
+
- @mastra/core@0.6.4-alpha.0
|
|
16
|
+
|
|
17
|
+
## 0.1.12
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 404640e: AgentNetwork changeset
|
|
22
|
+
- Updated dependencies [404640e]
|
|
23
|
+
- Updated dependencies [3bce733]
|
|
24
|
+
- @mastra/deployer@0.2.3
|
|
25
|
+
- @mastra/core@0.6.3
|
|
26
|
+
|
|
3
27
|
## 0.1.12-alpha.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
- Updated dependencies [d79aedf]
|
|
275
299
|
- Updated dependencies [144b3d5]
|
|
276
300
|
- @mastra/core@0.5.0-alpha.4
|
|
277
|
-
- @mastra/deployer@0.1.8-alpha.4
|
|
278
|
-
|
|
279
|
-
## 0.1.8-alpha.3
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [3d0e290]
|
|
284
|
-
- @mastra/core@0.5.0-alpha.3
|
|
285
|
-
- @mastra/deployer@0.1.8-alpha.3
|
|
286
|
-
|
|
287
|
-
## 0.1.8-alpha.2
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [02ffb7b]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.2
|
|
293
|
-
- @mastra/deployer@0.1.8-alpha.2
|
|
294
|
-
|
|
295
|
-
## 0.1.8-alpha.1
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [dab255b]
|
|
300
|
-
- @mastra/core@0.5.0-alpha.1
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1077 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.2.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e764fd1: Fix telemetry when side-effects are added to the mastra file
|
|
8
|
+
- e764fd1: Fix deployer when side-effects are added to the mastra file
|
|
9
|
+
- 05ef3e0: Support voice for mastra client
|
|
10
|
+
- 95c5745: Fix symlink resolving and externals
|
|
11
|
+
- Updated dependencies [fb68a80]
|
|
12
|
+
- Updated dependencies [b56a681]
|
|
13
|
+
- Updated dependencies [248cb07]
|
|
14
|
+
- @mastra/core@0.6.4-alpha.0
|
|
15
|
+
|
|
16
|
+
## 0.2.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 404640e: AgentNetwork changeset
|
|
21
|
+
- Updated dependencies [404640e]
|
|
22
|
+
- Updated dependencies [3bce733]
|
|
23
|
+
- @mastra/core@0.6.3
|
|
24
|
+
|
|
3
25
|
## 0.2.3-alpha.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- Updated dependencies [d79aedf]
|
|
277
299
|
- @mastra/core@0.5.0-alpha.4
|
|
278
300
|
|
|
279
|
-
## 0.1.8-alpha.3
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [3d0e290]
|
|
284
|
-
- @mastra/core@0.5.0-alpha.3
|
|
285
|
-
|
|
286
|
-
## 0.1.8-alpha.2
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [02ffb7b]
|
|
291
|
-
- @mastra/core@0.5.0-alpha.2
|
|
292
|
-
|
|
293
|
-
## 0.1.8-alpha.1
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [dab255b]
|
|
298
|
-
- @mastra/core@0.5.0-alpha.1
|
|
299
|
-
|
|
300
|
-
## 0.1.8-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1004 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fb68a80]
|
|
8
|
+
- Updated dependencies [b56a681]
|
|
9
|
+
- Updated dependencies [248cb07]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.0
|
|
11
|
+
|
|
12
|
+
## 0.1.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 404640e: AgentNetwork changeset
|
|
17
|
+
- Updated dependencies [404640e]
|
|
18
|
+
- Updated dependencies [3bce733]
|
|
19
|
+
- @mastra/core@0.6.3
|
|
20
|
+
|
|
3
21
|
## 0.1.12-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 0.1.6
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- bb4f447: Add support for commonjs
|
|
287
|
-
- Updated dependencies [0d185b1]
|
|
288
|
-
- Updated dependencies [ed55f1d]
|
|
289
|
-
- Updated dependencies [06aa827]
|
|
290
|
-
- Updated dependencies [0fd78ac]
|
|
291
|
-
- Updated dependencies [2512a93]
|
|
292
|
-
- Updated dependencies [e62de74]
|
|
293
|
-
- Updated dependencies [0d25b75]
|
|
294
|
-
- Updated dependencies [fd14a3f]
|
|
295
|
-
- Updated dependencies [8d13b14]
|
|
296
|
-
- Updated dependencies [3f369a2]
|
|
297
|
-
- Updated dependencies [3ee4831]
|
|
298
|
-
- Updated dependencies [4d4e1e1]
|
|
299
|
-
- Updated dependencies [bb4f447]
|
|
300
|
-
- Updated dependencies [108793c]
|
|
301
|
-
|
|
302
|
-
... 807 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 825 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fb68a80]
|
|
8
|
+
- Updated dependencies [b56a681]
|
|
9
|
+
- Updated dependencies [248cb07]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.0
|
|
11
|
+
- @mastra/rag@0.1.13-alpha.0
|
|
12
|
+
|
|
13
|
+
## 1.1.12
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 404640e: AgentNetwork changeset
|
|
18
|
+
- Updated dependencies [404640e]
|
|
19
|
+
- Updated dependencies [3bce733]
|
|
20
|
+
- @mastra/core@0.6.3
|
|
21
|
+
- @mastra/rag@0.1.12
|
|
22
|
+
|
|
3
23
|
## 1.1.12-alpha.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
|
|
279
299
|
- Updated dependencies [3d0e290]
|
|
280
300
|
- Updated dependencies [f2e8e5f]
|
|
281
|
-
- @mastra/core@0.5.0-alpha.3
|
|
282
|
-
- @mastra/rag@0.1.8-alpha.3
|
|
283
|
-
|
|
284
|
-
## 1.1.8-alpha.2
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [02ffb7b]
|
|
289
|
-
- @mastra/core@0.5.0-alpha.2
|
|
290
|
-
- @mastra/rag@0.1.8-alpha.2
|
|
291
|
-
|
|
292
|
-
## 1.1.8-alpha.1
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [dab255b]
|
|
297
|
-
- @mastra/core@0.5.0-alpha.1
|
|
298
|
-
- @mastra/rag@0.1.8-alpha.1
|
|
299
|
-
|
|
300
|
-
## 1.1.8-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1322 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/github
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fb68a80]
|
|
8
|
+
- Updated dependencies [b56a681]
|
|
9
|
+
- Updated dependencies [248cb07]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.0
|
|
11
|
+
|
|
12
|
+
## 1.1.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 404640e: AgentNetwork changeset
|
|
17
|
+
- Updated dependencies [404640e]
|
|
18
|
+
- Updated dependencies [3bce733]
|
|
19
|
+
- @mastra/core@0.6.3
|
|
20
|
+
|
|
3
21
|
## 1.1.12-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 1.1.6
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- bb4f447: Add support for commonjs
|
|
287
|
-
- Updated dependencies [0d185b1]
|
|
288
|
-
- Updated dependencies [ed55f1d]
|
|
289
|
-
- Updated dependencies [06aa827]
|
|
290
|
-
- Updated dependencies [0fd78ac]
|
|
291
|
-
- Updated dependencies [2512a93]
|
|
292
|
-
- Updated dependencies [e62de74]
|
|
293
|
-
- Updated dependencies [0d25b75]
|
|
294
|
-
- Updated dependencies [fd14a3f]
|
|
295
|
-
- Updated dependencies [8d13b14]
|
|
296
|
-
- Updated dependencies [3f369a2]
|
|
297
|
-
- Updated dependencies [3ee4831]
|
|
298
|
-
- Updated dependencies [4d4e1e1]
|
|
299
|
-
- Updated dependencies [bb4f447]
|
|
300
|
-
- Updated dependencies [108793c]
|
|
301
|
-
|
|
302
|
-
... 1057 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1075 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fb68a80]
|
|
8
|
+
- Updated dependencies [b56a681]
|
|
9
|
+
- Updated dependencies [248cb07]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.0
|
|
11
|
+
|
|
12
|
+
## 0.1.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 404640e: AgentNetwork changeset
|
|
17
|
+
- Updated dependencies [404640e]
|
|
18
|
+
- Updated dependencies [3bce733]
|
|
19
|
+
- @mastra/core@0.6.3
|
|
20
|
+
|
|
3
21
|
## 0.1.12-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
### Patch Changes
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [0d185b1]
|
|
286
|
-
- Updated dependencies [ed55f1d]
|
|
287
|
-
- Updated dependencies [06aa827]
|
|
288
|
-
- Updated dependencies [0fd78ac]
|
|
289
|
-
- Updated dependencies [2512a93]
|
|
290
|
-
- Updated dependencies [e62de74]
|
|
291
|
-
- Updated dependencies [0d25b75]
|
|
292
|
-
- Updated dependencies [fd14a3f]
|
|
293
|
-
- Updated dependencies [8d13b14]
|
|
294
|
-
- Updated dependencies [3f369a2]
|
|
295
|
-
- Updated dependencies [3ee4831]
|
|
296
|
-
- Updated dependencies [4d4e1e1]
|
|
297
|
-
- Updated dependencies [bb4f447]
|
|
298
|
-
- Updated dependencies [108793c]
|
|
299
|
-
- Updated dependencies [5f28f44]
|
|
300
|
-
- Updated dependencies [dabecf4]
|
|
301
|
-
|
|
302
|
-
... 690 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 708 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.0.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fb68a80]
|
|
8
|
+
- Updated dependencies [b56a681]
|
|
9
|
+
- Updated dependencies [248cb07]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.0
|
|
11
|
+
|
|
12
|
+
## 0.0.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 404640e: AgentNetwork changeset
|
|
17
|
+
- Updated dependencies [404640e]
|
|
18
|
+
- Updated dependencies [3bce733]
|
|
19
|
+
- @mastra/core@0.6.3
|
|
20
|
+
|
|
3
21
|
## 0.0.3-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|