@mastra/mcp-docs-server 0.0.1-alpha.1

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.
Files changed (246) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fastra.md +302 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +302 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +302 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +302 -0
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +302 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +302 -0
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +302 -0
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +302 -0
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +302 -0
  10. package/.docs/organized/changelogs/%40mastra%2Fevals.md +302 -0
  11. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +302 -0
  12. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +302 -0
  13. package/.docs/organized/changelogs/%40mastra%2Floggers.md +302 -0
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +11 -0
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +302 -0
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +302 -0
  17. package/.docs/organized/changelogs/%40mastra%2Fpg.md +302 -0
  18. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +302 -0
  19. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +302 -0
  20. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +302 -0
  21. package/.docs/organized/changelogs/%40mastra%2Frag.md +302 -0
  22. package/.docs/organized/changelogs/%40mastra%2Fragie.md +302 -0
  23. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +302 -0
  24. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +302 -0
  25. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +302 -0
  26. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +302 -0
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +302 -0
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +302 -0
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +302 -0
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +302 -0
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +302 -0
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +302 -0
  33. package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +302 -0
  34. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +59 -0
  35. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +302 -0
  36. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +302 -0
  37. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +302 -0
  38. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +302 -0
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +302 -0
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +302 -0
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +24 -0
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +302 -0
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +302 -0
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +12 -0
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +302 -0
  46. package/.docs/organized/changelogs/create-mastra.md +302 -0
  47. package/.docs/organized/changelogs/mastra.md +302 -0
  48. package/.docs/organized/code-examples/agent.md +385 -0
  49. package/.docs/organized/code-examples/ai-sdk-useChat.md +377 -0
  50. package/.docs/organized/code-examples/assistant-ui.md +37 -0
  51. package/.docs/organized/code-examples/bird-checker-with-express.md +235 -0
  52. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +360 -0
  53. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +250 -0
  54. package/.docs/organized/code-examples/crypto-chatbot.md +96 -0
  55. package/.docs/organized/code-examples/fireworks-r1.md +159 -0
  56. package/.docs/organized/code-examples/integrations.md +184 -0
  57. package/.docs/organized/code-examples/mcp-configuration.md +341 -0
  58. package/.docs/organized/code-examples/memory-todo-agent.md +161 -0
  59. package/.docs/organized/code-examples/memory-with-context.md +167 -0
  60. package/.docs/organized/code-examples/memory-with-libsql.md +204 -0
  61. package/.docs/organized/code-examples/memory-with-pg.md +224 -0
  62. package/.docs/organized/code-examples/memory-with-upstash.md +268 -0
  63. package/.docs/organized/code-examples/quick-start.md +127 -0
  64. package/.docs/organized/code-examples/stock-price-tool.md +124 -0
  65. package/.docs/organized/code-examples/weather-agent.md +352 -0
  66. package/.docs/organized/code-examples/workflow-ai-recruiter.md +159 -0
  67. package/.docs/organized/code-examples/workflow-with-inline-steps.md +111 -0
  68. package/.docs/organized/code-examples/workflow-with-memory.md +393 -0
  69. package/.docs/organized/code-examples/workflow-with-separate-steps.md +131 -0
  70. package/.docs/raw/agents/00-overview.mdx +185 -0
  71. package/.docs/raw/agents/01-agent-memory.mdx +610 -0
  72. package/.docs/raw/agents/02-adding-tools.mdx +224 -0
  73. package/.docs/raw/agents/03-adding-voice.mdx +170 -0
  74. package/.docs/raw/deployment/deployment.mdx +156 -0
  75. package/.docs/raw/deployment/logging-and-tracing.mdx +242 -0
  76. package/.docs/raw/deployment/server.mdx +114 -0
  77. package/.docs/raw/evals/00-overview.mdx +106 -0
  78. package/.docs/raw/evals/01-supported-evals.mdx +31 -0
  79. package/.docs/raw/evals/02-custom-eval.mdx +187 -0
  80. package/.docs/raw/faq/index.mdx +63 -0
  81. package/.docs/raw/frameworks/01-next-js.mdx +238 -0
  82. package/.docs/raw/frameworks/02-ai-sdk.mdx +218 -0
  83. package/.docs/raw/getting-started/installation.mdx +436 -0
  84. package/.docs/raw/getting-started/project-structure.mdx +80 -0
  85. package/.docs/raw/guides/01-chef-michel.mdx +242 -0
  86. package/.docs/raw/guides/02-stock-agent.mdx +182 -0
  87. package/.docs/raw/guides/03-recruiter.mdx +187 -0
  88. package/.docs/raw/index.mdx +22 -0
  89. package/.docs/raw/local-dev/creating-projects.mdx +74 -0
  90. package/.docs/raw/local-dev/integrations.mdx +127 -0
  91. package/.docs/raw/local-dev/mastra-dev.mdx +65 -0
  92. package/.docs/raw/rag/chunking-and-embedding.mdx +128 -0
  93. package/.docs/raw/rag/overview.mdx +85 -0
  94. package/.docs/raw/rag/retrieval.mdx +362 -0
  95. package/.docs/raw/rag/vector-databases.mdx +271 -0
  96. package/.docs/raw/reference/agents/createTool.mdx +190 -0
  97. package/.docs/raw/reference/agents/generate.mdx +327 -0
  98. package/.docs/raw/reference/agents/getAgent.mdx +54 -0
  99. package/.docs/raw/reference/agents/stream.mdx +361 -0
  100. package/.docs/raw/reference/cli/build.mdx +48 -0
  101. package/.docs/raw/reference/cli/deploy.mdx +22 -0
  102. package/.docs/raw/reference/cli/dev.mdx +97 -0
  103. package/.docs/raw/reference/cli/init.mdx +43 -0
  104. package/.docs/raw/reference/client-js/agents.mdx +90 -0
  105. package/.docs/raw/reference/client-js/error-handling.mdx +38 -0
  106. package/.docs/raw/reference/client-js/index.mdx +127 -0
  107. package/.docs/raw/reference/client-js/logs.mdx +24 -0
  108. package/.docs/raw/reference/client-js/memory.mdx +94 -0
  109. package/.docs/raw/reference/client-js/telemetry.mdx +20 -0
  110. package/.docs/raw/reference/client-js/tools.mdx +44 -0
  111. package/.docs/raw/reference/client-js/vectors.mdx +79 -0
  112. package/.docs/raw/reference/client-js/workflows.mdx +137 -0
  113. package/.docs/raw/reference/core/mastra-class.mdx +232 -0
  114. package/.docs/raw/reference/deployer/cloudflare.mdx +176 -0
  115. package/.docs/raw/reference/deployer/deployer.mdx +159 -0
  116. package/.docs/raw/reference/deployer/netlify.mdx +88 -0
  117. package/.docs/raw/reference/deployer/vercel.mdx +97 -0
  118. package/.docs/raw/reference/evals/answer-relevancy.mdx +186 -0
  119. package/.docs/raw/reference/evals/bias.mdx +186 -0
  120. package/.docs/raw/reference/evals/completeness.mdx +174 -0
  121. package/.docs/raw/reference/evals/content-similarity.mdx +183 -0
  122. package/.docs/raw/reference/evals/context-position.mdx +190 -0
  123. package/.docs/raw/reference/evals/context-precision.mdx +189 -0
  124. package/.docs/raw/reference/evals/context-relevancy.mdx +188 -0
  125. package/.docs/raw/reference/evals/contextual-recall.mdx +191 -0
  126. package/.docs/raw/reference/evals/faithfulness.mdx +193 -0
  127. package/.docs/raw/reference/evals/hallucination.mdx +219 -0
  128. package/.docs/raw/reference/evals/keyword-coverage.mdx +176 -0
  129. package/.docs/raw/reference/evals/prompt-alignment.mdx +238 -0
  130. package/.docs/raw/reference/evals/summarization.mdx +205 -0
  131. package/.docs/raw/reference/evals/textual-difference.mdx +161 -0
  132. package/.docs/raw/reference/evals/tone-consistency.mdx +181 -0
  133. package/.docs/raw/reference/evals/toxicity.mdx +165 -0
  134. package/.docs/raw/reference/index.mdx +8 -0
  135. package/.docs/raw/reference/memory/Memory.mdx +186 -0
  136. package/.docs/raw/reference/memory/createThread.mdx +93 -0
  137. package/.docs/raw/reference/memory/getThreadById.mdx +43 -0
  138. package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +45 -0
  139. package/.docs/raw/reference/memory/query.mdx +164 -0
  140. package/.docs/raw/reference/observability/create-logger.mdx +106 -0
  141. package/.docs/raw/reference/observability/logger.mdx +55 -0
  142. package/.docs/raw/reference/observability/otel-config.mdx +120 -0
  143. package/.docs/raw/reference/observability/providers/braintrust.mdx +40 -0
  144. package/.docs/raw/reference/observability/providers/index.mdx +15 -0
  145. package/.docs/raw/reference/observability/providers/laminar.mdx +41 -0
  146. package/.docs/raw/reference/observability/providers/langfuse.mdx +51 -0
  147. package/.docs/raw/reference/observability/providers/langsmith.mdx +46 -0
  148. package/.docs/raw/reference/observability/providers/langwatch.mdx +45 -0
  149. package/.docs/raw/reference/observability/providers/new-relic.mdx +40 -0
  150. package/.docs/raw/reference/observability/providers/signoz.mdx +40 -0
  151. package/.docs/raw/reference/observability/providers/traceloop.mdx +40 -0
  152. package/.docs/raw/reference/rag/astra.mdx +258 -0
  153. package/.docs/raw/reference/rag/chroma.mdx +281 -0
  154. package/.docs/raw/reference/rag/chunk.mdx +237 -0
  155. package/.docs/raw/reference/rag/document.mdx +129 -0
  156. package/.docs/raw/reference/rag/embeddings.mdx +160 -0
  157. package/.docs/raw/reference/rag/extract-params.mdx +72 -0
  158. package/.docs/raw/reference/rag/graph-rag.mdx +182 -0
  159. package/.docs/raw/reference/rag/libsql.mdx +357 -0
  160. package/.docs/raw/reference/rag/metadata-filters.mdx +298 -0
  161. package/.docs/raw/reference/rag/pg.mdx +477 -0
  162. package/.docs/raw/reference/rag/pinecone.mdx +249 -0
  163. package/.docs/raw/reference/rag/qdrant.mdx +236 -0
  164. package/.docs/raw/reference/rag/rerank.mdx +212 -0
  165. package/.docs/raw/reference/rag/turbopuffer.mdx +249 -0
  166. package/.docs/raw/reference/rag/upstash.mdx +198 -0
  167. package/.docs/raw/reference/rag/vectorize.mdx +253 -0
  168. package/.docs/raw/reference/storage/libsql.mdx +74 -0
  169. package/.docs/raw/reference/storage/postgresql.mdx +48 -0
  170. package/.docs/raw/reference/storage/upstash.mdx +86 -0
  171. package/.docs/raw/reference/tools/client.mdx +180 -0
  172. package/.docs/raw/reference/tools/document-chunker-tool.mdx +141 -0
  173. package/.docs/raw/reference/tools/graph-rag-tool.mdx +154 -0
  174. package/.docs/raw/reference/tools/mcp-configuration.mdx +206 -0
  175. package/.docs/raw/reference/tools/vector-query-tool.mdx +212 -0
  176. package/.docs/raw/reference/voice/composite-voice.mdx +140 -0
  177. package/.docs/raw/reference/voice/deepgram.mdx +164 -0
  178. package/.docs/raw/reference/voice/elevenlabs.mdx +216 -0
  179. package/.docs/raw/reference/voice/google.mdx +198 -0
  180. package/.docs/raw/reference/voice/mastra-voice.mdx +394 -0
  181. package/.docs/raw/reference/voice/murf.mdx +251 -0
  182. package/.docs/raw/reference/voice/openai-realtime.mdx +431 -0
  183. package/.docs/raw/reference/voice/openai.mdx +168 -0
  184. package/.docs/raw/reference/voice/playai.mdx +159 -0
  185. package/.docs/raw/reference/voice/speechify.mdx +145 -0
  186. package/.docs/raw/reference/workflows/after.mdx +88 -0
  187. package/.docs/raw/reference/workflows/commit.mdx +37 -0
  188. package/.docs/raw/reference/workflows/createRun.mdx +77 -0
  189. package/.docs/raw/reference/workflows/else.mdx +72 -0
  190. package/.docs/raw/reference/workflows/execute.mdx +110 -0
  191. package/.docs/raw/reference/workflows/if.mdx +107 -0
  192. package/.docs/raw/reference/workflows/resume.mdx +155 -0
  193. package/.docs/raw/reference/workflows/start.mdx +84 -0
  194. package/.docs/raw/reference/workflows/step-class.mdx +100 -0
  195. package/.docs/raw/reference/workflows/step-condition.mdx +134 -0
  196. package/.docs/raw/reference/workflows/step-function.mdx +92 -0
  197. package/.docs/raw/reference/workflows/step-options.mdx +69 -0
  198. package/.docs/raw/reference/workflows/suspend.mdx +80 -0
  199. package/.docs/raw/reference/workflows/then.mdx +74 -0
  200. package/.docs/raw/reference/workflows/until.mdx +165 -0
  201. package/.docs/raw/reference/workflows/watch.mdx +118 -0
  202. package/.docs/raw/reference/workflows/while.mdx +168 -0
  203. package/.docs/raw/reference/workflows/workflow.mdx +233 -0
  204. package/.docs/raw/workflows/00-overview.mdx +168 -0
  205. package/.docs/raw/workflows/control-flow.mdx +712 -0
  206. package/.docs/raw/workflows/dynamic-workflows.mdx +232 -0
  207. package/.docs/raw/workflows/steps.mdx +98 -0
  208. package/.docs/raw/workflows/suspend-and-resume.mdx +196 -0
  209. package/.docs/raw/workflows/variables.mdx +248 -0
  210. package/LICENSE +44 -0
  211. package/README.md +129 -0
  212. package/dist/index.d.ts +3 -0
  213. package/dist/index.js +19 -0
  214. package/dist/prepare-docs/code-examples.d.ts +4 -0
  215. package/dist/prepare-docs/code-examples.js +91 -0
  216. package/dist/prepare-docs/copy-raw.d.ts +1 -0
  217. package/dist/prepare-docs/copy-raw.js +41 -0
  218. package/dist/prepare-docs/index.d.ts +1 -0
  219. package/dist/prepare-docs/index.js +8 -0
  220. package/dist/prepare-docs/package-changes.d.ts +4 -0
  221. package/dist/prepare-docs/package-changes.js +92 -0
  222. package/dist/prepare-docs/prepare.d.ts +1 -0
  223. package/dist/prepare-docs/prepare.js +13 -0
  224. package/dist/sse.d.ts +1 -0
  225. package/dist/sse.js +9 -0
  226. package/dist/stdio.d.ts +1 -0
  227. package/dist/stdio.js +8 -0
  228. package/dist/tools/__tests__/blog.test.d.ts +1 -0
  229. package/dist/tools/__tests__/blog.test.js +48 -0
  230. package/dist/tools/__tests__/changes.test.d.ts +1 -0
  231. package/dist/tools/__tests__/changes.test.js +36 -0
  232. package/dist/tools/__tests__/docs.test.d.ts +1 -0
  233. package/dist/tools/__tests__/docs.test.js +46 -0
  234. package/dist/tools/__tests__/examples.test.d.ts +1 -0
  235. package/dist/tools/__tests__/examples.test.js +52 -0
  236. package/dist/tools/blog.d.ts +15 -0
  237. package/dist/tools/blog.js +73 -0
  238. package/dist/tools/changes.d.ts +11 -0
  239. package/dist/tools/changes.js +69 -0
  240. package/dist/tools/docs.d.ts +11 -0
  241. package/dist/tools/docs.js +176 -0
  242. package/dist/tools/examples.d.ts +11 -0
  243. package/dist/tools/examples.js +61 -0
  244. package/dist/utils.d.ts +6 -0
  245. package/dist/utils.js +9 -0
  246. package/package.json +66 -0
