@mastra/mcp-docs-server 0.13.5 → 0.13.6
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/%40internal%2Fstorage-test-utils.md +76 -76
- package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +194 -194
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +171 -171
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +233 -233
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +62 -62
- package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
- package/.docs/organized/changelogs/%40mastra%2Frag.md +61 -61
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +195 -195
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
- package/.docs/organized/changelogs/create-mastra.md +119 -119
- package/.docs/organized/changelogs/mastra.md +256 -256
- package/.docs/organized/code-examples/agent.md +6 -0
- package/.docs/organized/code-examples/agui.md +3 -3
- package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
- package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
- package/.docs/organized/code-examples/assistant-ui.md +2 -2
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
- package/.docs/organized/code-examples/client-side-tools.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +5 -5
- package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
- package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
- package/.docs/raw/agents/agent-memory.mdx +126 -0
- package/.docs/raw/agents/dynamic-agents.mdx +34 -2
- package/.docs/raw/agents/overview.mdx +5 -0
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
- package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
- package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
- package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
- package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
- package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
- package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
- package/.docs/raw/frameworks/servers/express.mdx +1 -1
- package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
- package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
- package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
- package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
- package/.docs/raw/getting-started/installation.mdx +10 -7
- package/.docs/raw/getting-started/model-capability.mdx +1 -1
- package/.docs/raw/memory/overview.mdx +8 -0
- package/.docs/raw/memory/semantic-recall.mdx +6 -0
- package/.docs/raw/observability/tracing.mdx +30 -0
- package/.docs/raw/reference/agents/agent.mdx +2 -2
- package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
- package/.docs/raw/reference/cli/dev.mdx +4 -3
- package/.docs/raw/reference/client-js/agents.mdx +8 -0
- package/.docs/raw/reference/memory/query.mdx +35 -14
- package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
- package/.docs/raw/reference/storage/mssql.mdx +108 -0
- package/.docs/raw/server-db/custom-api-routes.mdx +38 -26
- package/.docs/raw/tools-mcp/mcp-overview.mdx +24 -1
- package/.docs/raw/workflows/control-flow.mdx +85 -87
- package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
- package/.docs/raw/workflows/overview.mdx +22 -12
- package/.docs/raw/workflows/pausing-execution.mdx +49 -4
- package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
- package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
- package/.docs/raw/workflows-legacy/overview.mdx +11 -0
- package/package.json +6 -8
- package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
|
@@ -1,302 +1,302 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
-
## 5.1.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- c1cceea: Bump peerdeps of @matra/core
|
|
8
|
-
- @mastra/core@0.10.11-alpha.4
|
|
9
|
-
- @mastra/client-js@0.10.10-alpha.4
|
|
10
|
-
|
|
11
|
-
## 5.1.11-alpha.3
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- f457d86: reset localstorage when resetting model settings
|
|
16
|
-
- 8722d53: Fix multi modal remaining steps
|
|
17
|
-
- Updated dependencies [c7bbf1e]
|
|
18
|
-
- Updated dependencies [8722d53]
|
|
19
|
-
- Updated dependencies [132027f]
|
|
20
|
-
- Updated dependencies [0c85311]
|
|
21
|
-
- Updated dependencies [cb16baf]
|
|
22
|
-
- @mastra/core@0.10.11-alpha.3
|
|
23
|
-
- @mastra/client-js@0.10.10-alpha.3
|
|
24
|
-
|
|
25
|
-
## 5.1.11-alpha.2
|
|
3
|
+
## 5.1.14
|
|
26
4
|
|
|
27
5
|
### Patch Changes
|
|
28
6
|
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
7
|
+
- dd2a4c9: change the way we start the dev process of playground
|
|
8
|
+
- af1f902: share thread list between agent, network and cloud
|
|
9
|
+
- 8f89bcd: fix traces pagination + sharing trace view with cloud
|
|
10
|
+
- 0bf0bc8: fix link in shared components + add e2e tests
|
|
11
|
+
- f6c4d75: fix date picker on change
|
|
12
|
+
- 59f0dcd: Add light background color for step statuses
|
|
13
|
+
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
14
|
+
- 8aa97c7: Show docs link in place of semantic recall + working memory in playground if they're not enabled
|
|
15
|
+
- cf8d497: factorize tabs component between cloud and core
|
|
16
|
+
- 7827943: Handle streaming large data
|
|
17
|
+
- 808b493: wrap runtime context with tooltip provider for usage in cloud
|
|
18
|
+
- 09464dd: Share AgentMetadata component with cloud
|
|
19
|
+
- 65e3395: Add Scores playground-ui and add scorer hooks
|
|
20
|
+
- 80692d5: refactor: sharing only the UI and not data fetching for traces
|
|
21
|
+
- 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
|
|
22
|
+
- Updated dependencies [4832752]
|
|
23
|
+
- Updated dependencies [f248d53]
|
|
24
|
+
- Updated dependencies [2affc57]
|
|
25
|
+
- Updated dependencies [66e13e3]
|
|
26
|
+
- Updated dependencies [edd9482]
|
|
27
|
+
- Updated dependencies [18344d7]
|
|
28
|
+
- Updated dependencies [9d372c2]
|
|
29
|
+
- Updated dependencies [40c2525]
|
|
30
|
+
- Updated dependencies [e473f27]
|
|
31
|
+
- Updated dependencies [032cb66]
|
|
32
|
+
- Updated dependencies [703ac71]
|
|
33
|
+
- Updated dependencies [a723d69]
|
|
34
|
+
- Updated dependencies [7827943]
|
|
35
|
+
- Updated dependencies [5889a31]
|
|
36
|
+
- Updated dependencies [bf1e7e7]
|
|
37
|
+
- Updated dependencies [65e3395]
|
|
38
|
+
- Updated dependencies [4933192]
|
|
39
|
+
- Updated dependencies [d1c77a4]
|
|
40
|
+
- Updated dependencies [bea9dd1]
|
|
41
|
+
- Updated dependencies [dcd4802]
|
|
42
|
+
- Updated dependencies [cbddd18]
|
|
43
|
+
- Updated dependencies [80c2b06]
|
|
44
|
+
- Updated dependencies [7ba91fa]
|
|
45
|
+
- Updated dependencies [6f6e651]
|
|
46
|
+
- @mastra/client-js@0.10.15
|
|
47
|
+
- @mastra/core@0.11.0
|
|
48
|
+
|
|
49
|
+
## 5.1.14-alpha.3
|
|
46
50
|
|
|
47
51
|
### Patch Changes
|
|
48
52
|
|
|
49
|
-
-
|
|
50
|
-
- Updated dependencies [7f6e403]
|
|
51
|
-
- @mastra/core@0.10.11-alpha.1
|
|
52
|
-
- @mastra/client-js@0.10.10-alpha.1
|
|
53
|
+
- 8aa97c7: Show docs link in place of semantic recall + working memory in playground if they're not enabled
|
|
53
54
|
|
|
54
|
-
## 5.1.
|
|
55
|
+
## 5.1.14-alpha.2
|
|
55
56
|
|
|
56
57
|
### Patch Changes
|
|
57
58
|
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
59
|
+
- dd2a4c9: change the way we start the dev process of playground
|
|
60
|
+
- af1f902: share thread list between agent, network and cloud
|
|
61
|
+
- f6c4d75: fix date picker on change
|
|
62
|
+
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
63
|
+
- 09464dd: Share AgentMetadata component with cloud
|
|
64
|
+
- 65e3395: Add Scores playground-ui and add scorer hooks
|
|
65
|
+
- 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
|
|
66
|
+
- Updated dependencies [4832752]
|
|
67
|
+
- Updated dependencies [f248d53]
|
|
68
|
+
- Updated dependencies [2affc57]
|
|
69
|
+
- Updated dependencies [66e13e3]
|
|
70
|
+
- Updated dependencies [edd9482]
|
|
71
|
+
- Updated dependencies [18344d7]
|
|
72
|
+
- Updated dependencies [9d372c2]
|
|
73
|
+
- Updated dependencies [40c2525]
|
|
74
|
+
- Updated dependencies [e473f27]
|
|
75
|
+
- Updated dependencies [032cb66]
|
|
76
|
+
- Updated dependencies [703ac71]
|
|
77
|
+
- Updated dependencies [a723d69]
|
|
78
|
+
- Updated dependencies [5889a31]
|
|
79
|
+
- Updated dependencies [65e3395]
|
|
80
|
+
- Updated dependencies [4933192]
|
|
81
|
+
- Updated dependencies [d1c77a4]
|
|
82
|
+
- Updated dependencies [bea9dd1]
|
|
83
|
+
- Updated dependencies [dcd4802]
|
|
84
|
+
- Updated dependencies [80c2b06]
|
|
85
|
+
- Updated dependencies [7ba91fa]
|
|
86
|
+
- Updated dependencies [6f6e651]
|
|
87
|
+
- @mastra/client-js@0.10.15-alpha.2
|
|
88
|
+
- @mastra/core@0.11.0-alpha.2
|
|
89
|
+
|
|
90
|
+
## 5.1.14-alpha.1
|
|
68
91
|
|
|
69
92
|
### Patch Changes
|
|
70
93
|
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
- @mastra/client-js@0.10.
|
|
77
|
-
- @mastra/core@0.10.10
|
|
94
|
+
- 8f89bcd: fix traces pagination + sharing trace view with cloud
|
|
95
|
+
- 59f0dcd: Add light background color for step statuses
|
|
96
|
+
- cf8d497: factorize tabs component between cloud and core
|
|
97
|
+
- 80692d5: refactor: sharing only the UI and not data fetching for traces
|
|
98
|
+
- @mastra/core@0.11.0-alpha.1
|
|
99
|
+
- @mastra/client-js@0.10.15-alpha.1
|
|
78
100
|
|
|
79
|
-
## 5.1.
|
|
101
|
+
## 5.1.14-alpha.0
|
|
80
102
|
|
|
81
103
|
### Patch Changes
|
|
82
104
|
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
|
|
105
|
+
- 0bf0bc8: fix link in shared components + add e2e tests
|
|
106
|
+
- 7827943: Handle streaming large data
|
|
107
|
+
- 808b493: wrap runtime context with tooltip provider for usage in cloud
|
|
108
|
+
- Updated dependencies [7827943]
|
|
109
|
+
- Updated dependencies [bf1e7e7]
|
|
110
|
+
- Updated dependencies [cbddd18]
|
|
111
|
+
- @mastra/client-js@0.10.15-alpha.0
|
|
112
|
+
- @mastra/core@0.11.0-alpha.0
|
|
88
113
|
|
|
89
|
-
## 5.1.
|
|
114
|
+
## 5.1.13
|
|
90
115
|
|
|
91
116
|
### Patch Changes
|
|
92
117
|
|
|
93
|
-
-
|
|
94
|
-
- Updated
|
|
95
|
-
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
118
|
+
- 5130bcb: dependencies updates:
|
|
119
|
+
- Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
|
|
120
|
+
- 984887a: dependencies updates:
|
|
121
|
+
- Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
|
|
122
|
+
- 593631d: allow to pass ref to the link abstraction
|
|
123
|
+
- 5237998: Fix foreach output
|
|
124
|
+
- 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
|
|
125
|
+
- d49334d: export tool list for usage in cloud
|
|
126
|
+
- 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
|
|
127
|
+
- 794d9f3: Fix thread creation in playground
|
|
128
|
+
- aa9528a: Display reasoning in playground
|
|
129
|
+
- 45174f3: share network list between core and cloud
|
|
130
|
+
- 48f5532: export workflow list for usage in cloud
|
|
131
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
132
|
+
- e1d0080: abstract Link component between cloud and core
|
|
133
|
+
- f9b1508: add the same agent table as in cloud and export it from the playground
|
|
134
|
+
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
135
|
+
- Updated dependencies [31f9f6b]
|
|
136
|
+
- Updated dependencies [0b56518]
|
|
137
|
+
- Updated dependencies [db5cc15]
|
|
138
|
+
- Updated dependencies [2ba5b76]
|
|
139
|
+
- Updated dependencies [5237998]
|
|
140
|
+
- Updated dependencies [c3a30de]
|
|
141
|
+
- Updated dependencies [37c1acd]
|
|
142
|
+
- Updated dependencies [1aa60b1]
|
|
143
|
+
- Updated dependencies [89ec9d4]
|
|
144
|
+
- Updated dependencies [cf3a184]
|
|
145
|
+
- Updated dependencies [d6bfd60]
|
|
146
|
+
- Updated dependencies [626b0f4]
|
|
147
|
+
- Updated dependencies [c22a91f]
|
|
148
|
+
- Updated dependencies [f7403ab]
|
|
149
|
+
- Updated dependencies [6c89d7f]
|
|
150
|
+
- @mastra/client-js@0.10.14
|
|
151
|
+
- @mastra/core@0.10.15
|
|
152
|
+
|
|
153
|
+
## 5.1.13-alpha.2
|
|
99
154
|
|
|
100
155
|
### Patch Changes
|
|
101
156
|
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
- a606c75: show right suspend schema for nested workflow on playground
|
|
105
|
-
- 1760a1c: Use workflow stream in playground instead of watch
|
|
106
|
-
- 038e5ae: Add cancel workflow run
|
|
107
|
-
- 81a1b3b: Update peerdeps
|
|
108
|
-
- ac369c6: Show resume data on workflow graph
|
|
109
|
-
- 976a62b: remove persistence capabilities in model settings components
|
|
110
|
-
- 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
|
|
111
|
-
- 57929df: [MASTRA-4143[ change message-list and agent network display
|
|
112
|
-
- f78f399: Make AgentModelSettings shareable between cloud and playground
|
|
113
|
-
- Updated dependencies [9dda1ac]
|
|
114
|
-
- Updated dependencies [9047bda]
|
|
115
|
-
- Updated dependencies [c984582]
|
|
116
|
-
- Updated dependencies [7e801dd]
|
|
117
|
-
- Updated dependencies [a606c75]
|
|
118
|
-
- Updated dependencies [7aa70a4]
|
|
119
|
-
- Updated dependencies [764f86a]
|
|
120
|
-
- Updated dependencies [1760a1c]
|
|
121
|
-
- Updated dependencies [038e5ae]
|
|
122
|
-
- Updated dependencies [7dda16a]
|
|
123
|
-
- Updated dependencies [5ebfcdd]
|
|
124
|
-
- Updated dependencies [b2d0c91]
|
|
125
|
-
- Updated dependencies [4e809ad]
|
|
126
|
-
- Updated dependencies [57929df]
|
|
127
|
-
- Updated dependencies [7e801dd]
|
|
128
|
-
- Updated dependencies [b7852ed]
|
|
129
|
-
- Updated dependencies [6320a61]
|
|
130
|
-
- @mastra/core@0.10.9
|
|
131
|
-
- @mastra/client-js@0.10.8
|
|
132
|
-
|
|
133
|
-
## 5.1.9-alpha.0
|
|
134
|
-
|
|
135
|
-
### Patch Changes
|
|
157
|
+
- 794d9f3: Fix thread creation in playground
|
|
158
|
+
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
136
159
|
|
|
137
|
-
-
|
|
138
|
-
- 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
|
|
139
|
-
- a606c75: show right suspend schema for nested workflow on playground
|
|
140
|
-
- 1760a1c: Use workflow stream in playground instead of watch
|
|
141
|
-
- 038e5ae: Add cancel workflow run
|
|
142
|
-
- 81a1b3b: Update peerdeps
|
|
143
|
-
- ac369c6: Show resume data on workflow graph
|
|
144
|
-
- 976a62b: remove persistence capabilities in model settings components
|
|
145
|
-
- 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
|
|
146
|
-
- 57929df: [MASTRA-4143[ change message-list and agent network display
|
|
147
|
-
- f78f399: Make AgentModelSettings shareable between cloud and playground
|
|
148
|
-
- Updated dependencies [9dda1ac]
|
|
149
|
-
- Updated dependencies [9047bda]
|
|
150
|
-
- Updated dependencies [c984582]
|
|
151
|
-
- Updated dependencies [7e801dd]
|
|
152
|
-
- Updated dependencies [a606c75]
|
|
153
|
-
- Updated dependencies [7aa70a4]
|
|
154
|
-
- Updated dependencies [764f86a]
|
|
155
|
-
- Updated dependencies [1760a1c]
|
|
156
|
-
- Updated dependencies [038e5ae]
|
|
157
|
-
- Updated dependencies [7dda16a]
|
|
158
|
-
- Updated dependencies [5ebfcdd]
|
|
159
|
-
- Updated dependencies [b2d0c91]
|
|
160
|
-
- Updated dependencies [4e809ad]
|
|
161
|
-
- Updated dependencies [57929df]
|
|
162
|
-
- Updated dependencies [7e801dd]
|
|
163
|
-
- Updated dependencies [b7852ed]
|
|
164
|
-
- Updated dependencies [6320a61]
|
|
165
|
-
- @mastra/core@0.10.9-alpha.0
|
|
166
|
-
- @mastra/client-js@0.10.8-alpha.0
|
|
167
|
-
|
|
168
|
-
## 5.1.8
|
|
160
|
+
## 5.1.13-alpha.1
|
|
169
161
|
|
|
170
162
|
### Patch Changes
|
|
171
163
|
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
- Updated dependencies [
|
|
177
|
-
|
|
178
|
-
|
|
164
|
+
- d49334d: export tool list for usage in cloud
|
|
165
|
+
- 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
|
|
166
|
+
- 45174f3: share network list between core and cloud
|
|
167
|
+
- 48f5532: export workflow list for usage in cloud
|
|
168
|
+
- Updated dependencies [0b56518]
|
|
169
|
+
- Updated dependencies [2ba5b76]
|
|
170
|
+
- Updated dependencies [c3a30de]
|
|
171
|
+
- Updated dependencies [cf3a184]
|
|
172
|
+
- Updated dependencies [d6bfd60]
|
|
173
|
+
- @mastra/core@0.10.15-alpha.1
|
|
174
|
+
- @mastra/client-js@0.10.14-alpha.1
|
|
179
175
|
|
|
180
|
-
## 5.1.
|
|
176
|
+
## 5.1.13-alpha.0
|
|
181
177
|
|
|
182
178
|
### Patch Changes
|
|
183
179
|
|
|
184
|
-
-
|
|
185
|
-
- Updated
|
|
186
|
-
-
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
180
|
+
- 5130bcb: dependencies updates:
|
|
181
|
+
- Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
|
|
182
|
+
- 984887a: dependencies updates:
|
|
183
|
+
- Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
|
|
184
|
+
- 593631d: allow to pass ref to the link abstraction
|
|
185
|
+
- 5237998: Fix foreach output
|
|
186
|
+
- 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
|
|
187
|
+
- aa9528a: Display reasoning in playground
|
|
188
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
189
|
+
- e1d0080: abstract Link component between cloud and core
|
|
190
|
+
- f9b1508: add the same agent table as in cloud and export it from the playground
|
|
191
|
+
- Updated dependencies [31f9f6b]
|
|
192
|
+
- Updated dependencies [db5cc15]
|
|
193
|
+
- Updated dependencies [5237998]
|
|
194
|
+
- Updated dependencies [37c1acd]
|
|
195
|
+
- Updated dependencies [1aa60b1]
|
|
196
|
+
- Updated dependencies [89ec9d4]
|
|
197
|
+
- Updated dependencies [626b0f4]
|
|
198
|
+
- Updated dependencies [c22a91f]
|
|
199
|
+
- Updated dependencies [f7403ab]
|
|
200
|
+
- Updated dependencies [6c89d7f]
|
|
201
|
+
- @mastra/client-js@0.10.14-alpha.0
|
|
202
|
+
- @mastra/core@0.10.15-alpha.0
|
|
203
|
+
|
|
204
|
+
## 5.1.12
|
|
191
205
|
|
|
192
206
|
### Patch Changes
|
|
193
207
|
|
|
194
|
-
-
|
|
195
|
-
- Updated dependencies [
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Patch Changes
|
|
208
|
+
- 640f47e: move agent model settings into agent settings
|
|
209
|
+
- Updated dependencies [9468be4]
|
|
210
|
+
- Updated dependencies [b4a9811]
|
|
211
|
+
- Updated dependencies [4d5583d]
|
|
212
|
+
- Updated dependencies [44731a4]
|
|
213
|
+
- @mastra/client-js@0.10.11
|
|
214
|
+
- @mastra/core@0.10.12
|
|
202
215
|
|
|
203
|
-
-
|
|
204
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
205
|
-
- d569c16: dependencies updates:
|
|
206
|
-
- Updated dependency [`react-code-block@1.1.3` ↗︎](https://www.npmjs.com/package/react-code-block/v/1.1.3) (from `1.1.1`, in `dependencies`)
|
|
207
|
-
- b9f5599: dependencies updates:
|
|
208
|
-
- Updated dependency [`@codemirror/lang-json@^6.0.2` ↗︎](https://www.npmjs.com/package/@codemirror/lang-json/v/6.0.2) (from `^6.0.1`, in `dependencies`)
|
|
209
|
-
- 5af21a8: fix: remove final output on workflows for now
|
|
210
|
-
- 5d74aab: vNext network in playground
|
|
211
|
-
- 9102d89: Fix final output not showing on playground for previously suspended steps
|
|
212
|
-
- 21ffb97: Make dynamic form handle schema better
|
|
213
|
-
- be3d5a3: Remove recharts and ramada (unused deps)
|
|
214
|
-
- Updated dependencies [8e1b6e9]
|
|
215
|
-
- Updated dependencies [15e9d26]
|
|
216
|
-
- Updated dependencies [d1baedb]
|
|
217
|
-
- Updated dependencies [d8f2d19]
|
|
218
|
-
- Updated dependencies [9bf1d55]
|
|
219
|
-
- Updated dependencies [4d21bf2]
|
|
220
|
-
- Updated dependencies [07d6d88]
|
|
221
|
-
- Updated dependencies [9d52b17]
|
|
222
|
-
- Updated dependencies [2097952]
|
|
223
|
-
- Updated dependencies [18a5d59]
|
|
224
|
-
- Updated dependencies [792c4c0]
|
|
225
|
-
- Updated dependencies [5d74aab]
|
|
226
|
-
- Updated dependencies [5d74aab]
|
|
227
|
-
- Updated dependencies [bee3fe4]
|
|
228
|
-
- Updated dependencies [a8b194f]
|
|
229
|
-
- Updated dependencies [4fb0cc2]
|
|
230
|
-
- Updated dependencies [d2a7a31]
|
|
231
|
-
- Updated dependencies [502fe05]
|
|
232
|
-
- Updated dependencies [144eb0b]
|
|
233
|
-
- Updated dependencies [8ba1b51]
|
|
234
|
-
- Updated dependencies [4efcfa0]
|
|
235
|
-
- Updated dependencies [c0d41f6]
|
|
236
|
-
- Updated dependencies [0e17048]
|
|
237
|
-
- @mastra/client-js@0.10.6
|
|
238
|
-
- @mastra/core@0.10.7
|
|
239
|
-
|
|
240
|
-
## 5.1.7-alpha.7
|
|
216
|
+
## 5.1.12-alpha.0
|
|
241
217
|
|
|
242
218
|
### Patch Changes
|
|
243
219
|
|
|
244
|
-
-
|
|
245
|
-
|
|
220
|
+
- 640f47e: move agent model settings into agent settings
|
|
221
|
+
- Updated dependencies [9468be4]
|
|
222
|
+
- Updated dependencies [b4a9811]
|
|
223
|
+
- Updated dependencies [44731a4]
|
|
224
|
+
- @mastra/client-js@0.10.11-alpha.0
|
|
225
|
+
- @mastra/core@0.10.12-alpha.0
|
|
246
226
|
|
|
247
|
-
## 5.1.
|
|
227
|
+
## 5.1.11
|
|
248
228
|
|
|
249
229
|
### Patch Changes
|
|
250
230
|
|
|
251
|
-
-
|
|
252
|
-
- Updated dependency [`@
|
|
253
|
-
-
|
|
254
|
-
- Updated
|
|
255
|
-
|
|
256
|
-
-
|
|
231
|
+
- 7fb0909: dependencies updates:
|
|
232
|
+
- Updated dependency [`@dagrejs/dagre@^1.1.5` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.5) (from `^1.1.4`, in `dependencies`)
|
|
233
|
+
- 05ba777: dependencies updates:
|
|
234
|
+
- Updated dependency [`@xyflow/react@^12.8.1` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.1) (from `^12.6.4`, in `dependencies`)
|
|
235
|
+
- 7ccbf43: dependencies updates:
|
|
236
|
+
- Updated dependency [`motion@^12.23.0` ↗︎](https://www.npmjs.com/package/motion/v/12.23.0) (from `^12.16.0`, in `dependencies`)
|
|
237
|
+
- 4b4b339: dependencies updates:
|
|
238
|
+
- Updated dependency [`@uiw/react-codemirror@^4.23.14` ↗︎](https://www.npmjs.com/package/@uiw/react-codemirror/v/4.23.14) (from `^4.23.13`, in `dependencies`)
|
|
239
|
+
- f457d86: reset localstorage when resetting model settings
|
|
240
|
+
- 8722d53: Fix multi modal remaining steps
|
|
241
|
+
- 4219597: add JSON input close to form input
|
|
242
|
+
- b790fd1: Use SerializedStepFlowEntry in playground
|
|
243
|
+
- c1cceea: Bump peerdeps of @matra/core
|
|
244
|
+
- a7a836a: Highlight send event button
|
|
245
|
+
- Updated dependencies [2873c7f]
|
|
246
|
+
- Updated dependencies [1c1c6a1]
|
|
247
|
+
- Updated dependencies [f8ce2cc]
|
|
248
|
+
- Updated dependencies [8c846b6]
|
|
249
|
+
- Updated dependencies [c7bbf1e]
|
|
250
|
+
- Updated dependencies [8722d53]
|
|
251
|
+
- Updated dependencies [565cc0c]
|
|
252
|
+
- Updated dependencies [b790fd1]
|
|
253
|
+
- Updated dependencies [132027f]
|
|
254
|
+
- Updated dependencies [0c85311]
|
|
255
|
+
- Updated dependencies [d7ed04d]
|
|
256
|
+
- Updated dependencies [18da791]
|
|
257
|
+
- Updated dependencies [cb16baf]
|
|
258
|
+
- Updated dependencies [f36e4f1]
|
|
259
|
+
- Updated dependencies [7f6e403]
|
|
260
|
+
- @mastra/core@0.10.11
|
|
261
|
+
- @mastra/client-js@0.10.10
|
|
257
262
|
|
|
258
|
-
## 5.1.
|
|
263
|
+
## 5.1.11-alpha.4
|
|
259
264
|
|
|
260
265
|
### Patch Changes
|
|
261
266
|
|
|
262
|
-
-
|
|
263
|
-
-
|
|
267
|
+
- c1cceea: Bump peerdeps of @matra/core
|
|
268
|
+
- @mastra/core@0.10.11-alpha.4
|
|
269
|
+
- @mastra/client-js@0.10.10-alpha.4
|
|
264
270
|
|
|
265
|
-
## 5.1.
|
|
271
|
+
## 5.1.11-alpha.3
|
|
266
272
|
|
|
267
273
|
### Patch Changes
|
|
268
274
|
|
|
269
|
-
-
|
|
270
|
-
|
|
271
|
-
|
|
275
|
+
- f457d86: reset localstorage when resetting model settings
|
|
276
|
+
- 8722d53: Fix multi modal remaining steps
|
|
277
|
+
- Updated dependencies [c7bbf1e]
|
|
278
|
+
- Updated dependencies [8722d53]
|
|
279
|
+
- Updated dependencies [132027f]
|
|
280
|
+
- Updated dependencies [0c85311]
|
|
281
|
+
- Updated dependencies [cb16baf]
|
|
282
|
+
- @mastra/core@0.10.11-alpha.3
|
|
283
|
+
- @mastra/client-js@0.10.10-alpha.3
|
|
272
284
|
|
|
273
|
-
## 5.1.
|
|
285
|
+
## 5.1.11-alpha.2
|
|
274
286
|
|
|
275
287
|
### Patch Changes
|
|
276
288
|
|
|
277
|
-
-
|
|
278
|
-
- Updated
|
|
279
|
-
-
|
|
280
|
-
- Updated
|
|
281
|
-
|
|
282
|
-
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
289
|
+
- 7fb0909: dependencies updates:
|
|
290
|
+
- Updated dependency [`@dagrejs/dagre@^1.1.5` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.5) (from `^1.1.4`, in `dependencies`)
|
|
291
|
+
- 05ba777: dependencies updates:
|
|
292
|
+
- Updated dependency [`@xyflow/react@^12.8.1` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.1) (from `^12.6.4`, in `dependencies`)
|
|
293
|
+
- 7ccbf43: dependencies updates:
|
|
294
|
+
- Updated dependency [`motion@^12.23.0` ↗︎](https://www.npmjs.com/package/motion/v/12.23.0) (from `^12.16.0`, in `dependencies`)
|
|
295
|
+
- 4b4b339: dependencies updates:
|
|
296
|
+
- Updated dependency [`@uiw/react-codemirror@^4.23.14` ↗︎](https://www.npmjs.com/package/@uiw/react-codemirror/v/4.23.14) (from `^4.23.13`, in `dependencies`)
|
|
297
|
+
- 4219597: add JSON input close to form input
|
|
298
|
+
- Updated dependencies [2873c7f]
|
|
299
|
+
- Updated dependencies [1c1c6a1]
|
|
300
|
+
- Updated dependencies [565cc0c]
|
|
287
301
|
|
|
288
|
-
|
|
289
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
290
|
-
- 5d74aab: vNext network in playground
|
|
291
|
-
- be3d5a3: Remove recharts and ramada (unused deps)
|
|
292
|
-
- Updated dependencies [8e1b6e9]
|
|
293
|
-
- Updated dependencies [15e9d26]
|
|
294
|
-
- Updated dependencies [9bf1d55]
|
|
295
|
-
- Updated dependencies [07d6d88]
|
|
296
|
-
- Updated dependencies [5d74aab]
|
|
297
|
-
- Updated dependencies [5d74aab]
|
|
298
|
-
- Updated dependencies [144eb0b]
|
|
299
|
-
- @mastra/client-js@0.10.6-alpha.2
|
|
300
|
-
- @mastra/core@0.10.7-alpha.2
|
|
301
|
-
|
|
302
|
-
... 1911 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2171 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,65 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- edff568: Export types changeset
|
|
8
|
+
- 89ec9d4: remove cohere-ai client dependency and just make a fetch call
|
|
9
|
+
- Updated dependencies [0b56518]
|
|
10
|
+
- Updated dependencies [db5cc15]
|
|
11
|
+
- Updated dependencies [2ba5b76]
|
|
12
|
+
- Updated dependencies [5237998]
|
|
13
|
+
- Updated dependencies [c3a30de]
|
|
14
|
+
- Updated dependencies [37c1acd]
|
|
15
|
+
- Updated dependencies [1aa60b1]
|
|
16
|
+
- Updated dependencies [89ec9d4]
|
|
17
|
+
- Updated dependencies [cf3a184]
|
|
18
|
+
- Updated dependencies [d6bfd60]
|
|
19
|
+
- Updated dependencies [626b0f4]
|
|
20
|
+
- Updated dependencies [c22a91f]
|
|
21
|
+
- Updated dependencies [f7403ab]
|
|
22
|
+
- Updated dependencies [6c89d7f]
|
|
23
|
+
- @mastra/core@0.10.15
|
|
24
|
+
|
|
25
|
+
## 1.0.3-alpha.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- edff568: Export types changeset
|
|
30
|
+
- 89ec9d4: remove cohere-ai client dependency and just make a fetch call
|
|
31
|
+
- Updated dependencies [db5cc15]
|
|
32
|
+
- Updated dependencies [5237998]
|
|
33
|
+
- Updated dependencies [37c1acd]
|
|
34
|
+
- Updated dependencies [1aa60b1]
|
|
35
|
+
- Updated dependencies [89ec9d4]
|
|
36
|
+
- Updated dependencies [626b0f4]
|
|
37
|
+
- Updated dependencies [c22a91f]
|
|
38
|
+
- Updated dependencies [f7403ab]
|
|
39
|
+
- Updated dependencies [6c89d7f]
|
|
40
|
+
- @mastra/core@0.10.15-alpha.0
|
|
41
|
+
|
|
42
|
+
## 1.0.2
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- 43da563: Refactor relevance provider
|
|
47
|
+
- Updated dependencies [2873c7f]
|
|
48
|
+
- Updated dependencies [1c1c6a1]
|
|
49
|
+
- Updated dependencies [f8ce2cc]
|
|
50
|
+
- Updated dependencies [8c846b6]
|
|
51
|
+
- Updated dependencies [c7bbf1e]
|
|
52
|
+
- Updated dependencies [8722d53]
|
|
53
|
+
- Updated dependencies [565cc0c]
|
|
54
|
+
- Updated dependencies [b790fd1]
|
|
55
|
+
- Updated dependencies [132027f]
|
|
56
|
+
- Updated dependencies [0c85311]
|
|
57
|
+
- Updated dependencies [d7ed04d]
|
|
58
|
+
- Updated dependencies [cb16baf]
|
|
59
|
+
- Updated dependencies [f36e4f1]
|
|
60
|
+
- Updated dependencies [7f6e403]
|
|
61
|
+
- @mastra/core@0.10.11
|
|
62
|
+
|
|
3
63
|
## 1.0.2-alpha.0
|
|
4
64
|
|
|
5
65
|
### Patch Changes
|
|
@@ -238,65 +298,5 @@
|
|
|
238
298
|
- 8cdd799: [MASTRA-3078] added sources to return for vector query tool
|
|
239
299
|
- 4f62987: update rerank weight sum to use big.js
|
|
240
300
|
- Updated dependencies [b3a3d63]
|
|
241
|
-
- Updated dependencies [344f453]
|
|
242
|
-
- Updated dependencies [0a3ae6d]
|
|
243
|
-
- Updated dependencies [95911be]
|
|
244
|
-
- Updated dependencies [f53a6ac]
|
|
245
|
-
- Updated dependencies [5eb5a99]
|
|
246
|
-
- Updated dependencies [7e632c5]
|
|
247
|
-
- Updated dependencies [1e9fbfa]
|
|
248
|
-
- Updated dependencies [eabdcd9]
|
|
249
|
-
- Updated dependencies [90be034]
|
|
250
|
-
- Updated dependencies [99f050a]
|
|
251
|
-
- Updated dependencies [d0ee3c6]
|
|
252
|
-
- Updated dependencies [b2ae5aa]
|
|
253
|
-
- Updated dependencies [23f258c]
|
|
254
|
-
- Updated dependencies [a7292b0]
|
|
255
|
-
- Updated dependencies [0dcb9f0]
|
|
256
|
-
- Updated dependencies [2672a05]
|
|
257
|
-
- @mastra/core@0.10.0
|
|
258
|
-
|
|
259
|
-
## 0.2.0-alpha.1
|
|
260
|
-
|
|
261
|
-
### Minor Changes
|
|
262
|
-
|
|
263
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
|
-
|
|
267
|
-
- 4424836: [MASTRA-2591] Rag Tool Return Types
|
|
268
|
-
- 8cdd799: [MASTRA-3078] added sources to return for vector query tool
|
|
269
|
-
- 4f62987: update rerank weight sum to use big.js
|
|
270
|
-
- Updated dependencies [b3a3d63]
|
|
271
|
-
- Updated dependencies [344f453]
|
|
272
|
-
- Updated dependencies [0a3ae6d]
|
|
273
|
-
- Updated dependencies [95911be]
|
|
274
|
-
- Updated dependencies [5eb5a99]
|
|
275
|
-
- Updated dependencies [7e632c5]
|
|
276
|
-
- Updated dependencies [1e9fbfa]
|
|
277
|
-
- Updated dependencies [b2ae5aa]
|
|
278
|
-
- Updated dependencies [a7292b0]
|
|
279
|
-
- Updated dependencies [0dcb9f0]
|
|
280
|
-
- @mastra/core@0.10.0-alpha.1
|
|
281
|
-
|
|
282
|
-
## 0.1.24-alpha.0
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- Updated dependencies [f53a6ac]
|
|
287
|
-
- Updated dependencies [eabdcd9]
|
|
288
|
-
- Updated dependencies [90be034]
|
|
289
|
-
- Updated dependencies [99f050a]
|
|
290
|
-
- Updated dependencies [d0ee3c6]
|
|
291
|
-
- Updated dependencies [23f258c]
|
|
292
|
-
- Updated dependencies [2672a05]
|
|
293
|
-
- @mastra/core@0.9.5-alpha.0
|
|
294
|
-
|
|
295
|
-
## 0.1.23
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [396be50]
|
|
300
|
-
- Updated dependencies [ab80e7e]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2246 more lines hidden. See full changelog in package directory.
|