@mastra/mcp-docs-server 0.0.3 → 0.0.4-alpha.1
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 +36 -36
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +35 -35
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +35 -35
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +32 -32
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +27 -27
- 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 +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +27 -27
- 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 +35 -35
- 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 +31 -31
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +30 -30
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +9 -0
- 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 +27 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +26 -26
- package/.docs/organized/changelogs/create-mastra.md +22 -22
- package/.docs/organized/changelogs/mastra.md +47 -47
- 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/deployment/deployment.mdx +5 -42
- package/.docs/raw/deployment/server.mdx +45 -3
- 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/observability/logging.mdx +38 -0
- package/.docs/raw/observability/nextjs-tracing.mdx +102 -0
- package/.docs/raw/observability/tracing.mdx +110 -0
- 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/memory.mdx +6 -3
- package/.docs/raw/reference/client-js/workflows.mdx +1 -0
- package/.docs/raw/reference/observability/providers/langsmith.mdx +2 -0
- package/.docs/raw/reference/rag/libsql.mdx +3 -3
- package/.docs/raw/reference/rag/upstash.mdx +50 -1
- package/.docs/raw/reference/rag/vectorize.mdx +48 -3
- package/.docs/raw/reference/tools/client.mdx +10 -2
- 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/afterEvent.mdx +76 -0
- package/.docs/raw/reference/workflows/events.mdx +305 -0
- package/.docs/raw/reference/workflows/resumeWithEvent.mdx +134 -0
- package/.docs/raw/reference/workflows/snapshots.mdx +204 -0
- package/.docs/raw/reference/workflows/step-retries.mdx +203 -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/error-handling.mdx +183 -0
- package/.docs/raw/workflows/steps.mdx +12 -2
- package/.docs/raw/workflows/suspend-and-resume.mdx +207 -2
- package/.docs/raw/workflows/variables.mdx +23 -3
- package/dist/_tsup-dts-rollup.d.ts +83 -0
- package/dist/chunk-YEOOTUPA.js +191 -0
- package/dist/prepare-docs/prepare.d.ts +1 -1
- package/dist/prepare-docs/prepare.js +1 -13
- package/dist/stdio.d.ts +0 -1
- package/dist/stdio.js +352 -5
- package/package.json +9 -15
- package/.docs/raw/deployment/logging-and-tracing.mdx +0 -242
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -19
- package/dist/prepare-docs/code-examples.d.ts +0 -4
- package/dist/prepare-docs/code-examples.js +0 -91
- package/dist/prepare-docs/copy-raw.d.ts +0 -1
- package/dist/prepare-docs/copy-raw.js +0 -41
- package/dist/prepare-docs/index.d.ts +0 -1
- package/dist/prepare-docs/index.js +0 -8
- package/dist/prepare-docs/package-changes.d.ts +0 -4
- package/dist/prepare-docs/package-changes.js +0 -92
- package/dist/sse.d.ts +0 -1
- package/dist/sse.js +0 -9
- package/dist/tools/__tests__/blog.test.d.ts +0 -1
- package/dist/tools/__tests__/blog.test.js +0 -48
- package/dist/tools/__tests__/changes.test.d.ts +0 -1
- package/dist/tools/__tests__/changes.test.js +0 -37
- package/dist/tools/__tests__/docs.test.d.ts +0 -1
- package/dist/tools/__tests__/docs.test.js +0 -46
- package/dist/tools/__tests__/examples.test.d.ts +0 -1
- package/dist/tools/__tests__/examples.test.js +0 -53
- package/dist/tools/blog.d.ts +0 -15
- package/dist/tools/blog.js +0 -73
- package/dist/tools/changes.d.ts +0 -11
- package/dist/tools/changes.js +0 -69
- package/dist/tools/docs.d.ts +0 -11
- package/dist/tools/docs.js +0 -176
- package/dist/tools/examples.d.ts +0 -11
- package/dist/tools/examples.js +0 -61
- package/dist/utils.d.ts +0 -6
- package/dist/utils.js +0 -9
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.2.5-alpha.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- b56a681: Update README and some tests for vector stores
|
|
15
|
+
- Updated dependencies [fb68a80]
|
|
16
|
+
- Updated dependencies [b56a681]
|
|
17
|
+
- Updated dependencies [248cb07]
|
|
18
|
+
- @mastra/core@0.6.4-alpha.0
|
|
19
|
+
|
|
20
|
+
## 0.2.4
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 404640e: AgentNetwork changeset
|
|
25
|
+
- Updated dependencies [404640e]
|
|
26
|
+
- Updated dependencies [3bce733]
|
|
27
|
+
- @mastra/core@0.6.3
|
|
28
|
+
|
|
3
29
|
## 0.2.4-alpha.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -273,30 +299,4 @@
|
|
|
273
299
|
|
|
274
300
|
## 0.1.7
|
|
275
301
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
- Updated dependencies [1da20e7]
|
|
279
|
-
- @mastra/core@0.4.4
|
|
280
|
-
|
|
281
|
-
## 0.1.7-alpha.0
|
|
282
|
-
|
|
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
|
-
|
|
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
|
+
... 780 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.2.5-alpha.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- b56a681: Update README and some tests for vector stores
|
|
15
|
+
- Updated dependencies [fb68a80]
|
|
16
|
+
- Updated dependencies [b56a681]
|
|
17
|
+
- Updated dependencies [248cb07]
|
|
18
|
+
- @mastra/core@0.6.4-alpha.0
|
|
19
|
+
|
|
20
|
+
## 0.2.4
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 404640e: AgentNetwork changeset
|
|
25
|
+
- Updated dependencies [404640e]
|
|
26
|
+
- Updated dependencies [3bce733]
|
|
27
|
+
- @mastra/core@0.6.3
|
|
28
|
+
|
|
3
29
|
## 0.2.4-alpha.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -273,30 +299,4 @@
|
|
|
273
299
|
- Updated dependencies [c139344]
|
|
274
300
|
- @mastra/core@0.5.0-alpha.0
|
|
275
301
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Patch Changes
|
|
279
|
-
|
|
280
|
-
- 1da20e7: Update typechecks for positional args
|
|
281
|
-
- 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
|
-
|
|
302
|
-
... 755 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 781 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.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.1.12-alpha.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 05ef3e0: Support voice for mastra client
|
|
15
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
16
|
+
Fix sidebar horizontal overflow in playground
|
|
17
|
+
- Updated dependencies [fb68a80]
|
|
18
|
+
- Updated dependencies [b56a681]
|
|
19
|
+
- Updated dependencies [248cb07]
|
|
20
|
+
- @mastra/core@0.6.4-alpha.0
|
|
21
|
+
|
|
22
|
+
## 0.1.11
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 404640e: AgentNetwork changeset
|
|
27
|
+
- Updated dependencies [404640e]
|
|
28
|
+
- Updated dependencies [3bce733]
|
|
29
|
+
- @mastra/core@0.6.3
|
|
30
|
+
|
|
3
31
|
## 0.1.11-alpha.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -271,32 +299,4 @@
|
|
|
271
299
|
- Updated dependencies [c139344]
|
|
272
300
|
- @mastra/core@0.5.0-alpha.0
|
|
273
301
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- Updated dependencies [1da20e7]
|
|
279
|
-
- @mastra/core@0.4.4
|
|
280
|
-
|
|
281
|
-
## 0.1.6-alpha.0
|
|
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
|
+
... 179 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/composio
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.1.13-alpha.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [fb68a80]
|
|
15
|
+
- Updated dependencies [b56a681]
|
|
16
|
+
- Updated dependencies [248cb07]
|
|
17
|
+
- @mastra/core@0.6.4-alpha.0
|
|
18
|
+
|
|
19
|
+
## 0.1.12
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 404640e: AgentNetwork changeset
|
|
24
|
+
- Updated dependencies [404640e]
|
|
25
|
+
- Updated dependencies [3bce733]
|
|
26
|
+
- @mastra/core@0.6.3
|
|
27
|
+
|
|
3
28
|
## 0.1.12-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -274,29 +299,4 @@
|
|
|
274
299
|
|
|
275
300
|
## 0.1.7-alpha.0
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [1da20e7]
|
|
280
|
-
- @mastra/core@0.4.4-alpha.0
|
|
281
|
-
|
|
282
|
-
## 0.1.6
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
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
|
+
... 979 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.6.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6794797: Check for eval values before inserting into storage
|
|
8
|
+
|
|
9
|
+
## 0.6.4-alpha.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fb68a80: Inject mastra instance into llm class
|
|
14
|
+
- b56a681: Update README and some tests for vector stores
|
|
15
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
16
|
+
Fix sidebar horizontal overflow in playground
|
|
17
|
+
|
|
18
|
+
## 0.6.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 404640e: AgentNetwork changeset
|
|
23
|
+
- 3bce733: fix: agent.generate only get thread if there is threadID
|
|
24
|
+
|
|
3
25
|
## 0.6.3-alpha.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- 0fd78ac: Update vector store functions to use object params
|
|
277
299
|
- 2512a93: Support all aisdk options for agent stream,generate
|
|
278
300
|
- e62de74: Fix optional tool llm
|
|
279
|
-
execute
|
|
280
|
-
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
281
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
282
|
-
- 8d13b14: Fixes early exits in workflows with branching
|
|
283
|
-
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
284
|
-
- 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
|
+
... 920 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 85a2461: Fix cloudflare deployer
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- Updated dependencies [709aa2c]
|
|
10
|
+
- Updated dependencies [85a2461]
|
|
11
|
+
- @mastra/core@0.6.4-alpha.1
|
|
12
|
+
- @mastra/deployer@0.2.4-alpha.1
|
|
13
|
+
|
|
14
|
+
## 0.1.13-alpha.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [e764fd1]
|
|
19
|
+
- Updated dependencies [fb68a80]
|
|
20
|
+
- Updated dependencies [e764fd1]
|
|
21
|
+
- Updated dependencies [05ef3e0]
|
|
22
|
+
- Updated dependencies [95c5745]
|
|
23
|
+
- Updated dependencies [b56a681]
|
|
24
|
+
- Updated dependencies [248cb07]
|
|
25
|
+
- @mastra/deployer@0.2.4-alpha.0
|
|
26
|
+
- @mastra/core@0.6.4-alpha.0
|
|
27
|
+
|
|
28
|
+
## 0.1.12
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 404640e: AgentNetwork changeset
|
|
33
|
+
- Updated dependencies [404640e]
|
|
34
|
+
- Updated dependencies [3bce733]
|
|
35
|
+
- @mastra/deployer@0.2.3
|
|
36
|
+
- @mastra/core@0.6.3
|
|
37
|
+
|
|
3
38
|
## 0.1.12-alpha.1
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
|
@@ -263,40 +298,5 @@
|
|
|
263
298
|
- Updated dependencies [c151ae6]
|
|
264
299
|
- Updated dependencies [52e0418]
|
|
265
300
|
- Updated dependencies [03236ec]
|
|
266
|
-
- Updated dependencies [3764e71]
|
|
267
|
-
- Updated dependencies [df982db]
|
|
268
|
-
- Updated dependencies [0461849]
|
|
269
|
-
- Updated dependencies [2259379]
|
|
270
|
-
- Updated dependencies [358f069]
|
|
271
|
-
- @mastra/core@0.5.0-alpha.5
|
|
272
|
-
- @mastra/deployer@0.1.8-alpha.5
|
|
273
|
-
|
|
274
|
-
## 0.1.8-alpha.4
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- Updated dependencies [d79aedf]
|
|
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
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1114 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- Updated dependencies [709aa2c]
|
|
9
|
+
- Updated dependencies [85a2461]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.1
|
|
11
|
+
- @mastra/deployer@0.2.4-alpha.1
|
|
12
|
+
|
|
13
|
+
## 0.1.13-alpha.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [e764fd1]
|
|
18
|
+
- Updated dependencies [fb68a80]
|
|
19
|
+
- Updated dependencies [e764fd1]
|
|
20
|
+
- Updated dependencies [05ef3e0]
|
|
21
|
+
- Updated dependencies [95c5745]
|
|
22
|
+
- Updated dependencies [b56a681]
|
|
23
|
+
- Updated dependencies [248cb07]
|
|
24
|
+
- @mastra/deployer@0.2.4-alpha.0
|
|
25
|
+
- @mastra/core@0.6.4-alpha.0
|
|
26
|
+
|
|
27
|
+
## 0.1.12
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 404640e: AgentNetwork changeset
|
|
32
|
+
- Updated dependencies [404640e]
|
|
33
|
+
- Updated dependencies [3bce733]
|
|
34
|
+
- @mastra/deployer@0.2.3
|
|
35
|
+
- @mastra/core@0.6.3
|
|
36
|
+
|
|
3
37
|
## 0.1.12-alpha.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
|
@@ -264,39 +298,5 @@
|
|
|
264
298
|
- Updated dependencies [0461849]
|
|
265
299
|
- Updated dependencies [2259379]
|
|
266
300
|
- Updated dependencies [358f069]
|
|
267
|
-
- @mastra/core@0.5.0-alpha.5
|
|
268
|
-
- @mastra/deployer@0.1.8-alpha.5
|
|
269
|
-
|
|
270
|
-
## 0.1.8-alpha.4
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- Updated dependencies [d79aedf]
|
|
275
|
-
- Updated dependencies [144b3d5]
|
|
276
|
-
- @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
|
+
... 1087 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- Updated dependencies [709aa2c]
|
|
9
|
+
- Updated dependencies [85a2461]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.1
|
|
11
|
+
- @mastra/deployer@0.2.4-alpha.1
|
|
12
|
+
|
|
13
|
+
## 0.1.13-alpha.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [e764fd1]
|
|
18
|
+
- Updated dependencies [fb68a80]
|
|
19
|
+
- Updated dependencies [e764fd1]
|
|
20
|
+
- Updated dependencies [05ef3e0]
|
|
21
|
+
- Updated dependencies [95c5745]
|
|
22
|
+
- Updated dependencies [b56a681]
|
|
23
|
+
- Updated dependencies [248cb07]
|
|
24
|
+
- @mastra/deployer@0.2.4-alpha.0
|
|
25
|
+
- @mastra/core@0.6.4-alpha.0
|
|
26
|
+
|
|
27
|
+
## 0.1.12
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 404640e: AgentNetwork changeset
|
|
32
|
+
- Updated dependencies [404640e]
|
|
33
|
+
- Updated dependencies [3bce733]
|
|
34
|
+
- @mastra/deployer@0.2.3
|
|
35
|
+
- @mastra/core@0.6.3
|
|
36
|
+
|
|
3
37
|
## 0.1.12-alpha.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
|
@@ -264,39 +298,5 @@
|
|
|
264
298
|
- Updated dependencies [0461849]
|
|
265
299
|
- Updated dependencies [2259379]
|
|
266
300
|
- Updated dependencies [358f069]
|
|
267
|
-
- @mastra/core@0.5.0-alpha.5
|
|
268
|
-
- @mastra/deployer@0.1.8-alpha.5
|
|
269
|
-
|
|
270
|
-
## 0.1.8-alpha.4
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- Updated dependencies [d79aedf]
|
|
275
|
-
- Updated dependencies [144b3d5]
|
|
276
|
-
- @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
|
+
... 1087 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.2.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 709aa2c: fix building externals
|
|
8
|
+
- 85a2461: Fix cloudflare deployer
|
|
9
|
+
- Updated dependencies [6794797]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.1
|
|
11
|
+
|
|
12
|
+
## 0.2.4-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- e764fd1: Fix telemetry when side-effects are added to the mastra file
|
|
17
|
+
- e764fd1: Fix deployer when side-effects are added to the mastra file
|
|
18
|
+
- 05ef3e0: Support voice for mastra client
|
|
19
|
+
- 95c5745: Fix symlink resolving and externals
|
|
20
|
+
- Updated dependencies [fb68a80]
|
|
21
|
+
- Updated dependencies [b56a681]
|
|
22
|
+
- Updated dependencies [248cb07]
|
|
23
|
+
- @mastra/core@0.6.4-alpha.0
|
|
24
|
+
|
|
25
|
+
## 0.2.3
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- 404640e: AgentNetwork changeset
|
|
30
|
+
- Updated dependencies [404640e]
|
|
31
|
+
- Updated dependencies [3bce733]
|
|
32
|
+
- @mastra/core@0.6.3
|
|
33
|
+
|
|
3
34
|
## 0.2.3-alpha.1
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
|
@@ -267,36 +298,5 @@
|
|
|
267
298
|
- Updated dependencies [358f069]
|
|
268
299
|
- @mastra/core@0.5.0-alpha.5
|
|
269
300
|
|
|
270
|
-
## 0.1.8-alpha.4
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- 144b3d5: Update traces table UI, agent Chat UI
|
|
275
|
-
Fix get workflows breaking
|
|
276
|
-
- Updated dependencies [d79aedf]
|
|
277
|
-
- @mastra/core@0.5.0-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
|
-
|
|
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
|
+
... 1013 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6794797: Check for eval values before inserting into storage
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
|
|
11
|
+
## 0.1.13-alpha.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [fb68a80]
|
|
16
|
+
- Updated dependencies [b56a681]
|
|
17
|
+
- Updated dependencies [248cb07]
|
|
18
|
+
- @mastra/core@0.6.4-alpha.0
|
|
19
|
+
|
|
20
|
+
## 0.1.12
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 404640e: AgentNetwork changeset
|
|
25
|
+
- Updated dependencies [404640e]
|
|
26
|
+
- Updated dependencies [3bce733]
|
|
27
|
+
- @mastra/core@0.6.3
|
|
28
|
+
|
|
3
29
|
## 0.1.12-alpha.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
- Updated dependencies [1da20e7]
|
|
273
299
|
- @mastra/core@0.4.4
|
|
274
300
|
|
|
275
|
-
## 0.1.7-alpha.0
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [1da20e7]
|
|
280
|
-
- @mastra/core@0.4.4-alpha.0
|
|
281
|
-
|
|
282
|
-
## 0.1.6
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
301
|
|
|
286
|
-
|
|
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
|
+
... 833 more lines hidden. See full changelog in package directory.
|