@@ -0,0 +1,302 @@
1
+ # @mastra/pinecone
2
+
3
+ ## 0.2.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fc2f89c]
8
+ - Updated dependencies [dfbb131]
9
+ - Updated dependencies [0850b4c]
10
+ - Updated dependencies [9116d70]
11
+ - @mastra/core@0.6.1-alpha.2
12
+
13
+ ## 0.2.0-alpha.1
14
+
15
+ ### Minor Changes
16
+
17
+ - 2ee56ad: Added new operation implementations for MastraVector in pinecone store
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [f4854ee]
22
+ - Updated dependencies [afaf73f]
23
+ - Updated dependencies [44631b1]
24
+ - Updated dependencies [6e559a0]
25
+ - Updated dependencies [5f43505]
26
+ - @mastra/core@0.6.1-alpha.1
27
+
28
+ ## 0.1.10-alpha.0
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [7bcfaee]
33
+ - @mastra/core@0.6.1-alpha.0
34
+
35
+ ## 0.1.9
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [16b98d9]
40
+ - Updated dependencies [1c8cda4]
41
+ - Updated dependencies [95b4144]
42
+ - Updated dependencies [3729dbd]
43
+ - Updated dependencies [c2144f4]
44
+ - @mastra/core@0.6.0
45
+
46
+ ## 0.1.9-alpha.1
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [16b98d9]
51
+ - Updated dependencies [1c8cda4]
52
+ - Updated dependencies [95b4144]
53
+ - Updated dependencies [c2144f4]
54
+ - @mastra/core@0.6.0-alpha.1
55
+
56
+ ## 0.1.9-alpha.0
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [3729dbd]
61
+ - @mastra/core@0.5.1-alpha.0
62
+
63
+ ## 0.1.8
64
+
65
+ ### Patch Changes
66
+
67
+ - fd4a1d7: Update cjs bundling to make sure files are split
68
+ - Updated dependencies [a910463]
69
+ - Updated dependencies [59df7b6]
70
+ - Updated dependencies [22643eb]
71
+ - Updated dependencies [6feb23f]
72
+ - Updated dependencies [f2d6727]
73
+ - Updated dependencies [7a7a547]
74
+ - Updated dependencies [29f3a82]
75
+ - Updated dependencies [3d0e290]
76
+ - Updated dependencies [e9fbac5]
77
+ - Updated dependencies [301e4ee]
78
+ - Updated dependencies [ee667a2]
79
+ - Updated dependencies [dfbe4e9]
80
+ - Updated dependencies [dab255b]
81
+ - Updated dependencies [1e8bcbc]
82
+ - Updated dependencies [f6678e4]
83
+ - Updated dependencies [9e81f35]
84
+ - Updated dependencies [c93798b]
85
+ - Updated dependencies [a85ab24]
86
+ - Updated dependencies [dbd9f2d]
87
+ - Updated dependencies [59df7b6]
88
+ - Updated dependencies [caefaa2]
89
+ - Updated dependencies [c151ae6]
90
+ - Updated dependencies [52e0418]
91
+ - Updated dependencies [d79aedf]
92
+ - Updated dependencies [03236ec]
93
+ - Updated dependencies [3764e71]
94
+ - Updated dependencies [df982db]
95
+ - Updated dependencies [a171b37]
96
+ - Updated dependencies [506f1d5]
97
+ - Updated dependencies [02ffb7b]
98
+ - Updated dependencies [0461849]
99
+ - Updated dependencies [2259379]
100
+ - Updated dependencies [aeb5e36]
101
+ - Updated dependencies [f2301de]
102
+ - Updated dependencies [358f069]
103
+ - Updated dependencies [fd4a1d7]
104
+ - Updated dependencies [c139344]
105
+ - @mastra/core@0.5.0
106
+
107
+ ## 0.1.8-alpha.12
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [a85ab24]
112
+ - @mastra/core@0.5.0-alpha.12
113
+
114
+ ## 0.1.8-alpha.11
115
+
116
+ ### Patch Changes
117
+
118
+ - fd4a1d7: Update cjs bundling to make sure files are split
119
+ - Updated dependencies [7a7a547]
120
+ - Updated dependencies [c93798b]
121
+ - Updated dependencies [dbd9f2d]
122
+ - Updated dependencies [a171b37]
123
+ - Updated dependencies [fd4a1d7]
124
+ - @mastra/core@0.5.0-alpha.11
125
+
126
+ ## 0.1.8-alpha.10
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [a910463]
131
+ - @mastra/core@0.5.0-alpha.10
132
+
133
+ ## 0.1.8-alpha.9
134
+
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies [e9fbac5]
138
+ - Updated dependencies [1e8bcbc]
139
+ - Updated dependencies [aeb5e36]
140
+ - Updated dependencies [f2301de]
141
+ - @mastra/core@0.5.0-alpha.9
142
+
143
+ ## 0.1.8-alpha.8
144
+
145
+ ### Patch Changes
146
+
147
+ - Updated dependencies [506f1d5]
148
+ - @mastra/core@0.5.0-alpha.8
149
+
150
+ ## 0.1.8-alpha.7
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies [ee667a2]
155
+ - @mastra/core@0.5.0-alpha.7
156
+
157
+ ## 0.1.8-alpha.6
158
+
159
+ ### Patch Changes
160
+
161
+ - Updated dependencies [f6678e4]
162
+ - @mastra/core@0.5.0-alpha.6
163
+
164
+ ## 0.1.8-alpha.5
165
+
166
+ ### Patch Changes
167
+
168
+ - Updated dependencies [22643eb]
169
+ - Updated dependencies [6feb23f]
170
+ - Updated dependencies [f2d6727]
171
+ - Updated dependencies [301e4ee]
172
+ - Updated dependencies [dfbe4e9]
173
+ - Updated dependencies [9e81f35]
174
+ - Updated dependencies [caefaa2]
175
+ - Updated dependencies [c151ae6]
176
+ - Updated dependencies [52e0418]
177
+ - Updated dependencies [03236ec]
178
+ - Updated dependencies [3764e71]
179
+ - Updated dependencies [df982db]
180
+ - Updated dependencies [0461849]
181
+ - Updated dependencies [2259379]
182
+ - Updated dependencies [358f069]
183
+ - @mastra/core@0.5.0-alpha.5
184
+
185
+ ## 0.1.8-alpha.4
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies [d79aedf]
190
+ - @mastra/core@0.5.0-alpha.4
191
+
192
+ ## 0.1.8-alpha.3
193
+
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies [3d0e290]
197
+ - @mastra/core@0.5.0-alpha.3
198
+
199
+ ## 0.1.8-alpha.2
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies [02ffb7b]
204
+ - @mastra/core@0.5.0-alpha.2
205
+
206
+ ## 0.1.8-alpha.1
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [dab255b]
211
+ - @mastra/core@0.5.0-alpha.1
212
+
213
+ ## 0.1.8-alpha.0
214
+
215
+ ### Patch Changes
216
+
217
+ - Updated dependencies [59df7b6]
218
+ - Updated dependencies [29f3a82]
219
+ - Updated dependencies [59df7b6]
220
+ - Updated dependencies [c139344]
221
+ - @mastra/core@0.5.0-alpha.0
222
+
223
+ ## 0.1.7
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [1da20e7]
228
+ - @mastra/core@0.4.4
229
+
230
+ ## 0.1.7-alpha.0
231
+
232
+ ### Patch Changes
233
+
234
+ - Updated dependencies [1da20e7]
235
+ - @mastra/core@0.4.4-alpha.0
236
+
237
+ ## 0.1.6
238
+
239
+ ### Patch Changes
240
+
241
+ - 0fd78ac: Update vector store functions to use object params
242
+ - fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
243
+ - c4fdac3: Updated tests for upstash and astra
244
+ - 4d4e1e1: Updated vector tests and pinecone
245
+ - bb4f447: Add support for commonjs
246
+ - Updated dependencies [0d185b1]
247
+ - Updated dependencies [ed55f1d]
248
+ - Updated dependencies [06aa827]
249
+ - Updated dependencies [0fd78ac]
250
+ - Updated dependencies [2512a93]
251
+ - Updated dependencies [e62de74]
252
+ - Updated dependencies [0d25b75]
253
+ - Updated dependencies [fd14a3f]
254
+ - Updated dependencies [8d13b14]
255
+ - Updated dependencies [3f369a2]
256
+ - Updated dependencies [3ee4831]
257
+ - Updated dependencies [4d4e1e1]
258
+ - Updated dependencies [bb4f447]
259
+ - Updated dependencies [108793c]
260
+ - Updated dependencies [5f28f44]
261
+ - Updated dependencies [dabecf4]
262
+ - @mastra/core@0.4.3
263
+
264
+ ## 0.1.6-alpha.4
265
+
266
+ ### Patch Changes
267
+
268
+ - Updated dependencies [dabecf4]
269
+ - @mastra/core@0.4.3-alpha.4
270
+
271
+ ## 0.1.6-alpha.3
272
+
273
+ ### Patch Changes
274
+
275
+ - 0fd78ac: Update vector store functions to use object params
276
+ - fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
277
+ - c4fdac3: Updated tests for upstash and astra
278
+ - 4d4e1e1: Updated vector tests and pinecone
279
+ - bb4f447: Add support for commonjs
280
+ - Updated dependencies [0fd78ac]
281
+ - Updated dependencies [0d25b75]
282
+ - Updated dependencies [fd14a3f]
283
+ - Updated dependencies [3f369a2]
284
+ - Updated dependencies [4d4e1e1]
285
+ - Updated dependencies [bb4f447]
286
+ - @mastra/core@0.4.3-alpha.3
287
+
288
+ ## 0.1.6-alpha.2
289
+
290
+ ### Patch Changes
291
+
292
+ - Updated dependencies [2512a93]
293
+ - Updated dependencies [e62de74]
294
+ - @mastra/core@0.4.3-alpha.2
295
+
296
+ ## 0.1.6-alpha.1
297
+
298
+ ### Patch Changes
299
+
300
+ - Updated dependencies [0d185b1]
301
+
302
+ ... 707 more lines hidden. See full changelog in package directory.
@@ -0,0 +1,302 @@
1
+ # @mastra/playground-ui
2
+
3
+ ## 2.0.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0850b4c: Watch and resume per run
8
+ - 5baf1ec: animate new traces
9
+ - 9116d70: Handle the different workflow methods in workflow graph
10
+ - 0709d99: add prop for dynamic empty text
11
+ - Updated dependencies [fc2f89c]
12
+ - Updated dependencies [dfbb131]
13
+ - Updated dependencies [0850b4c]
14
+ - Updated dependencies [9116d70]
15
+ - @mastra/core@0.6.1-alpha.2
16
+ - @mastra/client-js@0.1.9-alpha.2
17
+
18
+ ## 2.0.1-alpha.1
19
+
20
+ ### Patch Changes
21
+
22
+ - 1291e89: Add resizable-panel to playground-ui and use in agent and workflow sidebars
23
+ - 9ba1e97: fix loading state for evals page
24
+ - Updated dependencies [f4854ee]
25
+ - Updated dependencies [afaf73f]
26
+ - Updated dependencies [4356859]
27
+ - Updated dependencies [44631b1]
28
+ - Updated dependencies [6e559a0]
29
+ - Updated dependencies [5f43505]
30
+ - @mastra/core@0.6.1-alpha.1
31
+ - @mastra/client-js@0.1.9-alpha.1
32
+
33
+ ## 2.0.1-alpha.0
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [7bcfaee]
38
+ - @mastra/core@0.6.1-alpha.0
39
+ - @mastra/client-js@0.1.9-alpha.0
40
+
41
+ ## 2.0.0
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [16b98d9]
46
+ - Updated dependencies [1c8cda4]
47
+ - Updated dependencies [95b4144]
48
+ - Updated dependencies [3729dbd]
49
+ - Updated dependencies [c2144f4]
50
+ - @mastra/core@0.6.0
51
+ - @mastra/client-js@0.1.8
52
+
53
+ ## 2.0.0-alpha.1
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [16b98d9]
58
+ - Updated dependencies [1c8cda4]
59
+ - Updated dependencies [95b4144]
60
+ - Updated dependencies [c2144f4]
61
+ - @mastra/core@0.6.0-alpha.1
62
+ - @mastra/client-js@0.1.8-alpha.1
63
+
64
+ ## 1.0.1-alpha.0
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [3729dbd]
69
+ - @mastra/core@0.5.1-alpha.0
70
+ - @mastra/client-js@0.1.8-alpha.0
71
+
72
+ ## 1.0.0
73
+
74
+ ### Patch Changes
75
+
76
+ - dbd9f2d: Handle different condition types on workflow graph
77
+ - 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
78
+ - e5149bb: Fix playground-ui agent-evals tab-content
79
+ - d79aedf: Fix import/require paths in these package.json
80
+ - 144b3d5: Update traces table UI, agent Chat UI
81
+ Fix get workflows breaking
82
+ - fd4a1d7: Update cjs bundling to make sure files are split
83
+ - Updated dependencies [a910463]
84
+ - Updated dependencies [59df7b6]
85
+ - Updated dependencies [22643eb]
86
+ - Updated dependencies [6feb23f]
87
+ - Updated dependencies [f2d6727]
88
+ - Updated dependencies [7a7a547]
89
+ - Updated dependencies [29f3a82]
90
+ - Updated dependencies [3d0e290]
91
+ - Updated dependencies [e9fbac5]
92
+ - Updated dependencies [301e4ee]
93
+ - Updated dependencies [960690d]
94
+ - Updated dependencies [ee667a2]
95
+ - Updated dependencies [dfbe4e9]
96
+ - Updated dependencies [dab255b]
97
+ - Updated dependencies [1e8bcbc]
98
+ - Updated dependencies [f6678e4]
99
+ - Updated dependencies [9e81f35]
100
+ - Updated dependencies [c93798b]
101
+ - Updated dependencies [a85ab24]
102
+ - Updated dependencies [dbd9f2d]
103
+ - Updated dependencies [59df7b6]
104
+ - Updated dependencies [caefaa2]
105
+ - Updated dependencies [c151ae6]
106
+ - Updated dependencies [52e0418]
107
+ - Updated dependencies [d79aedf]
108
+ - Updated dependencies [8deb34c]
109
+ - Updated dependencies [03236ec]
110
+ - Updated dependencies [3764e71]
111
+ - Updated dependencies [df982db]
112
+ - Updated dependencies [a171b37]
113
+ - Updated dependencies [506f1d5]
114
+ - Updated dependencies [02ffb7b]
115
+ - Updated dependencies [0461849]
116
+ - Updated dependencies [2259379]
117
+ - Updated dependencies [aeb5e36]
118
+ - Updated dependencies [f2301de]
119
+ - Updated dependencies [358f069]
120
+ - Updated dependencies [fd4a1d7]
121
+ - Updated dependencies [c139344]
122
+ - @mastra/core@0.5.0
123
+ - @mastra/client-js@0.1.7
124
+
125
+ ## 1.0.0-alpha.12
126
+
127
+ ### Patch Changes
128
+
129
+ - 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
130
+ - Updated dependencies [a85ab24]
131
+ - @mastra/core@0.5.0-alpha.12
132
+ - @mastra/client-js@0.1.7-alpha.12
133
+
134
+ ## 1.0.0-alpha.11
135
+
136
+ ### Patch Changes
137
+
138
+ - dbd9f2d: Handle different condition types on workflow graph
139
+ - fd4a1d7: Update cjs bundling to make sure files are split
140
+ - Updated dependencies [7a7a547]
141
+ - Updated dependencies [c93798b]
142
+ - Updated dependencies [dbd9f2d]
143
+ - Updated dependencies [8deb34c]
144
+ - Updated dependencies [a171b37]
145
+ - Updated dependencies [fd4a1d7]
146
+ - @mastra/core@0.5.0-alpha.11
147
+ - @mastra/client-js@0.1.7-alpha.11
148
+
149
+ ## 1.0.0-alpha.10
150
+
151
+ ### Patch Changes
152
+
153
+ - Updated dependencies [a910463]
154
+ - @mastra/core@0.5.0-alpha.10
155
+ - @mastra/client-js@0.1.7-alpha.10
156
+
157
+ ## 1.0.0-alpha.9
158
+
159
+ ### Patch Changes
160
+
161
+ - Updated dependencies [e9fbac5]
162
+ - Updated dependencies [1e8bcbc]
163
+ - Updated dependencies [aeb5e36]
164
+ - Updated dependencies [f2301de]
165
+ - @mastra/core@0.5.0-alpha.9
166
+ - @mastra/client-js@0.1.7-alpha.9
167
+
168
+ ## 1.0.0-alpha.8
169
+
170
+ ### Patch Changes
171
+
172
+ - Updated dependencies [506f1d5]
173
+ - @mastra/core@0.5.0-alpha.8
174
+ - @mastra/client-js@0.1.7-alpha.8
175
+
176
+ ## 1.0.0-alpha.7
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [ee667a2]
181
+ - @mastra/core@0.5.0-alpha.7
182
+ - @mastra/client-js@0.1.7-alpha.7
183
+
184
+ ## 1.0.0-alpha.6
185
+
186
+ ### Patch Changes
187
+
188
+ - Updated dependencies [f6678e4]
189
+ - @mastra/core@0.5.0-alpha.6
190
+ - @mastra/client-js@0.1.7-alpha.6
191
+
192
+ ## 1.0.0-alpha.5
193
+
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies [22643eb]
197
+ - Updated dependencies [6feb23f]
198
+ - Updated dependencies [f2d6727]
199
+ - Updated dependencies [301e4ee]
200
+ - Updated dependencies [dfbe4e9]
201
+ - Updated dependencies [9e81f35]
202
+ - Updated dependencies [caefaa2]
203
+ - Updated dependencies [c151ae6]
204
+ - Updated dependencies [52e0418]
205
+ - Updated dependencies [03236ec]
206
+ - Updated dependencies [3764e71]
207
+ - Updated dependencies [df982db]
208
+ - Updated dependencies [0461849]
209
+ - Updated dependencies [2259379]
210
+ - Updated dependencies [358f069]
211
+ - @mastra/core@0.5.0-alpha.5
212
+ - @mastra/client-js@0.1.7-alpha.5
213
+
214
+ ## 1.0.0-alpha.4
215
+
216
+ ### Patch Changes
217
+
218
+ - d79aedf: Fix import/require paths in these package.json
219
+ - 144b3d5: Update traces table UI, agent Chat UI
220
+ Fix get workflows breaking
221
+ - Updated dependencies [d79aedf]
222
+ - @mastra/core@0.5.0-alpha.4
223
+ - @mastra/client-js@0.1.7-alpha.4
224
+
225
+ ## 1.0.0-alpha.3
226
+
227
+ ### Patch Changes
228
+
229
+ - Updated dependencies [3d0e290]
230
+ - @mastra/core@0.5.0-alpha.3
231
+ - @mastra/client-js@0.1.7-alpha.3
232
+
233
+ ## 1.0.0-alpha.2
234
+
235
+ ### Patch Changes
236
+
237
+ - Updated dependencies [02ffb7b]
238
+ - @mastra/core@0.5.0-alpha.2
239
+ - @mastra/client-js@0.1.7-alpha.2
240
+
241
+ ## 1.0.0-alpha.1
242
+
243
+ ### Patch Changes
244
+
245
+ - e5149bb: Fix playground-ui agent-evals tab-content
246
+ - Updated dependencies [dab255b]
247
+ - @mastra/core@0.5.0-alpha.1
248
+ - @mastra/client-js@0.1.7-alpha.1
249
+
250
+ ## 1.0.0-alpha.0
251
+
252
+ ### Patch Changes
253
+
254
+ - Updated dependencies [59df7b6]
255
+ - Updated dependencies [29f3a82]
256
+ - Updated dependencies [960690d]
257
+ - Updated dependencies [59df7b6]
258
+ - Updated dependencies [c139344]
259
+ - @mastra/core@0.5.0-alpha.0
260
+ - @mastra/client-js@0.1.7-alpha.0
261
+
262
+ ## 0.0.2
263
+
264
+ ### Patch Changes
265
+
266
+ - Updated dependencies [1da20e7]
267
+ - @mastra/core@0.4.4
268
+ - @mastra/client-js@0.1.6
269
+
270
+ ## 0.0.2-alpha.0
271
+
272
+ ### Patch Changes
273
+
274
+ - Updated dependencies [1da20e7]
275
+ - @mastra/core@0.4.4-alpha.0
276
+ - @mastra/client-js@0.1.6-alpha.0
277
+
278
+ ## 0.0.1
279
+
280
+ ### Patch Changes
281
+
282
+ - 7a64aff: playground-ui lib package to enhance dev/cloud ui unification
283
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
284
+ - Updated dependencies [0d185b1]
285
+ - Updated dependencies [ed55f1d]
286
+ - Updated dependencies [06aa827]
287
+ - Updated dependencies [0fd78ac]
288
+ - Updated dependencies [2512a93]
289
+ - Updated dependencies [e62de74]
290
+ - Updated dependencies [0d25b75]
291
+ - Updated dependencies [fd14a3f]
292
+ - Updated dependencies [8d13b14]
293
+ - Updated dependencies [3f369a2]
294
+ - Updated dependencies [3ee4831]
295
+ - Updated dependencies [7a64aff]
296
+ - Updated dependencies [4d4e1e1]
297
+ - Updated dependencies [bb4f447]
298
+ - Updated dependencies [108793c]
299
+ - Updated dependencies [5f28f44]
300
+ - Updated dependencies [dabecf4]
301
+
302
+ ... 27 more lines hidden. See full changelog in package directory.