@mastra/mcp-docs-server 0.0.0-commonjs-20250414101718
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/%40mastra%2Fastra.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +161 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +110 -0
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +196 -0
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Frag.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +250 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +250 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +302 -0
- package/.docs/organized/changelogs/create-mastra.md +302 -0
- package/.docs/organized/changelogs/mastra.md +302 -0
- package/.docs/organized/code-examples/agent-network.md +282 -0
- package/.docs/organized/code-examples/agent.md +388 -0
- package/.docs/organized/code-examples/ai-sdk-useChat.md +378 -0
- package/.docs/organized/code-examples/assistant-ui.md +37 -0
- package/.docs/organized/code-examples/bird-checker-with-express.md +235 -0
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +360 -0
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +250 -0
- package/.docs/organized/code-examples/client-side-tools.md +69 -0
- package/.docs/organized/code-examples/crypto-chatbot.md +96 -0
- package/.docs/organized/code-examples/fireworks-r1.md +159 -0
- package/.docs/organized/code-examples/mcp-registry-registry.md +63 -0
- package/.docs/organized/code-examples/memory-todo-agent.md +164 -0
- package/.docs/organized/code-examples/memory-with-context.md +167 -0
- package/.docs/organized/code-examples/memory-with-libsql.md +204 -0
- package/.docs/organized/code-examples/memory-with-mem0.md +121 -0
- package/.docs/organized/code-examples/memory-with-pg.md +224 -0
- package/.docs/organized/code-examples/memory-with-upstash.md +268 -0
- package/.docs/organized/code-examples/quick-start.md +129 -0
- package/.docs/organized/code-examples/stock-price-tool.md +124 -0
- package/.docs/organized/code-examples/weather-agent.md +353 -0
- package/.docs/organized/code-examples/workflow-ai-recruiter.md +159 -0
- package/.docs/organized/code-examples/workflow-with-inline-steps.md +111 -0
- package/.docs/organized/code-examples/workflow-with-memory.md +393 -0
- package/.docs/organized/code-examples/workflow-with-separate-steps.md +131 -0
- package/.docs/raw/agents/adding-tools.mdx +317 -0
- package/.docs/raw/agents/adding-voice.mdx +175 -0
- package/.docs/raw/agents/agent-memory.mdx +62 -0
- package/.docs/raw/agents/mcp-guide.mdx +215 -0
- package/.docs/raw/agents/overview.mdx +303 -0
- package/.docs/raw/community/discord.mdx +12 -0
- package/.docs/raw/community/licensing.mdx +63 -0
- package/.docs/raw/deployment/client.mdx +120 -0
- package/.docs/raw/deployment/deployment.mdx +127 -0
- package/.docs/raw/deployment/server.mdx +282 -0
- package/.docs/raw/evals/custom-eval.mdx +22 -0
- package/.docs/raw/evals/overview.mdx +95 -0
- package/.docs/raw/evals/running-in-ci.mdx +81 -0
- package/.docs/raw/evals/textual-evals.mdx +54 -0
- package/.docs/raw/faq/index.mdx +63 -0
- package/.docs/raw/frameworks/ai-sdk.mdx +296 -0
- package/.docs/raw/frameworks/next-js.mdx +238 -0
- package/.docs/raw/getting-started/installation.mdx +442 -0
- package/.docs/raw/getting-started/mcp-docs-server.mdx +141 -0
- package/.docs/raw/getting-started/project-structure.mdx +80 -0
- package/.docs/raw/index.mdx +22 -0
- package/.docs/raw/integrations/index.mdx +213 -0
- package/.docs/raw/local-dev/add-to-existing-project.mdx +48 -0
- package/.docs/raw/local-dev/creating-a-new-project.mdx +54 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +108 -0
- package/.docs/raw/memory/memory-processors.mdx +131 -0
- package/.docs/raw/memory/overview.mdx +119 -0
- package/.docs/raw/memory/semantic-recall.mdx +122 -0
- package/.docs/raw/memory/working-memory.mdx +87 -0
- package/.docs/raw/observability/logging.mdx +38 -0
- package/.docs/raw/observability/nextjs-tracing.mdx +108 -0
- package/.docs/raw/observability/tracing.mdx +115 -0
- package/.docs/raw/rag/chunking-and-embedding.mdx +156 -0
- package/.docs/raw/rag/overview.mdx +85 -0
- package/.docs/raw/rag/retrieval.mdx +365 -0
- package/.docs/raw/rag/vector-databases.mdx +340 -0
- package/.docs/raw/reference/agents/createTool.mdx +229 -0
- package/.docs/raw/reference/agents/generate.mdx +334 -0
- package/.docs/raw/reference/agents/getAgent.mdx +54 -0
- package/.docs/raw/reference/agents/stream.mdx +369 -0
- package/.docs/raw/reference/cli/build.mdx +55 -0
- package/.docs/raw/reference/cli/dev.mdx +134 -0
- package/.docs/raw/reference/cli/init.mdx +43 -0
- package/.docs/raw/reference/client-js/agents.mdx +107 -0
- package/.docs/raw/reference/client-js/error-handling.mdx +38 -0
- package/.docs/raw/reference/client-js/logs.mdx +24 -0
- package/.docs/raw/reference/client-js/memory.mdx +97 -0
- package/.docs/raw/reference/client-js/telemetry.mdx +20 -0
- package/.docs/raw/reference/client-js/tools.mdx +44 -0
- package/.docs/raw/reference/client-js/vectors.mdx +79 -0
- package/.docs/raw/reference/client-js/workflows.mdx +136 -0
- package/.docs/raw/reference/core/mastra-class.mdx +232 -0
- package/.docs/raw/reference/deployer/cloudflare.mdx +207 -0
- package/.docs/raw/reference/deployer/deployer.mdx +159 -0
- package/.docs/raw/reference/deployer/netlify.mdx +109 -0
- package/.docs/raw/reference/deployer/vercel.mdx +117 -0
- package/.docs/raw/reference/evals/answer-relevancy.mdx +186 -0
- package/.docs/raw/reference/evals/bias.mdx +186 -0
- package/.docs/raw/reference/evals/completeness.mdx +174 -0
- package/.docs/raw/reference/evals/content-similarity.mdx +183 -0
- package/.docs/raw/reference/evals/context-position.mdx +190 -0
- package/.docs/raw/reference/evals/context-precision.mdx +189 -0
- package/.docs/raw/reference/evals/context-relevancy.mdx +188 -0
- package/.docs/raw/reference/evals/contextual-recall.mdx +191 -0
- package/.docs/raw/reference/evals/faithfulness.mdx +193 -0
- package/.docs/raw/reference/evals/hallucination.mdx +219 -0
- package/.docs/raw/reference/evals/keyword-coverage.mdx +176 -0
- package/.docs/raw/reference/evals/prompt-alignment.mdx +238 -0
- package/.docs/raw/reference/evals/summarization.mdx +205 -0
- package/.docs/raw/reference/evals/textual-difference.mdx +161 -0
- package/.docs/raw/reference/evals/tone-consistency.mdx +181 -0
- package/.docs/raw/reference/evals/toxicity.mdx +165 -0
- package/.docs/raw/reference/index.mdx +12 -0
- package/.docs/raw/reference/memory/Memory.mdx +212 -0
- package/.docs/raw/reference/memory/createThread.mdx +95 -0
- package/.docs/raw/reference/memory/getThreadById.mdx +46 -0
- package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +48 -0
- package/.docs/raw/reference/memory/query.mdx +167 -0
- package/.docs/raw/reference/networks/agent-network.mdx +159 -0
- package/.docs/raw/reference/observability/create-logger.mdx +106 -0
- package/.docs/raw/reference/observability/logger.mdx +55 -0
- package/.docs/raw/reference/observability/otel-config.mdx +120 -0
- package/.docs/raw/reference/observability/providers/braintrust.mdx +40 -0
- package/.docs/raw/reference/observability/providers/dash0.mdx +40 -0
- package/.docs/raw/reference/observability/providers/index.mdx +16 -0
- package/.docs/raw/reference/observability/providers/laminar.mdx +41 -0
- package/.docs/raw/reference/observability/providers/langfuse.mdx +51 -0
- package/.docs/raw/reference/observability/providers/langsmith.mdx +48 -0
- package/.docs/raw/reference/observability/providers/langwatch.mdx +45 -0
- package/.docs/raw/reference/observability/providers/new-relic.mdx +40 -0
- package/.docs/raw/reference/observability/providers/signoz.mdx +40 -0
- package/.docs/raw/reference/observability/providers/traceloop.mdx +40 -0
- package/.docs/raw/reference/rag/astra.mdx +258 -0
- package/.docs/raw/reference/rag/chroma.mdx +281 -0
- package/.docs/raw/reference/rag/chunk.mdx +235 -0
- package/.docs/raw/reference/rag/document.mdx +127 -0
- package/.docs/raw/reference/rag/embeddings.mdx +160 -0
- package/.docs/raw/reference/rag/extract-params.mdx +226 -0
- package/.docs/raw/reference/rag/graph-rag.mdx +182 -0
- package/.docs/raw/reference/rag/libsql.mdx +357 -0
- package/.docs/raw/reference/rag/metadata-filters.mdx +298 -0
- package/.docs/raw/reference/rag/pg.mdx +477 -0
- package/.docs/raw/reference/rag/pinecone.mdx +281 -0
- package/.docs/raw/reference/rag/qdrant.mdx +236 -0
- package/.docs/raw/reference/rag/rerank.mdx +212 -0
- package/.docs/raw/reference/rag/turbopuffer.mdx +249 -0
- package/.docs/raw/reference/rag/upstash.mdx +247 -0
- package/.docs/raw/reference/rag/vectorize.mdx +298 -0
- package/.docs/raw/reference/storage/libsql.mdx +74 -0
- package/.docs/raw/reference/storage/postgresql.mdx +48 -0
- package/.docs/raw/reference/storage/upstash.mdx +86 -0
- package/.docs/raw/reference/tools/client.mdx +207 -0
- package/.docs/raw/reference/tools/document-chunker-tool.mdx +141 -0
- package/.docs/raw/reference/tools/graph-rag-tool.mdx +154 -0
- package/.docs/raw/reference/tools/mcp-configuration.mdx +206 -0
- package/.docs/raw/reference/tools/vector-query-tool.mdx +212 -0
- package/.docs/raw/reference/voice/composite-voice.mdx +140 -0
- package/.docs/raw/reference/voice/deepgram.mdx +164 -0
- package/.docs/raw/reference/voice/elevenlabs.mdx +216 -0
- package/.docs/raw/reference/voice/google.mdx +198 -0
- package/.docs/raw/reference/voice/mastra-voice.mdx +394 -0
- package/.docs/raw/reference/voice/murf.mdx +251 -0
- package/.docs/raw/reference/voice/openai-realtime.mdx +431 -0
- package/.docs/raw/reference/voice/openai.mdx +168 -0
- package/.docs/raw/reference/voice/playai.mdx +159 -0
- package/.docs/raw/reference/voice/sarvam.mdx +260 -0
- package/.docs/raw/reference/voice/speechify.mdx +145 -0
- package/.docs/raw/reference/voice/voice.answer.mdx +122 -0
- package/.docs/raw/reference/voice/voice.connect.mdx +124 -0
- package/.docs/raw/reference/voice/voice.listen.mdx +195 -0
- package/.docs/raw/reference/voice/voice.on.mdx +189 -0
- package/.docs/raw/reference/voice/voice.send.mdx +118 -0
- package/.docs/raw/reference/voice/voice.speak.mdx +203 -0
- package/.docs/raw/reference/workflows/after.mdx +88 -0
- package/.docs/raw/reference/workflows/afterEvent.mdx +76 -0
- package/.docs/raw/reference/workflows/commit.mdx +37 -0
- package/.docs/raw/reference/workflows/createRun.mdx +77 -0
- package/.docs/raw/reference/workflows/else.mdx +72 -0
- package/.docs/raw/reference/workflows/events.mdx +305 -0
- package/.docs/raw/reference/workflows/execute.mdx +110 -0
- package/.docs/raw/reference/workflows/if.mdx +107 -0
- package/.docs/raw/reference/workflows/resume.mdx +155 -0
- package/.docs/raw/reference/workflows/resumeWithEvent.mdx +133 -0
- package/.docs/raw/reference/workflows/snapshots.mdx +207 -0
- package/.docs/raw/reference/workflows/start.mdx +84 -0
- package/.docs/raw/reference/workflows/step-class.mdx +100 -0
- package/.docs/raw/reference/workflows/step-condition.mdx +134 -0
- package/.docs/raw/reference/workflows/step-function.mdx +92 -0
- package/.docs/raw/reference/workflows/step-options.mdx +69 -0
- package/.docs/raw/reference/workflows/step-retries.mdx +203 -0
- package/.docs/raw/reference/workflows/suspend.mdx +70 -0
- package/.docs/raw/reference/workflows/then.mdx +74 -0
- package/.docs/raw/reference/workflows/until.mdx +165 -0
- package/.docs/raw/reference/workflows/watch.mdx +118 -0
- package/.docs/raw/reference/workflows/while.mdx +168 -0
- package/.docs/raw/reference/workflows/workflow.mdx +233 -0
- package/.docs/raw/storage/overview.mdx +378 -0
- package/.docs/raw/voice/overview.mdx +135 -0
- package/.docs/raw/voice/speech-to-text.mdx +45 -0
- package/.docs/raw/voice/text-to-speech.mdx +52 -0
- package/.docs/raw/voice/voice-to-voice.mdx +310 -0
- package/.docs/raw/workflows/control-flow.mdx +778 -0
- package/.docs/raw/workflows/dynamic-workflows.mdx +236 -0
- package/.docs/raw/workflows/error-handling.mdx +183 -0
- package/.docs/raw/workflows/nested-workflows.mdx +352 -0
- package/.docs/raw/workflows/overview.mdx +203 -0
- package/.docs/raw/workflows/steps.mdx +108 -0
- package/.docs/raw/workflows/suspend-and-resume.mdx +404 -0
- package/.docs/raw/workflows/variables.mdx +313 -0
- package/LICENSE.md +46 -0
- package/README.md +129 -0
- package/dist/_tsup-dts-rollup.d.ts +149 -0
- package/dist/chunk-QWYMT5LP.js +194 -0
- package/dist/prepare-docs/prepare.d.ts +1 -0
- package/dist/prepare-docs/prepare.js +1 -0
- package/dist/stdio.d.ts +1 -0
- package/dist/stdio.js +518 -0
- package/package.json +60 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/turbopuffer
|
|
2
|
+
|
|
3
|
+
## 0.0.10-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
|
|
10
|
+
## 0.0.10-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0bcc862]
|
|
15
|
+
- @mastra/core@0.8.3-alpha.2
|
|
16
|
+
|
|
17
|
+
## 0.0.10-alpha.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
22
|
+
- Updated dependencies [32e7b71]
|
|
23
|
+
- Updated dependencies [37bb612]
|
|
24
|
+
- @mastra/core@0.8.3-alpha.1
|
|
25
|
+
|
|
26
|
+
## 0.0.10-alpha.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [359b089]
|
|
31
|
+
- @mastra/core@0.8.3-alpha.0
|
|
32
|
+
|
|
33
|
+
## 0.0.9
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [a06aadc]
|
|
38
|
+
- @mastra/core@0.8.2
|
|
39
|
+
|
|
40
|
+
## 0.0.9-alpha.0
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [a06aadc]
|
|
45
|
+
- @mastra/core@0.8.2-alpha.0
|
|
46
|
+
|
|
47
|
+
## 0.0.8
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [99e2998]
|
|
52
|
+
- Updated dependencies [8fdb414]
|
|
53
|
+
- @mastra/core@0.8.1
|
|
54
|
+
|
|
55
|
+
## 0.0.8-alpha.0
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- Updated dependencies [99e2998]
|
|
60
|
+
- Updated dependencies [8fdb414]
|
|
61
|
+
- @mastra/core@0.8.1-alpha.0
|
|
62
|
+
|
|
63
|
+
## 0.0.7
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies [56c31b7]
|
|
68
|
+
- Updated dependencies [619c39d]
|
|
69
|
+
- Updated dependencies [5ae0180]
|
|
70
|
+
- Updated dependencies [fe56be0]
|
|
71
|
+
- Updated dependencies [93875ed]
|
|
72
|
+
- Updated dependencies [107bcfe]
|
|
73
|
+
- Updated dependencies [9bfa12b]
|
|
74
|
+
- Updated dependencies [515ebfb]
|
|
75
|
+
- Updated dependencies [5b4e19f]
|
|
76
|
+
- Updated dependencies [dbbbf80]
|
|
77
|
+
- Updated dependencies [a0967a0]
|
|
78
|
+
- Updated dependencies [fca3b21]
|
|
79
|
+
- Updated dependencies [88fa727]
|
|
80
|
+
- Updated dependencies [f37f535]
|
|
81
|
+
- Updated dependencies [a3f0e90]
|
|
82
|
+
- Updated dependencies [4d67826]
|
|
83
|
+
- Updated dependencies [6330967]
|
|
84
|
+
- Updated dependencies [8393832]
|
|
85
|
+
- Updated dependencies [6330967]
|
|
86
|
+
- Updated dependencies [99d43b9]
|
|
87
|
+
- Updated dependencies [d7e08e8]
|
|
88
|
+
- Updated dependencies [febc8a6]
|
|
89
|
+
- Updated dependencies [7599d77]
|
|
90
|
+
- Updated dependencies [0118361]
|
|
91
|
+
- Updated dependencies [619c39d]
|
|
92
|
+
- Updated dependencies [cafae83]
|
|
93
|
+
- Updated dependencies [8076ecf]
|
|
94
|
+
- Updated dependencies [8df4a77]
|
|
95
|
+
- Updated dependencies [304397c]
|
|
96
|
+
- @mastra/core@0.8.0
|
|
97
|
+
|
|
98
|
+
## 0.0.7-alpha.8
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- Updated dependencies [8df4a77]
|
|
103
|
+
- @mastra/core@0.8.0-alpha.8
|
|
104
|
+
|
|
105
|
+
## 0.0.7-alpha.7
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- Updated dependencies [febc8a6]
|
|
110
|
+
- @mastra/core@0.8.0-alpha.7
|
|
111
|
+
|
|
112
|
+
## 0.0.7-alpha.6
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [a3f0e90]
|
|
117
|
+
- @mastra/core@0.8.0-alpha.6
|
|
118
|
+
|
|
119
|
+
## 0.0.7-alpha.5
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- Updated dependencies [93875ed]
|
|
124
|
+
- @mastra/core@0.8.0-alpha.5
|
|
125
|
+
|
|
126
|
+
## 0.0.7-alpha.4
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- Updated dependencies [d7e08e8]
|
|
131
|
+
- @mastra/core@0.8.0-alpha.4
|
|
132
|
+
|
|
133
|
+
## 0.0.7-alpha.3
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- Updated dependencies [5ae0180]
|
|
138
|
+
- Updated dependencies [9bfa12b]
|
|
139
|
+
- Updated dependencies [515ebfb]
|
|
140
|
+
- Updated dependencies [88fa727]
|
|
141
|
+
- Updated dependencies [f37f535]
|
|
142
|
+
- Updated dependencies [4d67826]
|
|
143
|
+
- Updated dependencies [6330967]
|
|
144
|
+
- Updated dependencies [8393832]
|
|
145
|
+
- Updated dependencies [6330967]
|
|
146
|
+
- @mastra/core@0.8.0-alpha.3
|
|
147
|
+
|
|
148
|
+
## 0.0.7-alpha.2
|
|
149
|
+
|
|
150
|
+
### Patch Changes
|
|
151
|
+
|
|
152
|
+
- Updated dependencies [56c31b7]
|
|
153
|
+
- Updated dependencies [dbbbf80]
|
|
154
|
+
- Updated dependencies [99d43b9]
|
|
155
|
+
- @mastra/core@0.8.0-alpha.2
|
|
156
|
+
|
|
157
|
+
## 0.0.7-alpha.1
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [619c39d]
|
|
162
|
+
- Updated dependencies [fe56be0]
|
|
163
|
+
- Updated dependencies [a0967a0]
|
|
164
|
+
- Updated dependencies [fca3b21]
|
|
165
|
+
- Updated dependencies [0118361]
|
|
166
|
+
- Updated dependencies [619c39d]
|
|
167
|
+
- @mastra/core@0.8.0-alpha.1
|
|
168
|
+
|
|
169
|
+
## 0.0.7-alpha.0
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- Updated dependencies [107bcfe]
|
|
174
|
+
- Updated dependencies [5b4e19f]
|
|
175
|
+
- Updated dependencies [7599d77]
|
|
176
|
+
- Updated dependencies [cafae83]
|
|
177
|
+
- Updated dependencies [8076ecf]
|
|
178
|
+
- Updated dependencies [304397c]
|
|
179
|
+
- @mastra/core@0.7.1-alpha.0
|
|
180
|
+
|
|
181
|
+
## 0.0.6
|
|
182
|
+
|
|
183
|
+
### Patch Changes
|
|
184
|
+
|
|
185
|
+
- Updated dependencies [b4fbc59]
|
|
186
|
+
- Updated dependencies [a838fde]
|
|
187
|
+
- Updated dependencies [a8bd4cf]
|
|
188
|
+
- Updated dependencies [7a3eeb0]
|
|
189
|
+
- Updated dependencies [0b54522]
|
|
190
|
+
- Updated dependencies [b3b34f5]
|
|
191
|
+
- Updated dependencies [1af25d5]
|
|
192
|
+
- Updated dependencies [a4686e8]
|
|
193
|
+
- Updated dependencies [6530ad1]
|
|
194
|
+
- Updated dependencies [27439ad]
|
|
195
|
+
- @mastra/core@0.7.0
|
|
196
|
+
|
|
197
|
+
## 0.0.6-alpha.3
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- Updated dependencies [b3b34f5]
|
|
202
|
+
- Updated dependencies [a4686e8]
|
|
203
|
+
- @mastra/core@0.7.0-alpha.3
|
|
204
|
+
|
|
205
|
+
## 0.0.6-alpha.2
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- Updated dependencies [a838fde]
|
|
210
|
+
- Updated dependencies [a8bd4cf]
|
|
211
|
+
- Updated dependencies [7a3eeb0]
|
|
212
|
+
- Updated dependencies [6530ad1]
|
|
213
|
+
- @mastra/core@0.7.0-alpha.2
|
|
214
|
+
|
|
215
|
+
## 0.0.6-alpha.1
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- Updated dependencies [0b54522]
|
|
220
|
+
- Updated dependencies [1af25d5]
|
|
221
|
+
- Updated dependencies [27439ad]
|
|
222
|
+
- @mastra/core@0.7.0-alpha.1
|
|
223
|
+
|
|
224
|
+
## 0.0.6-alpha.0
|
|
225
|
+
|
|
226
|
+
### Patch Changes
|
|
227
|
+
|
|
228
|
+
- Updated dependencies [b4fbc59]
|
|
229
|
+
- @mastra/core@0.6.5-alpha.0
|
|
230
|
+
|
|
231
|
+
## 0.0.5
|
|
232
|
+
|
|
233
|
+
### Patch Changes
|
|
234
|
+
|
|
235
|
+
- Updated dependencies [6794797]
|
|
236
|
+
- Updated dependencies [fb68a80]
|
|
237
|
+
- Updated dependencies [b56a681]
|
|
238
|
+
- Updated dependencies [248cb07]
|
|
239
|
+
- @mastra/core@0.6.4
|
|
240
|
+
|
|
241
|
+
## 0.0.5-alpha.1
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- Updated dependencies [6794797]
|
|
246
|
+
- @mastra/core@0.6.4-alpha.1
|
|
247
|
+
|
|
248
|
+
## 0.0.5-alpha.0
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- Updated dependencies [fb68a80]
|
|
253
|
+
- Updated dependencies [b56a681]
|
|
254
|
+
- Updated dependencies [248cb07]
|
|
255
|
+
- @mastra/core@0.6.4-alpha.0
|
|
256
|
+
|
|
257
|
+
## 0.0.4
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- 404640e: AgentNetwork changeset
|
|
262
|
+
- Updated dependencies [404640e]
|
|
263
|
+
- Updated dependencies [3bce733]
|
|
264
|
+
- @mastra/core@0.6.3
|
|
265
|
+
|
|
266
|
+
## 0.0.4-alpha.1
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- Updated dependencies [3bce733]
|
|
271
|
+
- @mastra/core@0.6.3-alpha.1
|
|
272
|
+
|
|
273
|
+
## 0.0.4-alpha.0
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- 404640e: AgentNetwork changeset
|
|
278
|
+
- Updated dependencies [404640e]
|
|
279
|
+
- @mastra/core@0.6.3-alpha.0
|
|
280
|
+
|
|
281
|
+
## 0.0.3
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- Updated dependencies [beaf1c2]
|
|
286
|
+
- Updated dependencies [3084e13]
|
|
287
|
+
- @mastra/core@0.6.2
|
|
288
|
+
|
|
289
|
+
## 0.0.3-alpha.0
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Updated dependencies [beaf1c2]
|
|
294
|
+
- Updated dependencies [3084e13]
|
|
295
|
+
- @mastra/core@0.6.2-alpha.0
|
|
296
|
+
|
|
297
|
+
## 0.0.2
|
|
298
|
+
|
|
299
|
+
### Patch Changes
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 70 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/upstash
|
|
2
|
+
|
|
3
|
+
## 0.2.5-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
|
|
10
|
+
## 0.2.5-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0bcc862]
|
|
15
|
+
- @mastra/core@0.8.3-alpha.2
|
|
16
|
+
|
|
17
|
+
## 0.2.5-alpha.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
22
|
+
- Updated dependencies [32e7b71]
|
|
23
|
+
- Updated dependencies [37bb612]
|
|
24
|
+
- @mastra/core@0.8.3-alpha.1
|
|
25
|
+
|
|
26
|
+
## 0.2.5-alpha.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [359b089]
|
|
31
|
+
- @mastra/core@0.8.3-alpha.0
|
|
32
|
+
|
|
33
|
+
## 0.2.4
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [a06aadc]
|
|
38
|
+
- @mastra/core@0.8.2
|
|
39
|
+
|
|
40
|
+
## 0.2.4-alpha.0
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [a06aadc]
|
|
45
|
+
- @mastra/core@0.8.2-alpha.0
|
|
46
|
+
|
|
47
|
+
## 0.2.3
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [99e2998]
|
|
52
|
+
- Updated dependencies [8fdb414]
|
|
53
|
+
- @mastra/core@0.8.1
|
|
54
|
+
|
|
55
|
+
## 0.2.3-alpha.0
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- Updated dependencies [99e2998]
|
|
60
|
+
- Updated dependencies [8fdb414]
|
|
61
|
+
- @mastra/core@0.8.1-alpha.0
|
|
62
|
+
|
|
63
|
+
## 0.2.2
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- b7c1319: Upstash getTraces method
|
|
68
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
69
|
+
- 4d67826: Fix eval writes, remove id column
|
|
70
|
+
- 58a4146: Support missing methods in pg and upstash
|
|
71
|
+
- Updated dependencies [56c31b7]
|
|
72
|
+
- Updated dependencies [619c39d]
|
|
73
|
+
- Updated dependencies [5ae0180]
|
|
74
|
+
- Updated dependencies [fe56be0]
|
|
75
|
+
- Updated dependencies [93875ed]
|
|
76
|
+
- Updated dependencies [107bcfe]
|
|
77
|
+
- Updated dependencies [9bfa12b]
|
|
78
|
+
- Updated dependencies [515ebfb]
|
|
79
|
+
- Updated dependencies [5b4e19f]
|
|
80
|
+
- Updated dependencies [dbbbf80]
|
|
81
|
+
- Updated dependencies [a0967a0]
|
|
82
|
+
- Updated dependencies [fca3b21]
|
|
83
|
+
- Updated dependencies [88fa727]
|
|
84
|
+
- Updated dependencies [f37f535]
|
|
85
|
+
- Updated dependencies [a3f0e90]
|
|
86
|
+
- Updated dependencies [4d67826]
|
|
87
|
+
- Updated dependencies [6330967]
|
|
88
|
+
- Updated dependencies [8393832]
|
|
89
|
+
- Updated dependencies [6330967]
|
|
90
|
+
- Updated dependencies [99d43b9]
|
|
91
|
+
- Updated dependencies [d7e08e8]
|
|
92
|
+
- Updated dependencies [febc8a6]
|
|
93
|
+
- Updated dependencies [7599d77]
|
|
94
|
+
- Updated dependencies [0118361]
|
|
95
|
+
- Updated dependencies [619c39d]
|
|
96
|
+
- Updated dependencies [cafae83]
|
|
97
|
+
- Updated dependencies [8076ecf]
|
|
98
|
+
- Updated dependencies [8df4a77]
|
|
99
|
+
- Updated dependencies [304397c]
|
|
100
|
+
- @mastra/core@0.8.0
|
|
101
|
+
|
|
102
|
+
## 0.2.2-alpha.8
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- b7c1319: Upstash getTraces method
|
|
107
|
+
- Updated dependencies [8df4a77]
|
|
108
|
+
- @mastra/core@0.8.0-alpha.8
|
|
109
|
+
|
|
110
|
+
## 0.2.2-alpha.7
|
|
111
|
+
|
|
112
|
+
### Patch Changes
|
|
113
|
+
|
|
114
|
+
- Updated dependencies [febc8a6]
|
|
115
|
+
- @mastra/core@0.8.0-alpha.7
|
|
116
|
+
|
|
117
|
+
## 0.2.2-alpha.6
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [a3f0e90]
|
|
122
|
+
- @mastra/core@0.8.0-alpha.6
|
|
123
|
+
|
|
124
|
+
## 0.2.2-alpha.5
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- Updated dependencies [93875ed]
|
|
129
|
+
- @mastra/core@0.8.0-alpha.5
|
|
130
|
+
|
|
131
|
+
## 0.2.2-alpha.4
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- Updated dependencies [d7e08e8]
|
|
136
|
+
- @mastra/core@0.8.0-alpha.4
|
|
137
|
+
|
|
138
|
+
## 0.2.2-alpha.3
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
143
|
+
- 4d67826: Fix eval writes, remove id column
|
|
144
|
+
- 58a4146: Support missing methods in pg and upstash
|
|
145
|
+
- Updated dependencies [5ae0180]
|
|
146
|
+
- Updated dependencies [9bfa12b]
|
|
147
|
+
- Updated dependencies [515ebfb]
|
|
148
|
+
- Updated dependencies [88fa727]
|
|
149
|
+
- Updated dependencies [f37f535]
|
|
150
|
+
- Updated dependencies [4d67826]
|
|
151
|
+
- Updated dependencies [6330967]
|
|
152
|
+
- Updated dependencies [8393832]
|
|
153
|
+
- Updated dependencies [6330967]
|
|
154
|
+
- @mastra/core@0.8.0-alpha.3
|
|
155
|
+
|
|
156
|
+
## 0.2.2-alpha.2
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- Updated dependencies [56c31b7]
|
|
161
|
+
- Updated dependencies [dbbbf80]
|
|
162
|
+
- Updated dependencies [99d43b9]
|
|
163
|
+
- @mastra/core@0.8.0-alpha.2
|
|
164
|
+
|
|
165
|
+
## 0.2.2-alpha.1
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- Updated dependencies [619c39d]
|
|
170
|
+
- Updated dependencies [fe56be0]
|
|
171
|
+
- Updated dependencies [a0967a0]
|
|
172
|
+
- Updated dependencies [fca3b21]
|
|
173
|
+
- Updated dependencies [0118361]
|
|
174
|
+
- Updated dependencies [619c39d]
|
|
175
|
+
- @mastra/core@0.8.0-alpha.1
|
|
176
|
+
|
|
177
|
+
## 0.2.2-alpha.0
|
|
178
|
+
|
|
179
|
+
### Patch Changes
|
|
180
|
+
|
|
181
|
+
- Updated dependencies [107bcfe]
|
|
182
|
+
- Updated dependencies [5b4e19f]
|
|
183
|
+
- Updated dependencies [7599d77]
|
|
184
|
+
- Updated dependencies [cafae83]
|
|
185
|
+
- Updated dependencies [8076ecf]
|
|
186
|
+
- Updated dependencies [304397c]
|
|
187
|
+
- @mastra/core@0.7.1-alpha.0
|
|
188
|
+
|
|
189
|
+
## 0.2.1
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- Updated dependencies [b4fbc59]
|
|
194
|
+
- Updated dependencies [a838fde]
|
|
195
|
+
- Updated dependencies [a8bd4cf]
|
|
196
|
+
- Updated dependencies [7a3eeb0]
|
|
197
|
+
- Updated dependencies [0b54522]
|
|
198
|
+
- Updated dependencies [b3b34f5]
|
|
199
|
+
- Updated dependencies [1af25d5]
|
|
200
|
+
- Updated dependencies [a4686e8]
|
|
201
|
+
- Updated dependencies [6530ad1]
|
|
202
|
+
- Updated dependencies [27439ad]
|
|
203
|
+
- @mastra/core@0.7.0
|
|
204
|
+
|
|
205
|
+
## 0.2.1-alpha.3
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- Updated dependencies [b3b34f5]
|
|
210
|
+
- Updated dependencies [a4686e8]
|
|
211
|
+
- @mastra/core@0.7.0-alpha.3
|
|
212
|
+
|
|
213
|
+
## 0.2.1-alpha.2
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Updated dependencies [a838fde]
|
|
218
|
+
- Updated dependencies [a8bd4cf]
|
|
219
|
+
- Updated dependencies [7a3eeb0]
|
|
220
|
+
- Updated dependencies [6530ad1]
|
|
221
|
+
- @mastra/core@0.7.0-alpha.2
|
|
222
|
+
|
|
223
|
+
## 0.2.1-alpha.1
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- Updated dependencies [0b54522]
|
|
228
|
+
- Updated dependencies [1af25d5]
|
|
229
|
+
- Updated dependencies [27439ad]
|
|
230
|
+
- @mastra/core@0.7.0-alpha.1
|
|
231
|
+
|
|
232
|
+
## 0.2.1-alpha.0
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- Updated dependencies [b4fbc59]
|
|
237
|
+
- @mastra/core@0.6.5-alpha.0
|
|
238
|
+
|
|
239
|
+
## 0.2.0
|
|
240
|
+
|
|
241
|
+
### Minor Changes
|
|
242
|
+
|
|
243
|
+
- c0b2496: Added new operations implementations for MastraVector methods in upstash store
|
|
244
|
+
|
|
245
|
+
### Patch Changes
|
|
246
|
+
|
|
247
|
+
- 7911ddf: Sanitize redis keys on workflow snapshot storage
|
|
248
|
+
- Updated dependencies [6794797]
|
|
249
|
+
- Updated dependencies [fb68a80]
|
|
250
|
+
- Updated dependencies [b56a681]
|
|
251
|
+
- Updated dependencies [248cb07]
|
|
252
|
+
- @mastra/core@0.6.4
|
|
253
|
+
|
|
254
|
+
## 0.2.0-alpha.1
|
|
255
|
+
|
|
256
|
+
### Minor Changes
|
|
257
|
+
|
|
258
|
+
- c0b2496: Added new operations implementations for MastraVector methods in upstash store
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- Updated dependencies [6794797]
|
|
263
|
+
- @mastra/core@0.6.4-alpha.1
|
|
264
|
+
|
|
265
|
+
## 0.1.13-alpha.0
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- 7911ddf: Sanitize redis keys on workflow snapshot storage
|
|
270
|
+
- Updated dependencies [fb68a80]
|
|
271
|
+
- Updated dependencies [b56a681]
|
|
272
|
+
- Updated dependencies [248cb07]
|
|
273
|
+
- @mastra/core@0.6.4-alpha.0
|
|
274
|
+
|
|
275
|
+
## 0.1.12
|
|
276
|
+
|
|
277
|
+
### Patch Changes
|
|
278
|
+
|
|
279
|
+
- 404640e: AgentNetwork changeset
|
|
280
|
+
- Updated dependencies [404640e]
|
|
281
|
+
- Updated dependencies [3bce733]
|
|
282
|
+
- @mastra/core@0.6.3
|
|
283
|
+
|
|
284
|
+
## 0.1.12-alpha.1
|
|
285
|
+
|
|
286
|
+
### Patch Changes
|
|
287
|
+
|
|
288
|
+
- Updated dependencies [3bce733]
|
|
289
|
+
- @mastra/core@0.6.3-alpha.1
|
|
290
|
+
|
|
291
|
+
## 0.1.12-alpha.0
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- 404640e: AgentNetwork changeset
|
|
296
|
+
- Updated dependencies [404640e]
|
|
297
|
+
- @mastra/core@0.6.3-alpha.0
|
|
298
|
+
|
|
299
|
+
## 0.1.11
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 803 more lines hidden. See full changelog in package directory.
|