@mastra/mcp-docs-server 0.0.3-alpha.0 → 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 +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +29 -29
- package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +30 -30
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +29 -29
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +34 -34
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Frag.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +25 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +25 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +26 -26
- package/.docs/organized/changelogs/create-mastra.md +16 -16
- package/.docs/organized/changelogs/mastra.md +37 -37
- 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,31 @@
|
|
|
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
|
+
|
|
22
|
+
## 0.2.4-alpha.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [3bce733]
|
|
27
|
+
- @mastra/core@0.6.3-alpha.1
|
|
28
|
+
|
|
3
29
|
## 0.2.4-alpha.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -273,30 +299,4 @@
|
|
|
273
299
|
|
|
274
300
|
## 0.1.7-alpha.0
|
|
275
301
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
- Updated dependencies [1da20e7]
|
|
279
|
-
- @mastra/core@0.4.4-alpha.0
|
|
280
|
-
|
|
281
|
-
## 0.1.6
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
286
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
287
|
-
- c4fdac3: Updated tests for upstash and astra
|
|
288
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
289
|
-
- bb4f447: Add support for commonjs
|
|
290
|
-
- Updated dependencies [0d185b1]
|
|
291
|
-
- Updated dependencies [ed55f1d]
|
|
292
|
-
- Updated dependencies [06aa827]
|
|
293
|
-
- Updated dependencies [0fd78ac]
|
|
294
|
-
- Updated dependencies [2512a93]
|
|
295
|
-
- Updated dependencies [e62de74]
|
|
296
|
-
- Updated dependencies [0d25b75]
|
|
297
|
-
- Updated dependencies [fd14a3f]
|
|
298
|
-
- Updated dependencies [8d13b14]
|
|
299
|
-
- Updated dependencies [3f369a2]
|
|
300
|
-
- Updated dependencies [3ee4831]
|
|
301
|
-
|
|
302
|
-
... 747 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 773 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
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
|
+
|
|
22
|
+
## 0.2.4-alpha.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [3bce733]
|
|
27
|
+
- @mastra/core@0.6.3-alpha.1
|
|
28
|
+
|
|
3
29
|
## 0.2.4-alpha.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
|
|
273
299
|
- 1da20e7: Update typechecks for positional args
|
|
274
300
|
- Updated dependencies [1da20e7]
|
|
275
|
-
- @mastra/core@0.4.4
|
|
276
|
-
|
|
277
|
-
## 0.1.7-alpha.0
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- 1da20e7: Update typechecks for positional args
|
|
282
|
-
- Updated dependencies [1da20e7]
|
|
283
|
-
- @mastra/core@0.4.4-alpha.0
|
|
284
|
-
|
|
285
|
-
## 0.1.6
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
291
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
292
|
-
- bb4f447: Add support for commonjs
|
|
293
|
-
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
294
|
-
- Updated dependencies [0d185b1]
|
|
295
|
-
- Updated dependencies [ed55f1d]
|
|
296
|
-
- Updated dependencies [06aa827]
|
|
297
|
-
- Updated dependencies [0fd78ac]
|
|
298
|
-
- Updated dependencies [2512a93]
|
|
299
|
-
- Updated dependencies [e62de74]
|
|
300
|
-
- Updated dependencies [0d25b75]
|
|
301
|
-
|
|
302
|
-
... 748 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 774 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,33 @@
|
|
|
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
|
+
|
|
24
|
+
## 0.1.11-alpha.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [3bce733]
|
|
29
|
+
- @mastra/core@0.6.3-alpha.1
|
|
30
|
+
|
|
3
31
|
## 0.1.11-alpha.0
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -271,32 +299,4 @@
|
|
|
271
299
|
- Updated dependencies [1da20e7]
|
|
272
300
|
- @mastra/core@0.4.4
|
|
273
301
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- Updated dependencies [1da20e7]
|
|
279
|
-
- @mastra/core@0.4.4-alpha.0
|
|
280
|
-
|
|
281
|
-
## 0.1.5
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
286
|
-
- 7a64aff: Add more types to client-js sdk
|
|
287
|
-
- bb4f447: Add support for commonjs
|
|
288
|
-
- Updated dependencies [0d185b1]
|
|
289
|
-
- Updated dependencies [ed55f1d]
|
|
290
|
-
- Updated dependencies [06aa827]
|
|
291
|
-
- Updated dependencies [0fd78ac]
|
|
292
|
-
- Updated dependencies [2512a93]
|
|
293
|
-
- Updated dependencies [e62de74]
|
|
294
|
-
- Updated dependencies [0d25b75]
|
|
295
|
-
- Updated dependencies [fd14a3f]
|
|
296
|
-
- Updated dependencies [8d13b14]
|
|
297
|
-
- Updated dependencies [3f369a2]
|
|
298
|
-
- Updated dependencies [3ee4831]
|
|
299
|
-
- Updated dependencies [4d4e1e1]
|
|
300
|
-
- Updated dependencies [bb4f447]
|
|
301
|
-
|
|
302
|
-
... 144 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 172 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
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
|
+
|
|
21
|
+
## 0.1.12-alpha.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [3bce733]
|
|
26
|
+
- @mastra/core@0.6.3-alpha.1
|
|
27
|
+
|
|
3
28
|
## 0.1.12-alpha.0
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -274,29 +299,4 @@
|
|
|
274
299
|
|
|
275
300
|
## 0.1.6
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
|
|
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
|
-
... 947 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 972 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
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
|
+
|
|
19
|
+
## 0.6.3-alpha.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 3bce733: fix: agent.generate only get thread if there is threadID
|
|
24
|
+
|
|
3
25
|
## 0.6.3-alpha.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- 8d13b14: Fixes early exits in workflows with branching
|
|
277
299
|
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
278
300
|
- 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
|
|
279
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
280
|
-
- bb4f447: Add support for commonjs
|
|
281
|
-
- 108793c: Throw error when resourceId is not provided but Memory is configured and a threadId was passed
|
|
282
|
-
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
283
|
-
- dabecf4: Pass threadId and resourceId into tool execute functions so that tools are able to query memory
|
|
284
|
-
|
|
285
|
-
## 0.4.3-alpha.4
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- dabecf4: Pass threadId and resourceId into tool execute functions so that tools are able to query memory
|
|
290
|
-
|
|
291
|
-
## 0.4.3-alpha.3
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 0fd78ac: Update vector store functions to use object params
|
|
296
|
-
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
297
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
298
|
-
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
299
|
-
- 4d4e1e1: Updated vector tests and pinecone
|
|
300
|
-
- bb4f447: Add support for commonjs
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 914 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,37 @@
|
|
|
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
|
+
|
|
27
|
+
## 0.1.12-alpha.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [3bce733]
|
|
32
|
+
- @mastra/core@0.6.3-alpha.1
|
|
33
|
+
- @mastra/deployer@0.2.3-alpha.1
|
|
34
|
+
|
|
3
35
|
## 0.1.12-alpha.0
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
@@ -267,36 +299,4 @@
|
|
|
267
299
|
|
|
268
300
|
### Patch Changes
|
|
269
301
|
|
|
270
|
-
|
|
271
|
-
- Updated dependencies [144b3d5]
|
|
272
|
-
- @mastra/core@0.5.0-alpha.4
|
|
273
|
-
- @mastra/deployer@0.1.8-alpha.4
|
|
274
|
-
|
|
275
|
-
## 0.1.8-alpha.3
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [3d0e290]
|
|
280
|
-
- @mastra/core@0.5.0-alpha.3
|
|
281
|
-
- @mastra/deployer@0.1.8-alpha.3
|
|
282
|
-
|
|
283
|
-
## 0.1.8-alpha.2
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [02ffb7b]
|
|
288
|
-
- @mastra/core@0.5.0-alpha.2
|
|
289
|
-
- @mastra/deployer@0.1.8-alpha.2
|
|
290
|
-
|
|
291
|
-
## 0.1.8-alpha.1
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [dab255b]
|
|
296
|
-
- @mastra/core@0.5.0-alpha.1
|
|
297
|
-
- @mastra/deployer@0.1.8-alpha.1
|
|
298
|
-
|
|
299
|
-
## 0.1.8-alpha.0
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1071 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1103 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,37 @@
|
|
|
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
|
+
|
|
27
|
+
## 0.1.12-alpha.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [3bce733]
|
|
32
|
+
- @mastra/core@0.6.3-alpha.1
|
|
33
|
+
- @mastra/deployer@0.2.3-alpha.1
|
|
34
|
+
|
|
3
35
|
## 0.1.12-alpha.0
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
@@ -266,37 +298,5 @@
|
|
|
266
298
|
- Updated dependencies [d79aedf]
|
|
267
299
|
- Updated dependencies [144b3d5]
|
|
268
300
|
- @mastra/core@0.5.0-alpha.4
|
|
269
|
-
- @mastra/deployer@0.1.8-alpha.4
|
|
270
|
-
|
|
271
|
-
## 0.1.8-alpha.3
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- Updated dependencies [3d0e290]
|
|
276
|
-
- @mastra/core@0.5.0-alpha.3
|
|
277
|
-
- @mastra/deployer@0.1.8-alpha.3
|
|
278
|
-
|
|
279
|
-
## 0.1.8-alpha.2
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [02ffb7b]
|
|
284
|
-
- @mastra/core@0.5.0-alpha.2
|
|
285
|
-
- @mastra/deployer@0.1.8-alpha.2
|
|
286
|
-
|
|
287
|
-
## 0.1.8-alpha.1
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [dab255b]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.1
|
|
293
|
-
- @mastra/deployer@0.1.8-alpha.1
|
|
294
|
-
|
|
295
|
-
## 0.1.8-alpha.0
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [59df7b6]
|
|
300
|
-
- Updated dependencies [29f3a82]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1077 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,37 @@
|
|
|
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
|
+
|
|
27
|
+
## 0.1.12-alpha.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [3bce733]
|
|
32
|
+
- @mastra/core@0.6.3-alpha.1
|
|
33
|
+
- @mastra/deployer@0.2.3-alpha.1
|
|
34
|
+
|
|
3
35
|
## 0.1.12-alpha.0
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
@@ -266,37 +298,5 @@
|
|
|
266
298
|
- Updated dependencies [d79aedf]
|
|
267
299
|
- Updated dependencies [144b3d5]
|
|
268
300
|
- @mastra/core@0.5.0-alpha.4
|
|
269
|
-
- @mastra/deployer@0.1.8-alpha.4
|
|
270
|
-
|
|
271
|
-
## 0.1.8-alpha.3
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- Updated dependencies [3d0e290]
|
|
276
|
-
- @mastra/core@0.5.0-alpha.3
|
|
277
|
-
- @mastra/deployer@0.1.8-alpha.3
|
|
278
|
-
|
|
279
|
-
## 0.1.8-alpha.2
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [02ffb7b]
|
|
284
|
-
- @mastra/core@0.5.0-alpha.2
|
|
285
|
-
- @mastra/deployer@0.1.8-alpha.2
|
|
286
|
-
|
|
287
|
-
## 0.1.8-alpha.1
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [dab255b]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.1
|
|
293
|
-
- @mastra/deployer@0.1.8-alpha.1
|
|
294
|
-
|
|
295
|
-
## 0.1.8-alpha.0
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [59df7b6]
|
|
300
|
-
- Updated dependencies [29f3a82]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1077 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,34 @@
|
|
|
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
|
+
|
|
25
|
+
## 0.2.3-alpha.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [3bce733]
|
|
30
|
+
- @mastra/core@0.6.3-alpha.1
|
|
31
|
+
|
|
3
32
|
## 0.2.3-alpha.0
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
@@ -269,34 +298,5 @@
|
|
|
269
298
|
- Updated dependencies [d79aedf]
|
|
270
299
|
- @mastra/core@0.5.0-alpha.4
|
|
271
300
|
|
|
272
|
-
## 0.1.8-alpha.3
|
|
273
|
-
|
|
274
|
-
### Patch Changes
|
|
275
|
-
|
|
276
|
-
- Updated dependencies [3d0e290]
|
|
277
|
-
- @mastra/core@0.5.0-alpha.3
|
|
278
|
-
|
|
279
|
-
## 0.1.8-alpha.2
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [02ffb7b]
|
|
284
|
-
- @mastra/core@0.5.0-alpha.2
|
|
285
|
-
|
|
286
|
-
## 0.1.8-alpha.1
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [dab255b]
|
|
291
|
-
- @mastra/core@0.5.0-alpha.1
|
|
292
|
-
|
|
293
|
-
## 0.1.8-alpha.0
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- c2dde91: Return full workflow details in api/workflows endpoint
|
|
298
|
-
- 731dd8a: Removed useless logging that showed up when user selected log drains tab on the playground
|
|
299
|
-
- 960690d: return runId from server on workflow watch
|
|
300
|
-
- Updated dependencies [59df7b6]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1004 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
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
|
+
|
|
21
|
+
## 0.1.12-alpha.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [3bce733]
|
|
26
|
+
- @mastra/core@0.6.3-alpha.1
|
|
27
|
+
|
|
3
28
|
## 0.1.12-alpha.0
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -274,29 +299,4 @@
|
|
|
274
299
|
|
|
275
300
|
## 0.1.6
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
|
|
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
|
-
... 800 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 825 more lines hidden. See full changelog in package directory.
|