@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,23 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.3.5-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.3.4
|
|
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.3.4-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -280,23 +298,5 @@
|
|
|
280
298
|
- Updated dependencies [c139344]
|
|
281
299
|
- @mastra/core@0.5.0-alpha.0
|
|
282
300
|
|
|
283
|
-
## 0.2.6
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [1da20e7]
|
|
288
|
-
- @mastra/core@0.4.4
|
|
289
|
-
|
|
290
|
-
## 0.2.6-alpha.0
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [1da20e7]
|
|
295
|
-
- @mastra/core@0.4.4-alpha.0
|
|
296
|
-
|
|
297
|
-
## 0.2.5
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 799 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.2.5-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.2.4
|
|
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.2.4-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 0.1.7
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- Updated dependencies [1da20e7]
|
|
287
|
-
- @mastra/core@0.4.4
|
|
288
|
-
|
|
289
|
-
## 0.1.7-alpha.0
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [1da20e7]
|
|
294
|
-
- @mastra/core@0.4.4-alpha.0
|
|
295
|
-
|
|
296
|
-
## 0.1.6
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
301
|
-
|
|
302
|
-
... 1124 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1142 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.2.5-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.2.4
|
|
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.2.4-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 0.1.7-alpha.0
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- 1da20e7: Update typechecks for positional args
|
|
287
|
-
- Updated dependencies [1da20e7]
|
|
288
|
-
- @mastra/core@0.4.4-alpha.0
|
|
289
|
-
|
|
290
|
-
## 0.1.6
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- 0d185b1: Ensure proper message sort order for tool calls and results when using Memory semanticRecall feature
|
|
295
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
296
|
-
- 5325d6a: A bug fix earlier today unmasked that the next/prev settings for PG semantic recall were swapped
|
|
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
|
-
- f6a1de3: Renamed defineIndex to buildIndex
|
|
301
|
-
|
|
302
|
-
... 552 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 570 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/pinecone
|
|
2
2
|
|
|
3
|
+
## 0.2.3-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.2.2
|
|
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.2.2-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -280,23 +298,5 @@
|
|
|
280
298
|
|
|
281
299
|
## 0.1.7-alpha.0
|
|
282
300
|
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [1da20e7]
|
|
286
|
-
- @mastra/core@0.4.4-alpha.0
|
|
287
|
-
|
|
288
|
-
## 0.1.6
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
301
|
|
|
292
|
-
|
|
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
|
-
... 758 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 776 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 2.0.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 933ea4d: Fix messages in thread not showing latest when switching between threads
|
|
8
|
+
- 9cba774: Fix new thread title not reflecting until refresh or new message is sent
|
|
9
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
10
|
+
Fix sidebar horizontal overflow in playground
|
|
11
|
+
- Updated dependencies [fb68a80]
|
|
12
|
+
- Updated dependencies [05ef3e0]
|
|
13
|
+
- Updated dependencies [b56a681]
|
|
14
|
+
- Updated dependencies [248cb07]
|
|
15
|
+
- @mastra/core@0.6.4-alpha.0
|
|
16
|
+
- @mastra/client-js@0.1.12-alpha.0
|
|
17
|
+
|
|
18
|
+
## 2.0.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 404640e: AgentNetwork changeset
|
|
23
|
+
- Updated dependencies [404640e]
|
|
24
|
+
- Updated dependencies [3bce733]
|
|
25
|
+
- @mastra/client-js@0.1.11
|
|
26
|
+
- @mastra/core@0.6.3
|
|
27
|
+
|
|
3
28
|
## 2.0.3-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -274,29 +299,4 @@
|
|
|
274
299
|
|
|
275
300
|
### Patch Changes
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
- 144b3d5: Update traces table UI, agent Chat UI
|
|
279
|
-
Fix get workflows breaking
|
|
280
|
-
- Updated dependencies [d79aedf]
|
|
281
|
-
- @mastra/core@0.5.0-alpha.4
|
|
282
|
-
- @mastra/client-js@0.1.7-alpha.4
|
|
283
|
-
|
|
284
|
-
## 1.0.0-alpha.3
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [3d0e290]
|
|
289
|
-
- @mastra/core@0.5.0-alpha.3
|
|
290
|
-
- @mastra/client-js@0.1.7-alpha.3
|
|
291
|
-
|
|
292
|
-
## 1.0.0-alpha.2
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [02ffb7b]
|
|
297
|
-
- @mastra/core@0.5.0-alpha.2
|
|
298
|
-
- @mastra/client-js@0.1.7-alpha.2
|
|
299
|
-
|
|
300
|
-
## 1.0.0-alpha.1
|
|
301
|
-
|
|
302
|
-
... 86 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 111 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/qdrant
|
|
2
2
|
|
|
3
|
+
## 0.2.4-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.3
|
|
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.3-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
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
295
|
-
- bb4f447: Add support for commonjs
|
|
296
|
-
- Updated dependencies [0d185b1]
|
|
297
|
-
- Updated dependencies [ed55f1d]
|
|
298
|
-
- Updated dependencies [06aa827]
|
|
299
|
-
- Updated dependencies [0fd78ac]
|
|
300
|
-
- Updated dependencies [2512a93]
|
|
301
|
-
|
|
302
|
-
... 752 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 771 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/rag
|
|
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
|
|
@@ -280,23 +298,5 @@
|
|
|
280
298
|
|
|
281
299
|
- Updated dependencies [59df7b6]
|
|
282
300
|
- Updated dependencies [29f3a82]
|
|
283
|
-
- Updated dependencies [59df7b6]
|
|
284
|
-
- Updated dependencies [c139344]
|
|
285
|
-
- @mastra/core@0.5.0-alpha.0
|
|
286
|
-
|
|
287
|
-
## 0.1.7
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [1da20e7]
|
|
292
|
-
- @mastra/core@0.4.4
|
|
293
|
-
|
|
294
|
-
## 0.1.7-alpha.0
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [1da20e7]
|
|
299
|
-
- @mastra/core@0.4.4-alpha.0
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1220 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/ragie
|
|
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
|
-
... 1008 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1026 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/speech-azure
|
|
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
|
-
... 626 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 644 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/speech-deepgram
|
|
2
2
|
|
|
3
|
+
## 0.1.12-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.11
|
|
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.11-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
|
-
... 630 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 648 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/speech-elevenlabs
|
|
2
2
|
|
|
3
|
+
## 0.1.12-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.11
|
|
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.11-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
|
-
... 628 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 646 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/speech-google
|
|
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
|
-
... 633 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 651 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/speech-ibm
|
|
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
|
-
... 626 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 644 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/speech-murf
|
|
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
|
-
... 633 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 651 more lines hidden. See full changelog in package directory.
|