@mastra/mcp-docs-server 0.13.5-alpha.0 → 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 +211 -211
- 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 +185 -185
- 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 +235 -235
- 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 +75 -75
- 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 +38 -38
- 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 +73 -73
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
- 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 +126 -126
- 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 +21 -33
- package/.docs/raw/community/licensing.mdx +27 -19
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
- package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
- package/.docs/raw/deployment/server-deployment.mdx +56 -0
- 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/rag/retrieval.mdx +24 -5
- 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/rag/rerankWithScorer.mdx +213 -0
- package/.docs/raw/reference/storage/mssql.mdx +108 -0
- package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
- package/.docs/raw/server-db/production-server.mdx +66 -0
- package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
- package/.docs/raw/workflows/control-flow.mdx +91 -93
- 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/LICENSE.md +11 -42
- package/package.json +7 -9
- package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
- package/.docs/raw/deployment/server.mdx +0 -116
- package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
- /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
- /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +0 -0
- /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
- /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
|
@@ -1,302 +1,302 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
-
## 0.10.
|
|
3
|
+
## 0.10.14
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
- Updated dependencies [
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
- Updated dependencies [
|
|
43
|
-
- Updated dependencies [
|
|
44
|
-
- Updated dependencies [
|
|
45
|
-
- Updated dependencies [
|
|
46
|
-
- Updated dependencies [
|
|
47
|
-
- Updated dependencies [
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
- @mastra/deployer@0.10.10
|
|
62
|
-
- @mastra/loggers@0.10.3
|
|
63
|
-
- @mastra/core@0.10.10
|
|
64
|
-
|
|
65
|
-
## 0.10.10-alpha.2
|
|
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
|
|
66
61
|
|
|
67
62
|
### Patch Changes
|
|
68
63
|
|
|
69
|
-
-
|
|
70
|
-
- @mastra/loggers@0.10.3-alpha.0
|
|
64
|
+
- 8364fac: Fix displaying scorer input
|
|
71
65
|
|
|
72
|
-
## 0.10.
|
|
66
|
+
## 0.10.14-alpha.2
|
|
73
67
|
|
|
74
68
|
### Patch Changes
|
|
75
69
|
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
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
|
|
82
109
|
|
|
83
110
|
### Patch Changes
|
|
84
111
|
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
|
90
119
|
|
|
91
|
-
## 0.10.
|
|
120
|
+
## 0.10.14-alpha.0
|
|
92
121
|
|
|
93
122
|
### Patch Changes
|
|
94
123
|
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
- f78f399: Make AgentModelSettings shareable between cloud and playground
|
|
107
|
-
- 57929df: agent network display
|
|
108
|
-
- Updated dependencies [9dda1ac]
|
|
109
|
-
- Updated dependencies [9dda1ac]
|
|
110
|
-
- Updated dependencies [c984582]
|
|
111
|
-
- Updated dependencies [7e801dd]
|
|
112
|
-
- Updated dependencies [a606c75]
|
|
113
|
-
- Updated dependencies [7aa70a4]
|
|
114
|
-
- Updated dependencies [764f86a]
|
|
115
|
-
- Updated dependencies [1760a1c]
|
|
116
|
-
- Updated dependencies [038e5ae]
|
|
117
|
-
- Updated dependencies [7dda16a]
|
|
118
|
-
- Updated dependencies [6f87544]
|
|
119
|
-
- Updated dependencies [5ebfcdd]
|
|
120
|
-
- Updated dependencies [81a1b3b]
|
|
121
|
-
- Updated dependencies [b2d0c91]
|
|
122
|
-
- Updated dependencies [4e809ad]
|
|
123
|
-
- Updated dependencies [57929df]
|
|
124
|
-
- Updated dependencies [7e801dd]
|
|
125
|
-
- Updated dependencies [b7852ed]
|
|
126
|
-
- Updated dependencies [6320a61]
|
|
127
|
-
- @mastra/core@0.10.9
|
|
128
|
-
- @mastra/deployer@0.10.9
|
|
129
|
-
|
|
130
|
-
## 0.10.9-alpha.0
|
|
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
|
|
131
135
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
- 4e06e3f: timing not displayed correctly in traces
|
|
135
|
-
- 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
|
|
136
|
-
- d093c1e: Update example workflow to use existing weather agent
|
|
137
|
-
- a606c75: show right suspend schema for nested workflow on playground
|
|
138
|
-
- 1cbdfd0: update create-mastra gemini model to 2.5
|
|
139
|
-
- 1760a1c: Use workflow stream in playground instead of watch
|
|
140
|
-
- 038e5ae: Add cancel workflow run
|
|
141
|
-
- ac369c6: Show resume data on workflow graph
|
|
142
|
-
- 91c43b4: Use process.execPath for node in dev
|
|
143
|
-
- 976a62b: remove persistence capabilities in model settings components
|
|
144
|
-
- 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
|
|
145
|
-
- f78f399: Make AgentModelSettings shareable between cloud and playground
|
|
146
|
-
- 57929df: agent network display
|
|
147
|
-
- Updated dependencies [9dda1ac]
|
|
148
|
-
- Updated dependencies [9dda1ac]
|
|
149
|
-
- Updated dependencies [c984582]
|
|
150
|
-
- Updated dependencies [7e801dd]
|
|
151
|
-
- Updated dependencies [a606c75]
|
|
152
|
-
- Updated dependencies [7aa70a4]
|
|
153
|
-
- Updated dependencies [764f86a]
|
|
154
|
-
- Updated dependencies [1760a1c]
|
|
155
|
-
- Updated dependencies [038e5ae]
|
|
156
|
-
- Updated dependencies [7dda16a]
|
|
157
|
-
- Updated dependencies [6f87544]
|
|
158
|
-
- Updated dependencies [5ebfcdd]
|
|
159
|
-
- Updated dependencies [81a1b3b]
|
|
160
|
-
- Updated dependencies [b2d0c91]
|
|
161
|
-
- Updated dependencies [4e809ad]
|
|
162
|
-
- Updated dependencies [57929df]
|
|
163
|
-
- Updated dependencies [7e801dd]
|
|
164
|
-
- Updated dependencies [b7852ed]
|
|
165
|
-
- Updated dependencies [6320a61]
|
|
166
|
-
- @mastra/core@0.10.9-alpha.0
|
|
167
|
-
- @mastra/deployer@0.10.9-alpha.0
|
|
168
|
-
|
|
169
|
-
## 0.10.8
|
|
136
|
+
## 0.10.13
|
|
170
137
|
|
|
171
138
|
### Patch Changes
|
|
172
139
|
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
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
|
|
182
179
|
|
|
183
180
|
### Patch Changes
|
|
184
181
|
|
|
185
|
-
-
|
|
186
|
-
-
|
|
187
|
-
- Updated dependencies [dc4ca0a]
|
|
188
|
-
- @mastra/core@0.10.8-alpha.1
|
|
189
|
-
- @mastra/deployer@0.10.8-alpha.1
|
|
182
|
+
- 794d9f3: Fix thread creation in playground
|
|
183
|
+
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
190
184
|
|
|
191
|
-
## 0.10.
|
|
185
|
+
## 0.10.13-alpha.1
|
|
192
186
|
|
|
193
187
|
### Patch Changes
|
|
194
188
|
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
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
|
|
201
204
|
|
|
202
205
|
### Patch Changes
|
|
203
206
|
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
- Updated dependency [`
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
- Updated dependencies [
|
|
216
|
-
- Updated dependencies [
|
|
217
|
-
- Updated dependencies [
|
|
218
|
-
- Updated dependencies [
|
|
219
|
-
- Updated dependencies [
|
|
220
|
-
- Updated dependencies [
|
|
221
|
-
- Updated dependencies [
|
|
222
|
-
- Updated dependencies [
|
|
223
|
-
- Updated dependencies [
|
|
224
|
-
- Updated dependencies [
|
|
225
|
-
- Updated dependencies [
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
- Updated dependencies [a8b194f]
|
|
231
|
-
- Updated dependencies [4fb0cc2]
|
|
232
|
-
- Updated dependencies [d2a7a31]
|
|
233
|
-
- Updated dependencies [502fe05]
|
|
234
|
-
- Updated dependencies [144eb0b]
|
|
235
|
-
- Updated dependencies [8ba1b51]
|
|
236
|
-
- Updated dependencies [10a4f10]
|
|
237
|
-
- Updated dependencies [4efcfa0]
|
|
238
|
-
- Updated dependencies [0e17048]
|
|
239
|
-
- Updated dependencies [dc93062]
|
|
240
|
-
- @mastra/deployer@0.10.7
|
|
241
|
-
- @mastra/mcp@0.10.5
|
|
242
|
-
- @mastra/core@0.10.7
|
|
243
|
-
|
|
244
|
-
## 0.10.7-alpha.5
|
|
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
|
|
245
233
|
|
|
246
234
|
### Patch Changes
|
|
247
235
|
|
|
248
|
-
-
|
|
249
|
-
|
|
250
|
-
|
|
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
|
|
251
244
|
|
|
252
|
-
## 0.10.
|
|
245
|
+
## 0.10.12-alpha.0
|
|
253
246
|
|
|
254
247
|
### Patch Changes
|
|
255
248
|
|
|
256
|
-
-
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
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
|
|
261
256
|
|
|
262
|
-
## 0.10.
|
|
257
|
+
## 0.10.11
|
|
263
258
|
|
|
264
259
|
### Patch Changes
|
|
265
260
|
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
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
|
|
274
299
|
|
|
275
|
-
|
|
300
|
+
## 0.10.11-alpha.3
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
- 17903a3: Remove install step from dev for telemetry
|
|
279
|
-
- 8e1b6e9: dependencies updates:
|
|
280
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
281
|
-
- be3d5a3: Remove recharts and ramada (unused deps)
|
|
282
|
-
- Updated dependencies [8e1b6e9]
|
|
283
|
-
- Updated dependencies [36cd0f1]
|
|
284
|
-
- Updated dependencies [2eab82b]
|
|
285
|
-
- Updated dependencies [ee93d96]
|
|
286
|
-
- Updated dependencies [c00039d]
|
|
287
|
-
- Updated dependencies [15e9d26]
|
|
288
|
-
- Updated dependencies [9bf1d55]
|
|
289
|
-
- Updated dependencies [914684e]
|
|
290
|
-
- Updated dependencies [07d6d88]
|
|
291
|
-
- Updated dependencies [5d74aab]
|
|
292
|
-
- Updated dependencies [5d74aab]
|
|
293
|
-
- Updated dependencies [17903a3]
|
|
294
|
-
- Updated dependencies [144eb0b]
|
|
295
|
-
- @mastra/deployer@0.10.7-alpha.2
|
|
296
|
-
- @mastra/mcp@0.10.5-alpha.1
|
|
297
|
-
- @mastra/core@0.10.7-alpha.2
|
|
298
|
-
|
|
299
|
-
## 0.10.7-alpha.1
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 4219 more lines hidden. See full changelog in package directory.
|
|
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"
|