@mastra/mcp-docs-server 0.0.5-alpha.2 → 0.0.5
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 +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +1 -0
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Frag.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +9 -9
- package/.docs/organized/changelogs/create-mastra.md +13 -13
- package/.docs/organized/changelogs/mastra.md +17 -17
- package/.docs/organized/code-examples/memory-with-mem0.md +122 -0
- package/.docs/raw/agents/00-overview.mdx +30 -2
- package/.docs/raw/agents/02b-discord-mcp-bot.mdx +87 -0
- package/.docs/raw/integrations/index.mdx +99 -13
- package/.docs/raw/reference/client-js/agents.mdx +19 -2
- package/.docs/raw/reference/rag/chunk.mdx +2 -2
- package/.docs/raw/reference/rag/extract-params.mdx +3 -1
- package/.docs/raw/storage/overview.mdx +62 -44
- package/package.json +3 -3
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.6-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.2.6-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [c151ae6]
|
|
291
299
|
- Updated dependencies [52e0418]
|
|
292
300
|
- Updated dependencies [03236ec]
|
|
293
|
-
- Updated dependencies [3764e71]
|
|
294
|
-
- Updated dependencies [df982db]
|
|
295
|
-
- Updated dependencies [0461849]
|
|
296
|
-
- Updated dependencies [2259379]
|
|
297
|
-
- Updated dependencies [358f069]
|
|
298
|
-
- @mastra/core@0.5.0-alpha.5
|
|
299
|
-
|
|
300
|
-
## 0.1.8-alpha.4
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 826 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.6-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.2.6-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [caefaa2]
|
|
291
299
|
- Updated dependencies [c151ae6]
|
|
292
300
|
- Updated dependencies [52e0418]
|
|
293
|
-
- Updated dependencies [03236ec]
|
|
294
|
-
- Updated dependencies [3764e71]
|
|
295
|
-
- Updated dependencies [df982db]
|
|
296
|
-
- Updated dependencies [0461849]
|
|
297
|
-
- Updated dependencies [2259379]
|
|
298
|
-
- Updated dependencies [358f069]
|
|
299
|
-
- @mastra/core@0.5.0-alpha.5
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 826 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 160f88e: Leverage aiSDK processDataStream util in MastraClient
|
|
8
|
+
- Updated dependencies [b3b34f5]
|
|
9
|
+
- Updated dependencies [a4686e8]
|
|
10
|
+
- @mastra/core@0.7.0-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.1.13-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [f2d6727]
|
|
290
299
|
- Updated dependencies [301e4ee]
|
|
291
300
|
- Updated dependencies [dfbe4e9]
|
|
292
|
-
- Updated dependencies [9e81f35]
|
|
293
|
-
- Updated dependencies [caefaa2]
|
|
294
|
-
- Updated dependencies [c151ae6]
|
|
295
|
-
- Updated dependencies [52e0418]
|
|
296
|
-
- Updated dependencies [03236ec]
|
|
297
|
-
- Updated dependencies [3764e71]
|
|
298
|
-
- Updated dependencies [df982db]
|
|
299
|
-
- Updated dependencies [0461849]
|
|
300
|
-
- Updated dependencies [2259379]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 229 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.7.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b3b34f5: Fix agent generate,stream returnType with experimental_output
|
|
8
|
+
- a4686e8: Realtime event queue
|
|
9
|
+
|
|
3
10
|
## 0.7.0-alpha.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
|
|
292
299
|
### Minor Changes
|
|
293
300
|
|
|
294
|
-
- 02ffb7b: Added updateIndexById and deleteIndexById methods in the MastraVector inteface
|
|
295
|
-
|
|
296
|
-
## 0.5.0-alpha.1
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- dab255b: Fixed bug where using an in memory libsql db (config.url = ":memory:) for memory would throw errors about missing tables
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 963 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
- @mastra/deployer@0.2.5-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.1.14-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- @mastra/deployer@0.1.8-alpha.11
|
|
290
299
|
- @mastra/core@0.5.0-alpha.11
|
|
291
300
|
|
|
292
|
-
## 0.1.8-alpha.10
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [a910463]
|
|
297
|
-
- @mastra/core@0.5.0-alpha.10
|
|
298
|
-
- @mastra/deployer@0.1.8-alpha.10
|
|
299
|
-
|
|
300
|
-
## 0.1.8-alpha.9
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1173 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
- @mastra/deployer@0.2.5-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.1.14-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
### Patch Changes
|
|
291
300
|
|
|
292
|
-
- Updated dependencies [a910463]
|
|
293
|
-
- @mastra/core@0.5.0-alpha.10
|
|
294
|
-
- @mastra/deployer@0.1.8-alpha.10
|
|
295
|
-
|
|
296
|
-
## 0.1.8-alpha.9
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [e9fbac5]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1145 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
- @mastra/deployer@0.2.5-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.1.14-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
### Patch Changes
|
|
291
300
|
|
|
292
|
-
- Updated dependencies [a910463]
|
|
293
|
-
- @mastra/core@0.5.0-alpha.10
|
|
294
|
-
- @mastra/deployer@0.1.8-alpha.10
|
|
295
|
-
|
|
296
|
-
## 0.1.8-alpha.9
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [e9fbac5]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1145 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.2.5-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -291,12 +299,4 @@
|
|
|
291
299
|
|
|
292
300
|
### Patch Changes
|
|
293
301
|
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [e9fbac5]
|
|
296
|
-
- Updated dependencies [1e8bcbc]
|
|
297
|
-
- Updated dependencies [aeb5e36]
|
|
298
|
-
- Updated dependencies [f2301de]
|
|
299
|
-
- @mastra/core@0.5.0-alpha.9
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1057 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1065 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.1.14-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [358f069]
|
|
291
299
|
- @mastra/core@0.5.0-alpha.5
|
|
292
300
|
|
|
293
|
-
## 0.1.8-alpha.4
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [d79aedf]
|
|
298
|
-
- @mastra/core@0.5.0-alpha.4
|
|
299
|
-
|
|
300
|
-
## 0.1.8-alpha.3
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 878 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
- @mastra/rag@0.1.14-alpha.3
|
|
11
|
+
|
|
3
12
|
## 1.1.14-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [1e8bcbc]
|
|
290
299
|
- Updated dependencies [aeb5e36]
|
|
291
300
|
- Updated dependencies [f2301de]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.9
|
|
293
|
-
- @mastra/rag@0.1.8-alpha.9
|
|
294
|
-
|
|
295
|
-
## 1.1.8-alpha.8
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [506f1d5]
|
|
300
|
-
- @mastra/core@0.5.0-alpha.8
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1387 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/github
|
|
2
2
|
|
|
3
|
+
## 1.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 1.1.14-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
## 1.1.8-alpha.4
|
|
292
300
|
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [d79aedf]
|
|
296
|
-
- @mastra/core@0.5.0-alpha.4
|
|
297
|
-
|
|
298
|
-
## 1.1.8-alpha.3
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1126 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.1.14-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
### Patch Changes
|
|
292
300
|
|
|
293
|
-
- Updated dependencies [d79aedf]
|
|
294
|
-
- @mastra/core@0.5.0-alpha.4
|
|
295
|
-
|
|
296
|
-
## 0.1.8-alpha.3
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [3d0e290]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 759 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.3.6-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.3.6-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- 52e0418: Split up action types between tools and workflows
|
|
291
299
|
- Updated dependencies [22643eb]
|
|
292
300
|
- Updated dependencies [6feb23f]
|
|
293
|
-
- Updated dependencies [f2d6727]
|
|
294
|
-
- Updated dependencies [301e4ee]
|
|
295
|
-
- Updated dependencies [dfbe4e9]
|
|
296
|
-
- Updated dependencies [9e81f35]
|
|
297
|
-
- Updated dependencies [caefaa2]
|
|
298
|
-
- Updated dependencies [c151ae6]
|
|
299
|
-
- Updated dependencies [52e0418]
|
|
300
|
-
- Updated dependencies [03236ec]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 852 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# @mastra/mem0
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.2.6-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 394dfad: Removed working memory tool calls from thread history after the working memory has been updated. This is to prevent updates from polluting the context history and confusing agents. They should only see the most recent copy of working memory.
|
|
8
|
+
Also made memory.getWorkingMemory() public since it's useful for testing, debugging, and building UIs.
|
|
9
|
+
|
|
10
|
+
## 0.2.6-alpha.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 05095e9: Fixed an issue where very long messages would cause Memory semantic recall to throw errors
|
|
15
|
+
- Updated dependencies [b3b34f5]
|
|
16
|
+
- Updated dependencies [a4686e8]
|
|
17
|
+
- @mastra/core@0.7.0-alpha.3
|
|
18
|
+
- @mastra/rag@0.1.14-alpha.3
|
|
19
|
+
|
|
3
20
|
## 0.2.6-alpha.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -281,22 +298,5 @@
|
|
|
281
298
|
|
|
282
299
|
- c151ae6: Fixed an issue where models that don't support structured output would error when generating a thread title. Added an option to disable thread title llm generation `new Memory({ threads: { generateTitle: false }})`
|
|
283
300
|
- Updated dependencies [22643eb]
|
|
284
|
-
- Updated dependencies [6feb23f]
|
|
285
|
-
- Updated dependencies [f2d6727]
|
|
286
|
-
- Updated dependencies [301e4ee]
|
|
287
|
-
- Updated dependencies [dfbe4e9]
|
|
288
|
-
- Updated dependencies [9e81f35]
|
|
289
|
-
- Updated dependencies [caefaa2]
|
|
290
|
-
- Updated dependencies [c151ae6]
|
|
291
|
-
- Updated dependencies [52e0418]
|
|
292
|
-
- Updated dependencies [03236ec]
|
|
293
|
-
- Updated dependencies [3764e71]
|
|
294
|
-
- Updated dependencies [df982db]
|
|
295
|
-
- Updated dependencies [0461849]
|
|
296
|
-
- Updated dependencies [2259379]
|
|
297
|
-
- Updated dependencies [358f069]
|
|
298
|
-
- @mastra/core@0.5.0-alpha.5
|
|
299
|
-
|
|
300
|
-
## 0.2.0-alpha.4
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1202 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.2.6-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e91bee7: Added helper method for both createindex and buildIndex
|
|
8
|
+
|
|
9
|
+
## 0.2.6-alpha.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7172059: Update PG Vector to use handle concurrent createIndex
|
|
14
|
+
- Updated dependencies [b3b34f5]
|
|
15
|
+
- Updated dependencies [a4686e8]
|
|
16
|
+
- @mastra/core@0.7.0-alpha.3
|
|
17
|
+
|
|
3
18
|
## 0.2.6-alpha.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -283,20 +298,5 @@
|
|
|
283
298
|
- Updated dependencies [301e4ee]
|
|
284
299
|
- Updated dependencies [dfbe4e9]
|
|
285
300
|
- Updated dependencies [9e81f35]
|
|
286
|
-
- Updated dependencies [caefaa2]
|
|
287
|
-
- Updated dependencies [c151ae6]
|
|
288
|
-
- Updated dependencies [52e0418]
|
|
289
|
-
- Updated dependencies [03236ec]
|
|
290
|
-
- Updated dependencies [3764e71]
|
|
291
|
-
- Updated dependencies [df982db]
|
|
292
|
-
- Updated dependencies [0461849]
|
|
293
|
-
- Updated dependencies [2259379]
|
|
294
|
-
- Updated dependencies [358f069]
|
|
295
|
-
- @mastra/core@0.5.0-alpha.5
|
|
296
|
-
|
|
297
|
-
## 0.1.8-alpha.4
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 628 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/pinecone
|
|
2
2
|
|
|
3
|
+
## 0.2.4-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.2.4-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [3764e71]
|
|
291
299
|
- Updated dependencies [df982db]
|
|
292
300
|
- Updated dependencies [0461849]
|
|
293
|
-
- Updated dependencies [2259379]
|
|
294
|
-
- Updated dependencies [358f069]
|
|
295
|
-
- @mastra/core@0.5.0-alpha.5
|
|
296
|
-
|
|
297
|
-
## 0.1.8-alpha.4
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 827 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 3.0.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6d5d9c6: Show tool calls in playground chat
|
|
8
|
+
|
|
9
|
+
## 3.0.0-alpha.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2134786: Fix traces navigation not working in playground
|
|
14
|
+
- Updated dependencies [160f88e]
|
|
15
|
+
- Updated dependencies [b3b34f5]
|
|
16
|
+
- Updated dependencies [a4686e8]
|
|
17
|
+
- @mastra/client-js@0.1.13-alpha.3
|
|
18
|
+
- @mastra/core@0.7.0-alpha.3
|
|
19
|
+
|
|
3
20
|
## 3.0.0-alpha.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -281,22 +298,5 @@
|
|
|
281
298
|
|
|
282
299
|
- dbd9f2d: Handle different condition types on workflow graph
|
|
283
300
|
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
284
|
-
- Updated dependencies [7a7a547]
|
|
285
|
-
- Updated dependencies [c93798b]
|
|
286
|
-
- Updated dependencies [dbd9f2d]
|
|
287
|
-
- Updated dependencies [8deb34c]
|
|
288
|
-
- Updated dependencies [a171b37]
|
|
289
|
-
- Updated dependencies [fd4a1d7]
|
|
290
|
-
- @mastra/core@0.5.0-alpha.11
|
|
291
|
-
- @mastra/client-js@0.1.7-alpha.11
|
|
292
|
-
|
|
293
|
-
## 1.0.0-alpha.10
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [a910463]
|
|
298
|
-
- @mastra/core@0.5.0-alpha.10
|
|
299
|
-
- @mastra/client-js@0.1.7-alpha.10
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 188 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/qdrant
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.2.5-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [52e0418]
|
|
291
299
|
- Updated dependencies [03236ec]
|
|
292
300
|
- Updated dependencies [3764e71]
|
|
293
|
-
- Updated dependencies [df982db]
|
|
294
|
-
- Updated dependencies [0461849]
|
|
295
|
-
- Updated dependencies [2259379]
|
|
296
|
-
- Updated dependencies [358f069]
|
|
297
|
-
- @mastra/core@0.5.0-alpha.5
|
|
298
|
-
|
|
299
|
-
## 0.1.8-alpha.4
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 823 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.1.14-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [f6678e4]
|
|
291
299
|
- @mastra/core@0.5.0-alpha.6
|
|
292
300
|
|
|
293
|
-
## 0.1.8-alpha.5
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 9e81f35: Fix query filter for vector search and rerank
|
|
298
|
-
- 9e0f2c9: Update JSON Chunking to fix recursive issue
|
|
299
|
-
- Updated dependencies [22643eb]
|
|
300
|
-
- Updated dependencies [6feb23f]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1278 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/ragie
|
|
2
2
|
|
|
3
|
+
## 1.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 1.1.14-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
## 1.1.8-alpha.4
|
|
292
300
|
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [d79aedf]
|
|
296
|
-
- @mastra/core@0.5.0-alpha.4
|
|
297
|
-
|
|
298
|
-
## 1.1.8-alpha.3
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1077 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/speech-azure
|
|
2
2
|
|
|
3
|
+
## 0.1.14-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3b34f5]
|
|
8
|
+
- Updated dependencies [a4686e8]
|
|
9
|
+
- @mastra/core@0.7.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.1.14-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
### Patch Changes
|
|
292
300
|
|
|
293
|
-
- Updated dependencies [d79aedf]
|
|
294
|
-
- @mastra/core@0.5.0-alpha.4
|
|
295
|
-
|
|
296
|
-
## 0.1.8-alpha.3
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [3d0e290]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 695 more lines hidden. See full changelog in package directory.
|