@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
|
|
2
2
|
|
|
3
|
-
## 0.10.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- f457d86: reset localstorage when resetting model settings
|
|
8
|
-
- 8722d53: Fix multi modal remaining steps
|
|
9
|
-
- Updated dependencies [c7bbf1e]
|
|
10
|
-
- Updated dependencies [8722d53]
|
|
11
|
-
- Updated dependencies [132027f]
|
|
12
|
-
- Updated dependencies [0c85311]
|
|
13
|
-
- Updated dependencies [c0ba5e2]
|
|
14
|
-
- Updated dependencies [cb16baf]
|
|
15
|
-
- @mastra/core@0.10.11-alpha.3
|
|
16
|
-
- @mastra/mcp@0.10.6-alpha.1
|
|
17
|
-
- @mastra/deployer@0.10.11-alpha.3
|
|
18
|
-
|
|
19
|
-
## 0.10.11-alpha.2
|
|
3
|
+
## 0.10.14
|
|
20
4
|
|
|
21
5
|
### Patch Changes
|
|
22
6
|
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
+
- 2affc57: Fix output type of network loop
|
|
12
|
+
- 51192f8: Spread the loaded env into the main process
|
|
13
|
+
- f6c4d75: fix date picker on change
|
|
14
|
+
- 59f0dcd: Add light background color for step statuses
|
|
15
|
+
- 698518b: Allow external templates from github
|
|
16
|
+
- cf8d497: factorize tabs component between cloud and core
|
|
17
|
+
- 7827943: Handle streaming large data
|
|
18
|
+
- 808b493: wrap runtime context with tooltip provider for usage in cloud
|
|
19
|
+
- 8364fac: Fix displaying scorer input
|
|
20
|
+
- 09464dd: Share AgentMetadata component with cloud
|
|
21
|
+
- 80692d5: refactor: sharing only the UI and not data fetching for traces
|
|
22
|
+
- 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
|
|
23
|
+
- Updated dependencies [f248d53]
|
|
24
|
+
- Updated dependencies [82c6860]
|
|
25
|
+
- Updated dependencies [2affc57]
|
|
26
|
+
- Updated dependencies [66e13e3]
|
|
27
|
+
- Updated dependencies [edd9482]
|
|
28
|
+
- Updated dependencies [0938991]
|
|
29
|
+
- Updated dependencies [18344d7]
|
|
30
|
+
- Updated dependencies [7ba91fa]
|
|
31
|
+
- Updated dependencies [a512ede]
|
|
32
|
+
- Updated dependencies [35b1155]
|
|
33
|
+
- Updated dependencies [9d372c2]
|
|
34
|
+
- Updated dependencies [45469c5]
|
|
35
|
+
- Updated dependencies [40c2525]
|
|
36
|
+
- Updated dependencies [e473f27]
|
|
37
|
+
- Updated dependencies [032cb66]
|
|
38
|
+
- Updated dependencies [6f50efd]
|
|
39
|
+
- Updated dependencies [24eb25c]
|
|
40
|
+
- Updated dependencies [bf6903e]
|
|
41
|
+
- Updated dependencies [703ac71]
|
|
42
|
+
- Updated dependencies [a723d69]
|
|
43
|
+
- Updated dependencies [7827943]
|
|
44
|
+
- Updated dependencies [4c06f06]
|
|
45
|
+
- Updated dependencies [5889a31]
|
|
46
|
+
- Updated dependencies [bf1e7e7]
|
|
47
|
+
- Updated dependencies [65e3395]
|
|
48
|
+
- Updated dependencies [9de6f58]
|
|
49
|
+
- Updated dependencies [4933192]
|
|
50
|
+
- Updated dependencies [d1c77a4]
|
|
51
|
+
- Updated dependencies [bea9dd1]
|
|
52
|
+
- Updated dependencies [7983e53]
|
|
53
|
+
- Updated dependencies [dcd4802]
|
|
54
|
+
- Updated dependencies [cbddd18]
|
|
55
|
+
- Updated dependencies [7ba91fa]
|
|
56
|
+
- Updated dependencies [15ce274]
|
|
57
|
+
- @mastra/core@0.11.0
|
|
58
|
+
- @mastra/deployer@0.11.0
|
|
59
|
+
|
|
60
|
+
## 0.10.14-alpha.3
|
|
42
61
|
|
|
43
62
|
### Patch Changes
|
|
44
63
|
|
|
45
|
-
-
|
|
46
|
-
- Updated dependencies [7f6e403]
|
|
47
|
-
- @mastra/core@0.10.11-alpha.1
|
|
48
|
-
- @mastra/deployer@0.10.11-alpha.1
|
|
64
|
+
- 8364fac: Fix displaying scorer input
|
|
49
65
|
|
|
50
|
-
## 0.10.
|
|
66
|
+
## 0.10.14-alpha.2
|
|
51
67
|
|
|
52
68
|
### Patch Changes
|
|
53
69
|
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
- Updated dependencies [
|
|
63
|
-
- Updated dependencies [
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
70
|
+
- dd2a4c9: change the way we start the dev process of playground
|
|
71
|
+
- af1f902: share thread list between agent, network and cloud
|
|
72
|
+
- 2affc57: Fix output type of network loop
|
|
73
|
+
- 51192f8: Spread the loaded env into the main process
|
|
74
|
+
- f6c4d75: fix date picker on change
|
|
75
|
+
- 698518b: Allow external templates from github
|
|
76
|
+
- 09464dd: Share AgentMetadata component with cloud
|
|
77
|
+
- 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
|
|
78
|
+
- Updated dependencies [f248d53]
|
|
79
|
+
- Updated dependencies [82c6860]
|
|
80
|
+
- Updated dependencies [2affc57]
|
|
81
|
+
- Updated dependencies [66e13e3]
|
|
82
|
+
- Updated dependencies [edd9482]
|
|
83
|
+
- Updated dependencies [18344d7]
|
|
84
|
+
- Updated dependencies [7ba91fa]
|
|
85
|
+
- Updated dependencies [a512ede]
|
|
86
|
+
- Updated dependencies [35b1155]
|
|
87
|
+
- Updated dependencies [9d372c2]
|
|
88
|
+
- Updated dependencies [45469c5]
|
|
89
|
+
- Updated dependencies [40c2525]
|
|
90
|
+
- Updated dependencies [e473f27]
|
|
91
|
+
- Updated dependencies [032cb66]
|
|
92
|
+
- Updated dependencies [24eb25c]
|
|
93
|
+
- Updated dependencies [703ac71]
|
|
94
|
+
- Updated dependencies [a723d69]
|
|
95
|
+
- Updated dependencies [4c06f06]
|
|
96
|
+
- Updated dependencies [5889a31]
|
|
97
|
+
- Updated dependencies [65e3395]
|
|
98
|
+
- Updated dependencies [9de6f58]
|
|
99
|
+
- Updated dependencies [4933192]
|
|
100
|
+
- Updated dependencies [d1c77a4]
|
|
101
|
+
- Updated dependencies [bea9dd1]
|
|
102
|
+
- Updated dependencies [dcd4802]
|
|
103
|
+
- Updated dependencies [7ba91fa]
|
|
104
|
+
- Updated dependencies [15ce274]
|
|
105
|
+
- @mastra/core@0.11.0-alpha.2
|
|
106
|
+
- @mastra/deployer@0.11.0-alpha.2
|
|
107
|
+
|
|
108
|
+
## 0.10.14-alpha.1
|
|
68
109
|
|
|
69
110
|
### Patch Changes
|
|
70
111
|
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
- Updated dependencies [
|
|
76
|
-
-
|
|
77
|
-
- @mastra/
|
|
78
|
-
- @mastra/loggers@0.10.3
|
|
79
|
-
- @mastra/core@0.10.10
|
|
112
|
+
- 8f89bcd: fix traces pagination + sharing trace view with cloud
|
|
113
|
+
- 59f0dcd: Add light background color for step statuses
|
|
114
|
+
- cf8d497: factorize tabs component between cloud and core
|
|
115
|
+
- 80692d5: refactor: sharing only the UI and not data fetching for traces
|
|
116
|
+
- Updated dependencies [7983e53]
|
|
117
|
+
- @mastra/deployer@0.11.0-alpha.1
|
|
118
|
+
- @mastra/core@0.11.0-alpha.1
|
|
80
119
|
|
|
81
|
-
## 0.10.
|
|
120
|
+
## 0.10.14-alpha.0
|
|
82
121
|
|
|
83
122
|
### Patch Changes
|
|
84
123
|
|
|
85
|
-
-
|
|
86
|
-
|
|
124
|
+
- 0bf0bc8: fix link in shared components + add e2e tests
|
|
125
|
+
- 7827943: Handle streaming large data
|
|
126
|
+
- 808b493: wrap runtime context with tooltip provider for usage in cloud
|
|
127
|
+
- Updated dependencies [0938991]
|
|
128
|
+
- Updated dependencies [6f50efd]
|
|
129
|
+
- Updated dependencies [bf6903e]
|
|
130
|
+
- Updated dependencies [7827943]
|
|
131
|
+
- Updated dependencies [bf1e7e7]
|
|
132
|
+
- Updated dependencies [cbddd18]
|
|
133
|
+
- @mastra/deployer@0.11.0-alpha.0
|
|
134
|
+
- @mastra/core@0.11.0-alpha.0
|
|
87
135
|
|
|
88
|
-
## 0.10.
|
|
136
|
+
## 0.10.13
|
|
89
137
|
|
|
90
138
|
### Patch Changes
|
|
91
139
|
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
140
|
+
- 593631d: allow to pass ref to the link abstraction
|
|
141
|
+
- 5237998: Fix foreach output
|
|
142
|
+
- 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
|
|
143
|
+
- d49334d: export tool list for usage in cloud
|
|
144
|
+
- 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
|
|
145
|
+
- 794d9f3: Fix thread creation in playground
|
|
146
|
+
- 5130bcb: dependencies updates:
|
|
147
|
+
- Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
|
|
148
|
+
- 984887a: dependencies updates:
|
|
149
|
+
- Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
|
|
150
|
+
- aa9528a: Display reasoning in playground
|
|
151
|
+
- 45174f3: share network list between core and cloud
|
|
152
|
+
- 48f5532: export workflow list for usage in cloud
|
|
153
|
+
- 3e484be: Added CLI template option
|
|
154
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
155
|
+
- e1d0080: abstract Link component between cloud and core
|
|
156
|
+
- f9b1508: add the same agent table as in cloud and export it from the playground
|
|
157
|
+
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
158
|
+
- Updated dependencies [7776324]
|
|
159
|
+
- Updated dependencies [0b56518]
|
|
160
|
+
- Updated dependencies [db5cc15]
|
|
161
|
+
- Updated dependencies [2ba5b76]
|
|
162
|
+
- Updated dependencies [7b57e2c]
|
|
163
|
+
- Updated dependencies [5237998]
|
|
164
|
+
- Updated dependencies [c3a30de]
|
|
165
|
+
- Updated dependencies [37c1acd]
|
|
166
|
+
- Updated dependencies [1aa60b1]
|
|
167
|
+
- Updated dependencies [89ec9d4]
|
|
168
|
+
- Updated dependencies [cf3a184]
|
|
169
|
+
- Updated dependencies [fe4bbd4]
|
|
170
|
+
- Updated dependencies [d6bfd60]
|
|
171
|
+
- Updated dependencies [626b0f4]
|
|
172
|
+
- Updated dependencies [c22a91f]
|
|
173
|
+
- Updated dependencies [f7403ab]
|
|
174
|
+
- Updated dependencies [6c89d7f]
|
|
175
|
+
- @mastra/deployer@0.10.15
|
|
176
|
+
- @mastra/core@0.10.15
|
|
177
|
+
|
|
178
|
+
## 0.10.13-alpha.2
|
|
98
179
|
|
|
99
180
|
### Patch Changes
|
|
100
181
|
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
- Updated dependencies [4d3fbdf]
|
|
104
|
-
- @mastra/deployer@0.10.10-alpha.0
|
|
105
|
-
- @mastra/core@0.10.10-alpha.0
|
|
182
|
+
- 794d9f3: Fix thread creation in playground
|
|
183
|
+
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
106
184
|
|
|
107
|
-
## 0.10.
|
|
185
|
+
## 0.10.13-alpha.1
|
|
108
186
|
|
|
109
187
|
### Patch Changes
|
|
110
188
|
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
- Updated dependencies [c984582]
|
|
127
|
-
- Updated dependencies [7e801dd]
|
|
128
|
-
- Updated dependencies [a606c75]
|
|
129
|
-
- Updated dependencies [7aa70a4]
|
|
130
|
-
- Updated dependencies [764f86a]
|
|
131
|
-
- Updated dependencies [1760a1c]
|
|
132
|
-
- Updated dependencies [038e5ae]
|
|
133
|
-
- Updated dependencies [7dda16a]
|
|
134
|
-
- Updated dependencies [6f87544]
|
|
135
|
-
- Updated dependencies [5ebfcdd]
|
|
136
|
-
- Updated dependencies [81a1b3b]
|
|
137
|
-
- Updated dependencies [b2d0c91]
|
|
138
|
-
- Updated dependencies [4e809ad]
|
|
139
|
-
- Updated dependencies [57929df]
|
|
140
|
-
- Updated dependencies [7e801dd]
|
|
141
|
-
- Updated dependencies [b7852ed]
|
|
142
|
-
- Updated dependencies [6320a61]
|
|
143
|
-
- @mastra/core@0.10.9
|
|
144
|
-
- @mastra/deployer@0.10.9
|
|
145
|
-
|
|
146
|
-
## 0.10.9-alpha.0
|
|
189
|
+
- d49334d: export tool list for usage in cloud
|
|
190
|
+
- 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
|
|
191
|
+
- 45174f3: share network list between core and cloud
|
|
192
|
+
- 48f5532: export workflow list for usage in cloud
|
|
193
|
+
- 3e484be: Added CLI template option
|
|
194
|
+
- Updated dependencies [0b56518]
|
|
195
|
+
- Updated dependencies [2ba5b76]
|
|
196
|
+
- Updated dependencies [c3a30de]
|
|
197
|
+
- Updated dependencies [cf3a184]
|
|
198
|
+
- Updated dependencies [fe4bbd4]
|
|
199
|
+
- Updated dependencies [d6bfd60]
|
|
200
|
+
- @mastra/core@0.10.15-alpha.1
|
|
201
|
+
- @mastra/deployer@0.10.15-alpha.1
|
|
202
|
+
|
|
203
|
+
## 0.10.13-alpha.0
|
|
147
204
|
|
|
148
205
|
### Patch Changes
|
|
149
206
|
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
- Updated dependencies [
|
|
164
|
-
- Updated dependencies [
|
|
165
|
-
- Updated dependencies [
|
|
166
|
-
- Updated dependencies [
|
|
167
|
-
- Updated dependencies [
|
|
168
|
-
- Updated dependencies [
|
|
169
|
-
- Updated dependencies [
|
|
170
|
-
- Updated dependencies [
|
|
171
|
-
- Updated dependencies [
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
- Updated dependencies [b2d0c91]
|
|
177
|
-
- Updated dependencies [4e809ad]
|
|
178
|
-
- Updated dependencies [57929df]
|
|
179
|
-
- Updated dependencies [7e801dd]
|
|
180
|
-
- Updated dependencies [b7852ed]
|
|
181
|
-
- Updated dependencies [6320a61]
|
|
182
|
-
- @mastra/core@0.10.9-alpha.0
|
|
183
|
-
- @mastra/deployer@0.10.9-alpha.0
|
|
184
|
-
|
|
185
|
-
## 0.10.8
|
|
207
|
+
- 593631d: allow to pass ref to the link abstraction
|
|
208
|
+
- 5237998: Fix foreach output
|
|
209
|
+
- 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
|
|
210
|
+
- 5130bcb: dependencies updates:
|
|
211
|
+
- Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
|
|
212
|
+
- 984887a: dependencies updates:
|
|
213
|
+
- Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
|
|
214
|
+
- aa9528a: Display reasoning in playground
|
|
215
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
216
|
+
- e1d0080: abstract Link component between cloud and core
|
|
217
|
+
- f9b1508: add the same agent table as in cloud and export it from the playground
|
|
218
|
+
- Updated dependencies [7776324]
|
|
219
|
+
- Updated dependencies [db5cc15]
|
|
220
|
+
- Updated dependencies [7b57e2c]
|
|
221
|
+
- Updated dependencies [5237998]
|
|
222
|
+
- Updated dependencies [37c1acd]
|
|
223
|
+
- Updated dependencies [1aa60b1]
|
|
224
|
+
- Updated dependencies [89ec9d4]
|
|
225
|
+
- Updated dependencies [626b0f4]
|
|
226
|
+
- Updated dependencies [c22a91f]
|
|
227
|
+
- Updated dependencies [f7403ab]
|
|
228
|
+
- Updated dependencies [6c89d7f]
|
|
229
|
+
- @mastra/deployer@0.10.15-alpha.0
|
|
230
|
+
- @mastra/core@0.10.15-alpha.0
|
|
231
|
+
|
|
232
|
+
## 0.10.12
|
|
186
233
|
|
|
187
234
|
### Patch Changes
|
|
188
235
|
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
- Updated dependencies [
|
|
193
|
-
- Updated dependencies [
|
|
194
|
-
|
|
195
|
-
- @mastra/
|
|
236
|
+
- 640f47e: move agent model settings into agent settings
|
|
237
|
+
- 5d0c163: Scaffold create-mastra projects with zod@^3 to prevent package version conflicts during install
|
|
238
|
+
- 53e3f58: Add support for custom instrumentation files
|
|
239
|
+
- Updated dependencies [b4a9811]
|
|
240
|
+
- Updated dependencies [4d5583d]
|
|
241
|
+
- Updated dependencies [53e3f58]
|
|
242
|
+
- @mastra/core@0.10.12
|
|
243
|
+
- @mastra/deployer@0.10.12
|
|
196
244
|
|
|
197
|
-
## 0.10.
|
|
245
|
+
## 0.10.12-alpha.0
|
|
198
246
|
|
|
199
247
|
### Patch Changes
|
|
200
248
|
|
|
201
|
-
-
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
|
|
205
|
-
|
|
249
|
+
- 640f47e: move agent model settings into agent settings
|
|
250
|
+
- 5d0c163: Scaffold create-mastra projects with zod@^3 to prevent package version conflicts during install
|
|
251
|
+
- 53e3f58: Add support for custom instrumentation files
|
|
252
|
+
- Updated dependencies [b4a9811]
|
|
253
|
+
- Updated dependencies [53e3f58]
|
|
254
|
+
- @mastra/core@0.10.12-alpha.0
|
|
255
|
+
- @mastra/deployer@0.10.12-alpha.0
|
|
206
256
|
|
|
207
|
-
## 0.10.
|
|
257
|
+
## 0.10.11
|
|
208
258
|
|
|
209
259
|
### Patch Changes
|
|
210
260
|
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
- Updated dependencies [
|
|
229
|
-
- Updated dependencies [
|
|
230
|
-
- Updated dependencies [
|
|
231
|
-
- Updated dependencies [
|
|
232
|
-
- Updated dependencies [
|
|
233
|
-
- Updated dependencies [
|
|
234
|
-
- Updated dependencies [
|
|
235
|
-
- Updated dependencies [
|
|
236
|
-
- Updated dependencies [
|
|
237
|
-
- Updated dependencies [
|
|
238
|
-
- Updated dependencies [
|
|
239
|
-
- Updated dependencies [
|
|
240
|
-
- Updated dependencies [
|
|
241
|
-
- Updated dependencies [
|
|
242
|
-
- Updated dependencies [
|
|
243
|
-
- Updated dependencies [
|
|
244
|
-
- Updated dependencies [
|
|
245
|
-
- Updated dependencies [
|
|
246
|
-
-
|
|
247
|
-
-
|
|
248
|
-
-
|
|
249
|
-
- Updated dependencies [502fe05]
|
|
250
|
-
- Updated dependencies [144eb0b]
|
|
251
|
-
- Updated dependencies [8ba1b51]
|
|
252
|
-
- Updated dependencies [10a4f10]
|
|
253
|
-
- Updated dependencies [4efcfa0]
|
|
254
|
-
- Updated dependencies [0e17048]
|
|
255
|
-
- Updated dependencies [dc93062]
|
|
256
|
-
- @mastra/deployer@0.10.7
|
|
257
|
-
- @mastra/mcp@0.10.5
|
|
258
|
-
- @mastra/core@0.10.7
|
|
259
|
-
|
|
260
|
-
## 0.10.7-alpha.5
|
|
261
|
-
|
|
262
|
-
### Patch Changes
|
|
263
|
-
|
|
264
|
-
- f9b4350: fix icons not showing on all agents
|
|
265
|
-
- @mastra/core@0.10.7-alpha.5
|
|
266
|
-
- @mastra/deployer@0.10.7-alpha.5
|
|
267
|
-
|
|
268
|
-
## 0.10.7-alpha.4
|
|
269
|
-
|
|
270
|
-
### Patch Changes
|
|
271
|
-
|
|
272
|
-
- Updated dependencies [a8b194f]
|
|
273
|
-
- Updated dependencies [dc93062]
|
|
274
|
-
- @mastra/core@0.10.7-alpha.4
|
|
275
|
-
- @mastra/mcp@0.10.5-alpha.2
|
|
276
|
-
- @mastra/deployer@0.10.7-alpha.4
|
|
277
|
-
|
|
278
|
-
## 0.10.7-alpha.3
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [792c4c0]
|
|
283
|
-
- Updated dependencies [502fe05]
|
|
284
|
-
- Updated dependencies [10a4f10]
|
|
285
|
-
- Updated dependencies [4efcfa0]
|
|
286
|
-
- @mastra/core@0.10.7-alpha.3
|
|
287
|
-
- @mastra/deployer@0.10.7-alpha.3
|
|
288
|
-
|
|
289
|
-
## 0.10.7-alpha.2
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
261
|
+
- ec77f83: Expose --inspect flag for mastra dev to start debugger
|
|
262
|
+
- af9e40e: Map log level number to string value
|
|
263
|
+
- f457d86: reset localstorage when resetting model settings
|
|
264
|
+
- 8722d53: Fix multi modal remaining steps
|
|
265
|
+
- 565cc0c: fix redirection when clicking on the playground breadcrumbs
|
|
266
|
+
- 4219597: add JSON input close to form input
|
|
267
|
+
- 2873c7f: dependencies updates:
|
|
268
|
+
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
269
|
+
- a9f51e4: Fix plaground get tools not including x-mastra-dev-header"
|
|
270
|
+
- 3322d00: Fix tools watcher in dev
|
|
271
|
+
- b790fd1: Use SerializedStepFlowEntry in playground
|
|
272
|
+
- a7a836a: Highlight send event button
|
|
273
|
+
- Updated dependencies [2873c7f]
|
|
274
|
+
- Updated dependencies [1c1c6a1]
|
|
275
|
+
- Updated dependencies [bc40cdd]
|
|
276
|
+
- Updated dependencies [2873c7f]
|
|
277
|
+
- Updated dependencies [1c1c6a1]
|
|
278
|
+
- Updated dependencies [d9b26b5]
|
|
279
|
+
- Updated dependencies [f5ec3a4]
|
|
280
|
+
- Updated dependencies [f8ce2cc]
|
|
281
|
+
- Updated dependencies [ab3bbff]
|
|
282
|
+
- Updated dependencies [8c846b6]
|
|
283
|
+
- Updated dependencies [c7bbf1e]
|
|
284
|
+
- Updated dependencies [8722d53]
|
|
285
|
+
- Updated dependencies [565cc0c]
|
|
286
|
+
- Updated dependencies [b790fd1]
|
|
287
|
+
- Updated dependencies [132027f]
|
|
288
|
+
- Updated dependencies [0c85311]
|
|
289
|
+
- Updated dependencies [d7ed04d]
|
|
290
|
+
- Updated dependencies [c0ba5e2]
|
|
291
|
+
- Updated dependencies [18ca936]
|
|
292
|
+
- Updated dependencies [cb16baf]
|
|
293
|
+
- Updated dependencies [40cd025]
|
|
294
|
+
- Updated dependencies [f36e4f1]
|
|
295
|
+
- Updated dependencies [7f6e403]
|
|
296
|
+
- @mastra/core@0.10.11
|
|
297
|
+
- @mastra/deployer@0.10.11
|
|
298
|
+
- @mastra/mcp@0.10.6
|
|
292
299
|
|
|
293
|
-
-
|
|
294
|
-
- 17903a3: Remove install step from dev for telemetry
|
|
295
|
-
- 8e1b6e9: dependencies updates:
|
|
296
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
297
|
-
- be3d5a3: Remove recharts and ramada (unused deps)
|
|
298
|
-
- Updated dependencies [8e1b6e9]
|
|
299
|
-
- Updated dependencies [36cd0f1]
|
|
300
|
-
- Updated dependencies [2eab82b]
|
|
300
|
+
## 0.10.11-alpha.3
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 4532 more lines hidden. See full changelog in package directory.
|
|
@@ -579,6 +579,9 @@ export const mastra = new Mastra({
|
|
|
579
579
|
myMcpServerTwo,
|
|
580
580
|
},
|
|
581
581
|
workflows: { myWorkflow },
|
|
582
|
+
bundler: {
|
|
583
|
+
sourcemap: true,
|
|
584
|
+
},
|
|
582
585
|
serverMiddleware: [
|
|
583
586
|
{
|
|
584
587
|
handler: (c, next) => {
|
|
@@ -587,6 +590,9 @@ export const mastra = new Mastra({
|
|
|
587
590
|
},
|
|
588
591
|
},
|
|
589
592
|
],
|
|
593
|
+
// telemetry: {
|
|
594
|
+
// enabled: false,
|
|
595
|
+
// }
|
|
590
596
|
});
|
|
591
597
|
|
|
592
598
|
```
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"@copilotkit/react-core": "^1.8.10",
|
|
8
8
|
"@copilotkit/react-ui": "^1.8.10",
|
|
9
9
|
"@copilotkit/runtime": "^1.8.10",
|
|
10
|
-
"@mastra
|
|
10
|
+
"@ag-ui/mastra": "latest",
|
|
11
11
|
"@mastra/core": "latest",
|
|
12
12
|
"@mastra/libsql": "latest",
|
|
13
13
|
"@mastra/loggers": "latest",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
25
25
|
"@typescript-eslint/parser": "^8.32.0",
|
|
26
26
|
"@vitejs/plugin-react": "^4.4.1",
|
|
27
|
-
"eslint": "^9.
|
|
27
|
+
"eslint": "^9.30.1",
|
|
28
28
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
29
29
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
30
30
|
"globals": "^16.0.0",
|
|
@@ -76,7 +76,7 @@ export const weatherAgent = new Agent({
|
|
|
76
76
|
import { Mastra } from '@mastra/core/mastra';
|
|
77
77
|
import { PinoLogger } from '@mastra/loggers';
|
|
78
78
|
import { LibSQLStore } from '@mastra/libsql';
|
|
79
|
-
import { registerCopilotKit } from '@mastra
|
|
79
|
+
import { registerCopilotKit } from '@ag-ui/mastra';
|
|
80
80
|
import { RuntimeContext } from '@mastra/core/runtime-context';
|
|
81
81
|
import { weatherAgent } from './agents';
|
|
82
82
|
import { myNetwork } from './network';
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@types/node": "^20.17.57",
|
|
17
17
|
"@types/react": "^19.1.8",
|
|
18
18
|
"@types/react-dom": "^19.1.6",
|
|
19
|
-
"eslint": "^9.
|
|
20
|
-
"eslint-config-next": "15.3.
|
|
19
|
+
"eslint": "^9.30.1",
|
|
20
|
+
"eslint-config-next": "15.3.5",
|
|
21
21
|
"postcss": "^8.5.3",
|
|
22
22
|
"tailwindcss": "^3.4.17",
|
|
23
23
|
"typescript": "^5.8.2"
|