@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/playground-ui
|
|
2
2
|
|
|
3
|
-
## 5.1.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 7fb0909: dependencies updates:
|
|
8
|
-
- Updated dependency [`@dagrejs/dagre@^1.1.5` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.5) (from `^1.1.4`, in `dependencies`)
|
|
9
|
-
- 05ba777: dependencies updates:
|
|
10
|
-
- Updated dependency [`@xyflow/react@^12.8.1` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.1) (from `^12.6.4`, in `dependencies`)
|
|
11
|
-
- 7ccbf43: dependencies updates:
|
|
12
|
-
- Updated dependency [`motion@^12.23.0` ↗︎](https://www.npmjs.com/package/motion/v/12.23.0) (from `^12.16.0`, in `dependencies`)
|
|
13
|
-
- 4b4b339: dependencies updates:
|
|
14
|
-
- 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`)
|
|
15
|
-
- 4219597: add JSON input close to form input
|
|
16
|
-
- Updated dependencies [2873c7f]
|
|
17
|
-
- Updated dependencies [1c1c6a1]
|
|
18
|
-
- Updated dependencies [565cc0c]
|
|
19
|
-
- Updated dependencies [18da791]
|
|
20
|
-
- @mastra/core@0.10.11-alpha.2
|
|
21
|
-
- @mastra/client-js@0.10.10-alpha.2
|
|
22
|
-
|
|
23
|
-
## 5.1.11-alpha.1
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- a7a836a: Highlight send event button
|
|
28
|
-
- Updated dependencies [7f6e403]
|
|
29
|
-
- @mastra/core@0.10.11-alpha.1
|
|
30
|
-
- @mastra/client-js@0.10.10-alpha.1
|
|
31
|
-
|
|
32
|
-
## 5.1.11-alpha.0
|
|
3
|
+
## 5.1.14
|
|
33
4
|
|
|
34
5
|
### Patch Changes
|
|
35
6
|
|
|
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
|
-
- 45f0dba: Display too-call finish reason error in playground
|
|
51
|
-
- Updated dependencies [b60f510]
|
|
52
|
-
- Updated dependencies [6997af1]
|
|
53
|
-
- Updated dependencies [4d3fbdf]
|
|
54
|
-
- @mastra/client-js@0.10.9
|
|
55
|
-
- @mastra/core@0.10.10
|
|
53
|
+
- 8aa97c7: Show docs link in place of semantic recall + working memory in playground if they're not enabled
|
|
56
54
|
|
|
57
|
-
## 5.1.
|
|
55
|
+
## 5.1.14-alpha.2
|
|
58
56
|
|
|
59
57
|
### Patch Changes
|
|
60
58
|
|
|
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
|
-
|
|
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
|
|
75
100
|
|
|
76
|
-
## 5.1.
|
|
101
|
+
## 5.1.14-alpha.0
|
|
77
102
|
|
|
78
103
|
### Patch Changes
|
|
79
104
|
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
- 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
|
|
89
|
-
- 57929df: [MASTRA-4143[ change message-list and agent network display
|
|
90
|
-
- f78f399: Make AgentModelSettings shareable between cloud and playground
|
|
91
|
-
- Updated dependencies [9dda1ac]
|
|
92
|
-
- Updated dependencies [9047bda]
|
|
93
|
-
- Updated dependencies [c984582]
|
|
94
|
-
- Updated dependencies [7e801dd]
|
|
95
|
-
- Updated dependencies [a606c75]
|
|
96
|
-
- Updated dependencies [7aa70a4]
|
|
97
|
-
- Updated dependencies [764f86a]
|
|
98
|
-
- Updated dependencies [1760a1c]
|
|
99
|
-
- Updated dependencies [038e5ae]
|
|
100
|
-
- Updated dependencies [7dda16a]
|
|
101
|
-
- Updated dependencies [5ebfcdd]
|
|
102
|
-
- Updated dependencies [b2d0c91]
|
|
103
|
-
- Updated dependencies [4e809ad]
|
|
104
|
-
- Updated dependencies [57929df]
|
|
105
|
-
- Updated dependencies [7e801dd]
|
|
106
|
-
- Updated dependencies [b7852ed]
|
|
107
|
-
- Updated dependencies [6320a61]
|
|
108
|
-
- @mastra/core@0.10.9
|
|
109
|
-
- @mastra/client-js@0.10.8
|
|
110
|
-
|
|
111
|
-
## 5.1.9-alpha.0
|
|
112
|
-
|
|
113
|
-
### Patch Changes
|
|
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
|
|
114
113
|
|
|
115
|
-
|
|
116
|
-
- 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
|
|
117
|
-
- a606c75: show right suspend schema for nested workflow on playground
|
|
118
|
-
- 1760a1c: Use workflow stream in playground instead of watch
|
|
119
|
-
- 038e5ae: Add cancel workflow run
|
|
120
|
-
- 81a1b3b: Update peerdeps
|
|
121
|
-
- ac369c6: Show resume data on workflow graph
|
|
122
|
-
- 976a62b: remove persistence capabilities in model settings components
|
|
123
|
-
- 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
|
|
124
|
-
- 57929df: [MASTRA-4143[ change message-list and agent network display
|
|
125
|
-
- f78f399: Make AgentModelSettings shareable between cloud and playground
|
|
126
|
-
- Updated dependencies [9dda1ac]
|
|
127
|
-
- Updated dependencies [9047bda]
|
|
128
|
-
- Updated dependencies [c984582]
|
|
129
|
-
- Updated dependencies [7e801dd]
|
|
130
|
-
- Updated dependencies [a606c75]
|
|
131
|
-
- Updated dependencies [7aa70a4]
|
|
132
|
-
- Updated dependencies [764f86a]
|
|
133
|
-
- Updated dependencies [1760a1c]
|
|
134
|
-
- Updated dependencies [038e5ae]
|
|
135
|
-
- Updated dependencies [7dda16a]
|
|
136
|
-
- Updated dependencies [5ebfcdd]
|
|
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-alpha.0
|
|
144
|
-
- @mastra/client-js@0.10.8-alpha.0
|
|
145
|
-
|
|
146
|
-
## 5.1.8
|
|
114
|
+
## 5.1.13
|
|
147
115
|
|
|
148
116
|
### Patch Changes
|
|
149
117
|
|
|
150
|
-
-
|
|
151
|
-
- Updated
|
|
152
|
-
-
|
|
153
|
-
- Updated
|
|
154
|
-
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
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
|
|
159
154
|
|
|
160
155
|
### Patch Changes
|
|
161
156
|
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
- Updated dependencies [dc4ca0a]
|
|
165
|
-
- @mastra/core@0.10.8-alpha.1
|
|
166
|
-
- @mastra/client-js@0.10.7-alpha.1
|
|
157
|
+
- 794d9f3: Fix thread creation in playground
|
|
158
|
+
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
167
159
|
|
|
168
|
-
## 5.1.
|
|
160
|
+
## 5.1.13-alpha.1
|
|
169
161
|
|
|
170
162
|
### Patch Changes
|
|
171
163
|
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
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
|
|
180
175
|
|
|
181
|
-
-
|
|
182
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
183
|
-
- d569c16: dependencies updates:
|
|
184
|
-
- 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`)
|
|
185
|
-
- b9f5599: dependencies updates:
|
|
186
|
-
- 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`)
|
|
187
|
-
- 5af21a8: fix: remove final output on workflows for now
|
|
188
|
-
- 5d74aab: vNext network in playground
|
|
189
|
-
- 9102d89: Fix final output not showing on playground for previously suspended steps
|
|
190
|
-
- 21ffb97: Make dynamic form handle schema better
|
|
191
|
-
- be3d5a3: Remove recharts and ramada (unused deps)
|
|
192
|
-
- Updated dependencies [8e1b6e9]
|
|
193
|
-
- Updated dependencies [15e9d26]
|
|
194
|
-
- Updated dependencies [d1baedb]
|
|
195
|
-
- Updated dependencies [d8f2d19]
|
|
196
|
-
- Updated dependencies [9bf1d55]
|
|
197
|
-
- Updated dependencies [4d21bf2]
|
|
198
|
-
- Updated dependencies [07d6d88]
|
|
199
|
-
- Updated dependencies [9d52b17]
|
|
200
|
-
- Updated dependencies [2097952]
|
|
201
|
-
- Updated dependencies [18a5d59]
|
|
202
|
-
- Updated dependencies [792c4c0]
|
|
203
|
-
- Updated dependencies [5d74aab]
|
|
204
|
-
- Updated dependencies [5d74aab]
|
|
205
|
-
- Updated dependencies [bee3fe4]
|
|
206
|
-
- Updated dependencies [a8b194f]
|
|
207
|
-
- Updated dependencies [4fb0cc2]
|
|
208
|
-
- Updated dependencies [d2a7a31]
|
|
209
|
-
- Updated dependencies [502fe05]
|
|
210
|
-
- Updated dependencies [144eb0b]
|
|
211
|
-
- Updated dependencies [8ba1b51]
|
|
212
|
-
- Updated dependencies [4efcfa0]
|
|
213
|
-
- Updated dependencies [c0d41f6]
|
|
214
|
-
- Updated dependencies [0e17048]
|
|
215
|
-
- @mastra/client-js@0.10.6
|
|
216
|
-
- @mastra/core@0.10.7
|
|
217
|
-
|
|
218
|
-
## 5.1.7-alpha.7
|
|
176
|
+
## 5.1.13-alpha.0
|
|
219
177
|
|
|
220
178
|
### Patch Changes
|
|
221
179
|
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
|
|
225
|
-
|
|
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
|
|
226
205
|
|
|
227
206
|
### Patch Changes
|
|
228
207
|
|
|
229
|
-
-
|
|
230
|
-
|
|
231
|
-
-
|
|
232
|
-
- Updated dependencies [
|
|
233
|
-
|
|
234
|
-
- @mastra/
|
|
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
|
|
235
215
|
|
|
236
|
-
## 5.1.
|
|
216
|
+
## 5.1.12-alpha.0
|
|
237
217
|
|
|
238
218
|
### Patch Changes
|
|
239
219
|
|
|
240
|
-
-
|
|
241
|
-
|
|
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
|
|
242
226
|
|
|
243
|
-
## 5.1.
|
|
227
|
+
## 5.1.11
|
|
244
228
|
|
|
245
229
|
### Patch Changes
|
|
246
230
|
|
|
247
|
-
-
|
|
248
|
-
-
|
|
249
|
-
|
|
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
|
|
250
262
|
|
|
251
|
-
## 5.1.
|
|
263
|
+
## 5.1.11-alpha.4
|
|
252
264
|
|
|
253
265
|
### Patch Changes
|
|
254
266
|
|
|
255
|
-
-
|
|
256
|
-
-
|
|
257
|
-
-
|
|
258
|
-
- Updated dependencies [4efcfa0]
|
|
259
|
-
- @mastra/client-js@0.10.6-alpha.3
|
|
260
|
-
- @mastra/core@0.10.7-alpha.3
|
|
261
|
-
|
|
262
|
-
## 5.1.7-alpha.2
|
|
263
|
-
|
|
264
|
-
### Patch Changes
|
|
267
|
+
- c1cceea: Bump peerdeps of @matra/core
|
|
268
|
+
- @mastra/core@0.10.11-alpha.4
|
|
269
|
+
- @mastra/client-js@0.10.10-alpha.4
|
|
265
270
|
|
|
266
|
-
-
|
|
267
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
268
|
-
- 5d74aab: vNext network in playground
|
|
269
|
-
- be3d5a3: Remove recharts and ramada (unused deps)
|
|
270
|
-
- Updated dependencies [8e1b6e9]
|
|
271
|
-
- Updated dependencies [15e9d26]
|
|
272
|
-
- Updated dependencies [9bf1d55]
|
|
273
|
-
- Updated dependencies [07d6d88]
|
|
274
|
-
- Updated dependencies [5d74aab]
|
|
275
|
-
- Updated dependencies [5d74aab]
|
|
276
|
-
- Updated dependencies [144eb0b]
|
|
277
|
-
- @mastra/client-js@0.10.6-alpha.2
|
|
278
|
-
- @mastra/core@0.10.7-alpha.2
|
|
279
|
-
|
|
280
|
-
## 5.1.7-alpha.1
|
|
271
|
+
## 5.1.11-alpha.3
|
|
281
272
|
|
|
282
273
|
### Patch Changes
|
|
283
274
|
|
|
284
|
-
-
|
|
285
|
-
-
|
|
286
|
-
- Updated dependencies [
|
|
287
|
-
- Updated dependencies [
|
|
288
|
-
- Updated dependencies [
|
|
289
|
-
- Updated dependencies [
|
|
290
|
-
- Updated dependencies [
|
|
291
|
-
- @mastra/core@0.10.
|
|
292
|
-
- @mastra/client-js@0.10.
|
|
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
|
|
293
284
|
|
|
294
|
-
## 5.1.
|
|
285
|
+
## 5.1.11-alpha.2
|
|
295
286
|
|
|
296
287
|
### Patch Changes
|
|
297
288
|
|
|
298
|
-
-
|
|
299
|
-
- Updated
|
|
300
|
-
-
|
|
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]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2171 more lines hidden. See full changelog in package directory.
|