@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,33 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
- @mastra/rag@0.1.13-alpha.1
|
|
10
|
+
|
|
11
|
+
## 1.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
|
+
- @mastra/rag@0.1.13-alpha.0
|
|
20
|
+
|
|
21
|
+
## 1.1.12
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 404640e: AgentNetwork changeset
|
|
26
|
+
- Updated dependencies [404640e]
|
|
27
|
+
- Updated dependencies [3bce733]
|
|
28
|
+
- @mastra/core@0.6.3
|
|
29
|
+
- @mastra/rag@0.1.12
|
|
30
|
+
|
|
3
31
|
## 1.1.12-alpha.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -270,33 +298,5 @@
|
|
|
270
298
|
|
|
271
299
|
- Updated dependencies [d79aedf]
|
|
272
300
|
- @mastra/core@0.5.0-alpha.4
|
|
273
|
-
- @mastra/rag@0.1.8-alpha.4
|
|
274
|
-
|
|
275
|
-
## 1.1.8-alpha.3
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [3d0e290]
|
|
280
|
-
- 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
|
+
... 1330 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/github
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 1.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
|
+
## 1.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
|
## 1.1.12-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -274,29 +299,4 @@
|
|
|
274
299
|
|
|
275
300
|
## 1.1.7-alpha.0
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [1da20e7]
|
|
280
|
-
- @mastra/core@0.4.4-alpha.0
|
|
281
|
-
|
|
282
|
-
## 1.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
|
-
... 1057 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1082 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
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
|
### Patch Changes
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
- @mastra/core@0.4.4-alpha.0
|
|
279
|
-
|
|
280
|
-
## 0.1.6
|
|
281
|
-
|
|
282
|
-
### Patch Changes
|
|
283
|
-
|
|
284
|
-
- bb4f447: Add support for commonjs
|
|
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
|
+
... 715 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.0.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9b05d4e: Added explicit error handling for bad blog post fetches
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
|
|
11
|
+
## 0.0.4-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.0.3
|
|
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.0.3-alpha.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.3.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2621e3f: Added MCP client timeout option used for tool calls.
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
|
|
11
|
+
## 0.3.5-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.3.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.3.4-alpha.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
|
|
273
299
|
## 0.2.7-alpha.0
|
|
274
300
|
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- Updated dependencies [59df7b6]
|
|
278
|
-
- Updated dependencies [29f3a82]
|
|
279
|
-
- Updated dependencies [59df7b6]
|
|
280
|
-
- Updated dependencies [c139344]
|
|
281
|
-
- @mastra/core@0.5.0-alpha.0
|
|
282
|
-
|
|
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
|
+
... 807 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/memory
|
|
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
|
+
- Updated dependencies [fb68a80]
|
|
15
|
+
- Updated dependencies [b56a681]
|
|
16
|
+
- Updated dependencies [248cb07]
|
|
17
|
+
- @mastra/core@0.6.4-alpha.0
|
|
18
|
+
|
|
19
|
+
## 0.2.4
|
|
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.2.4-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -273,30 +298,5 @@
|
|
|
273
298
|
|
|
274
299
|
### Patch Changes
|
|
275
300
|
|
|
276
|
-
- Updated dependencies [59df7b6]
|
|
277
|
-
- Updated dependencies [29f3a82]
|
|
278
|
-
- Updated dependencies [59df7b6]
|
|
279
|
-
- Updated dependencies [c139344]
|
|
280
|
-
- @mastra/core@0.5.0-alpha.0
|
|
281
|
-
|
|
282
|
-
## 0.1.7
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
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
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1149 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/pg
|
|
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
|
+
- Updated dependencies [fb68a80]
|
|
15
|
+
- Updated dependencies [b56a681]
|
|
16
|
+
- Updated dependencies [248cb07]
|
|
17
|
+
- @mastra/core@0.6.4-alpha.0
|
|
18
|
+
|
|
19
|
+
## 0.2.4
|
|
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.2.4-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -273,30 +298,5 @@
|
|
|
273
298
|
|
|
274
299
|
## 0.1.7
|
|
275
300
|
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- 1da20e7: Update typechecks for positional args
|
|
279
|
-
- Updated dependencies [1da20e7]
|
|
280
|
-
- @mastra/core@0.4.4
|
|
281
|
-
|
|
282
|
-
## 0.1.7-alpha.0
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
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
301
|
|
|
302
|
-
...
|
|
302
|
+
... 577 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/pinecone
|
|
2
2
|
|
|
3
|
+
## 0.2.3-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.2.3-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.2.2
|
|
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.2.2-alpha.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -273,30 +298,5 @@
|
|
|
273
298
|
|
|
274
299
|
## 0.1.7
|
|
275
300
|
|
|
276
|
-
### Patch Changes
|
|
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
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
|
+
... 783 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 2.0.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
- @mastra/client-js@0.1.12-alpha.1
|
|
11
|
+
|
|
12
|
+
## 2.0.4-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 933ea4d: Fix messages in thread not showing latest when switching between threads
|
|
17
|
+
- 9cba774: Fix new thread title not reflecting until refresh or new message is sent
|
|
18
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
19
|
+
Fix sidebar horizontal overflow in playground
|
|
20
|
+
- Updated dependencies [fb68a80]
|
|
21
|
+
- Updated dependencies [05ef3e0]
|
|
22
|
+
- Updated dependencies [b56a681]
|
|
23
|
+
- Updated dependencies [248cb07]
|
|
24
|
+
- @mastra/core@0.6.4-alpha.0
|
|
25
|
+
- @mastra/client-js@0.1.12-alpha.0
|
|
26
|
+
|
|
27
|
+
## 2.0.3
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 404640e: AgentNetwork changeset
|
|
32
|
+
- Updated dependencies [404640e]
|
|
33
|
+
- Updated dependencies [3bce733]
|
|
34
|
+
- @mastra/client-js@0.1.11
|
|
35
|
+
- @mastra/core@0.6.3
|
|
36
|
+
|
|
3
37
|
## 2.0.3-alpha.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
|
@@ -264,39 +298,5 @@
|
|
|
264
298
|
- Updated dependencies [03236ec]
|
|
265
299
|
- Updated dependencies [3764e71]
|
|
266
300
|
- Updated dependencies [df982db]
|
|
267
|
-
- Updated dependencies [0461849]
|
|
268
|
-
- Updated dependencies [2259379]
|
|
269
|
-
- Updated dependencies [358f069]
|
|
270
|
-
- @mastra/core@0.5.0-alpha.5
|
|
271
|
-
- @mastra/client-js@0.1.7-alpha.5
|
|
272
|
-
|
|
273
|
-
## 1.0.0-alpha.4
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- d79aedf: Fix import/require paths in these package.json
|
|
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
301
|
|
|
302
|
-
...
|
|
302
|
+
... 120 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/qdrant
|
|
2
2
|
|
|
3
|
+
## 0.2.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.2.4-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.3
|
|
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.3-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
|
-
- 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
|
+
... 778 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/rag
|
|
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
|
- Updated dependencies [dab255b]
|
|
275
300
|
- @mastra/core@0.5.0-alpha.1
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [59df7b6]
|
|
282
|
-
- 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
|
-
|
|
302
|
-
... 1202 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1227 more lines hidden. See full changelog in package directory.
|