@mastra/mcp-docs-server 0.0.0-a2a-20250421213654
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 +253 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +16 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +202 -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 +113 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +281 -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 +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +302 -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 +426 -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 +331 -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 +288 -0
- package/.docs/raw/agents/adding-voice.mdx +200 -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/agents/runtime-variables.mdx +137 -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/overview.mdx +63 -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/model-capability.mdx +11 -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 +124 -0
- package/.docs/raw/mastra-cloud/deploying.mdx +136 -0
- package/.docs/raw/mastra-cloud/observability.mdx +163 -0
- package/.docs/raw/mastra-cloud/overview.mdx +57 -0
- package/.docs/raw/mastra-cloud/setting-up.mdx +122 -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 +126 -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 +212 -0
- package/.docs/raw/reference/deployer/deployer.mdx +159 -0
- package/.docs/raw/reference/deployer/netlify.mdx +116 -0
- package/.docs/raw/reference/deployer/vercel.mdx +122 -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 +249 -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 +501 -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/cloudflare-d1.mdx +89 -0
- package/.docs/raw/reference/storage/cloudflare.mdx +93 -0
- package/.docs/raw/reference/storage/libsql.mdx +74 -0
- package/.docs/raw/reference/storage/postgresql.mdx +93 -0
- package/.docs/raw/reference/storage/upstash.mdx +86 -0
- package/.docs/raw/reference/tools/client.mdx +321 -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 +222 -0
- package/.docs/raw/reference/tools/vector-query-tool.mdx +212 -0
- package/.docs/raw/reference/voice/azure.mdx +215 -0
- package/.docs/raw/reference/voice/cloudflare.mdx +152 -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 +432 -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.addInstructions.mdx +70 -0
- package/.docs/raw/reference/voice/voice.addTools.mdx +77 -0
- package/.docs/raw/reference/voice/voice.answer.mdx +69 -0
- package/.docs/raw/reference/voice/voice.close.mdx +56 -0
- package/.docs/raw/reference/voice/voice.connect.mdx +124 -0
- package/.docs/raw/reference/voice/voice.events.mdx +80 -0
- package/.docs/raw/reference/voice/voice.getSpeakers.mdx +283 -0
- package/.docs/raw/reference/voice/voice.listen.mdx +198 -0
- package/.docs/raw/reference/voice/voice.off.mdx +72 -0
- package/.docs/raw/reference/voice/voice.on.mdx +129 -0
- package/.docs/raw/reference/voice/voice.send.mdx +81 -0
- package/.docs/raw/reference/voice/voice.speak.mdx +203 -0
- package/.docs/raw/reference/voice/voice.updateConfig.mdx +87 -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 +816 -0
- package/.docs/raw/voice/speech-to-speech.mdx +73 -0
- package/.docs/raw/voice/speech-to-text.mdx +84 -0
- package/.docs/raw/voice/text-to-speech.mdx +89 -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 +170 -0
- package/.docs/raw/workflows/runtime-variables.mdx +153 -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 +140 -0
- package/dist/chunk-HYPVNJL7.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 +650 -0
- package/package.json +60 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/astra
|
|
2
|
+
|
|
3
|
+
## 0.2.11-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [71d9444]
|
|
8
|
+
- @mastra/core@0.9.0-alpha.7
|
|
9
|
+
|
|
10
|
+
## 0.2.11-alpha.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [157c741]
|
|
15
|
+
- @mastra/core@0.9.0-alpha.6
|
|
16
|
+
|
|
17
|
+
## 0.2.11-alpha.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [08bb78e]
|
|
22
|
+
- @mastra/core@0.9.0-alpha.5
|
|
23
|
+
|
|
24
|
+
## 0.2.11-alpha.4
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [7e92011]
|
|
29
|
+
- @mastra/core@0.9.0-alpha.4
|
|
30
|
+
|
|
31
|
+
## 0.2.11-alpha.3
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [fe3ae4d]
|
|
36
|
+
- @mastra/core@0.9.0-alpha.3
|
|
37
|
+
|
|
38
|
+
## 0.2.11-alpha.2
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [9ee4293]
|
|
43
|
+
- @mastra/core@0.8.4-alpha.2
|
|
44
|
+
|
|
45
|
+
## 0.2.11-alpha.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [8a8a73b]
|
|
50
|
+
- Updated dependencies [6f92295]
|
|
51
|
+
- @mastra/core@0.8.4-alpha.1
|
|
52
|
+
|
|
53
|
+
## 0.2.11-alpha.0
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- Updated dependencies [03f3cd0]
|
|
58
|
+
- @mastra/core@0.8.4-alpha.0
|
|
59
|
+
|
|
60
|
+
## 0.2.10
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- ec3cbf9: add MIT license for stores/vector packages
|
|
65
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
66
|
+
- Updated dependencies [d72318f]
|
|
67
|
+
- Updated dependencies [0bcc862]
|
|
68
|
+
- Updated dependencies [10a8caf]
|
|
69
|
+
- Updated dependencies [359b089]
|
|
70
|
+
- Updated dependencies [32e7b71]
|
|
71
|
+
- Updated dependencies [37bb612]
|
|
72
|
+
- Updated dependencies [7f1b291]
|
|
73
|
+
- @mastra/core@0.8.3
|
|
74
|
+
|
|
75
|
+
## 0.2.10-alpha.5
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- ec3cbf9: add MIT license for stores/vector packages
|
|
80
|
+
- Updated dependencies [d72318f]
|
|
81
|
+
- @mastra/core@0.8.3-alpha.5
|
|
82
|
+
|
|
83
|
+
## 0.2.10-alpha.4
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [7f1b291]
|
|
88
|
+
- @mastra/core@0.8.3-alpha.4
|
|
89
|
+
|
|
90
|
+
## 0.2.10-alpha.3
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- Updated dependencies [10a8caf]
|
|
95
|
+
- @mastra/core@0.8.3-alpha.3
|
|
96
|
+
|
|
97
|
+
## 0.2.10-alpha.2
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- Updated dependencies [0bcc862]
|
|
102
|
+
- @mastra/core@0.8.3-alpha.2
|
|
103
|
+
|
|
104
|
+
## 0.2.10-alpha.1
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
109
|
+
- Updated dependencies [32e7b71]
|
|
110
|
+
- Updated dependencies [37bb612]
|
|
111
|
+
- @mastra/core@0.8.3-alpha.1
|
|
112
|
+
|
|
113
|
+
## 0.2.10-alpha.0
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [359b089]
|
|
118
|
+
- @mastra/core@0.8.3-alpha.0
|
|
119
|
+
|
|
120
|
+
## 0.2.9
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [a06aadc]
|
|
125
|
+
- @mastra/core@0.8.2
|
|
126
|
+
|
|
127
|
+
## 0.2.9-alpha.0
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- Updated dependencies [a06aadc]
|
|
132
|
+
- @mastra/core@0.8.2-alpha.0
|
|
133
|
+
|
|
134
|
+
## 0.2.8
|
|
135
|
+
|
|
136
|
+
### Patch Changes
|
|
137
|
+
|
|
138
|
+
- Updated dependencies [99e2998]
|
|
139
|
+
- Updated dependencies [8fdb414]
|
|
140
|
+
- @mastra/core@0.8.1
|
|
141
|
+
|
|
142
|
+
## 0.2.8-alpha.0
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- Updated dependencies [99e2998]
|
|
147
|
+
- Updated dependencies [8fdb414]
|
|
148
|
+
- @mastra/core@0.8.1-alpha.0
|
|
149
|
+
|
|
150
|
+
## 0.2.7
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- 866da3c: Update astra tests to check collection is empty
|
|
155
|
+
- Updated dependencies [56c31b7]
|
|
156
|
+
- Updated dependencies [619c39d]
|
|
157
|
+
- Updated dependencies [5ae0180]
|
|
158
|
+
- Updated dependencies [fe56be0]
|
|
159
|
+
- Updated dependencies [93875ed]
|
|
160
|
+
- Updated dependencies [107bcfe]
|
|
161
|
+
- Updated dependencies [9bfa12b]
|
|
162
|
+
- Updated dependencies [515ebfb]
|
|
163
|
+
- Updated dependencies [5b4e19f]
|
|
164
|
+
- Updated dependencies [dbbbf80]
|
|
165
|
+
- Updated dependencies [a0967a0]
|
|
166
|
+
- Updated dependencies [fca3b21]
|
|
167
|
+
- Updated dependencies [88fa727]
|
|
168
|
+
- Updated dependencies [f37f535]
|
|
169
|
+
- Updated dependencies [a3f0e90]
|
|
170
|
+
- Updated dependencies [4d67826]
|
|
171
|
+
- Updated dependencies [6330967]
|
|
172
|
+
- Updated dependencies [8393832]
|
|
173
|
+
- Updated dependencies [6330967]
|
|
174
|
+
- Updated dependencies [99d43b9]
|
|
175
|
+
- Updated dependencies [d7e08e8]
|
|
176
|
+
- Updated dependencies [febc8a6]
|
|
177
|
+
- Updated dependencies [7599d77]
|
|
178
|
+
- Updated dependencies [0118361]
|
|
179
|
+
- Updated dependencies [619c39d]
|
|
180
|
+
- Updated dependencies [cafae83]
|
|
181
|
+
- Updated dependencies [8076ecf]
|
|
182
|
+
- Updated dependencies [8df4a77]
|
|
183
|
+
- Updated dependencies [304397c]
|
|
184
|
+
- @mastra/core@0.8.0
|
|
185
|
+
|
|
186
|
+
## 0.2.7-alpha.8
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- Updated dependencies [8df4a77]
|
|
191
|
+
- @mastra/core@0.8.0-alpha.8
|
|
192
|
+
|
|
193
|
+
## 0.2.7-alpha.7
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- Updated dependencies [febc8a6]
|
|
198
|
+
- @mastra/core@0.8.0-alpha.7
|
|
199
|
+
|
|
200
|
+
## 0.2.7-alpha.6
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- Updated dependencies [a3f0e90]
|
|
205
|
+
- @mastra/core@0.8.0-alpha.6
|
|
206
|
+
|
|
207
|
+
## 0.2.7-alpha.5
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- Updated dependencies [93875ed]
|
|
212
|
+
- @mastra/core@0.8.0-alpha.5
|
|
213
|
+
|
|
214
|
+
## 0.2.7-alpha.4
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- Updated dependencies [d7e08e8]
|
|
219
|
+
- @mastra/core@0.8.0-alpha.4
|
|
220
|
+
|
|
221
|
+
## 0.2.7-alpha.3
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- Updated dependencies [5ae0180]
|
|
226
|
+
- Updated dependencies [9bfa12b]
|
|
227
|
+
- Updated dependencies [515ebfb]
|
|
228
|
+
- Updated dependencies [88fa727]
|
|
229
|
+
- Updated dependencies [f37f535]
|
|
230
|
+
- Updated dependencies [4d67826]
|
|
231
|
+
- Updated dependencies [6330967]
|
|
232
|
+
- Updated dependencies [8393832]
|
|
233
|
+
- Updated dependencies [6330967]
|
|
234
|
+
- @mastra/core@0.8.0-alpha.3
|
|
235
|
+
|
|
236
|
+
## 0.2.7-alpha.2
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [56c31b7]
|
|
241
|
+
- Updated dependencies [dbbbf80]
|
|
242
|
+
- Updated dependencies [99d43b9]
|
|
243
|
+
- @mastra/core@0.8.0-alpha.2
|
|
244
|
+
|
|
245
|
+
## 0.2.7-alpha.1
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- 866da3c: Update astra tests to check collection is empty
|
|
250
|
+
- Updated dependencies [619c39d]
|
|
251
|
+
- Updated dependencies [fe56be0]
|
|
252
|
+
- Updated dependencies [a0967a0]
|
|
253
|
+
- Updated dependencies [fca3b21]
|
|
254
|
+
- Updated dependencies [0118361]
|
|
255
|
+
- Updated dependencies [619c39d]
|
|
256
|
+
- @mastra/core@0.8.0-alpha.1
|
|
257
|
+
|
|
258
|
+
## 0.2.7-alpha.0
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- Updated dependencies [107bcfe]
|
|
263
|
+
- Updated dependencies [5b4e19f]
|
|
264
|
+
- Updated dependencies [7599d77]
|
|
265
|
+
- Updated dependencies [cafae83]
|
|
266
|
+
- Updated dependencies [8076ecf]
|
|
267
|
+
- Updated dependencies [304397c]
|
|
268
|
+
- @mastra/core@0.7.1-alpha.0
|
|
269
|
+
|
|
270
|
+
## 0.2.6
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- 15702ff: Updated upsert, updateIndexById, deleteIndexById for astra and updated tests for astra and vectorize
|
|
275
|
+
- Updated dependencies [b4fbc59]
|
|
276
|
+
- Updated dependencies [a838fde]
|
|
277
|
+
- Updated dependencies [a8bd4cf]
|
|
278
|
+
- Updated dependencies [7a3eeb0]
|
|
279
|
+
- Updated dependencies [0b54522]
|
|
280
|
+
- Updated dependencies [b3b34f5]
|
|
281
|
+
- Updated dependencies [1af25d5]
|
|
282
|
+
- Updated dependencies [a4686e8]
|
|
283
|
+
- Updated dependencies [6530ad1]
|
|
284
|
+
- Updated dependencies [27439ad]
|
|
285
|
+
- @mastra/core@0.7.0
|
|
286
|
+
|
|
287
|
+
## 0.2.6-alpha.3
|
|
288
|
+
|
|
289
|
+
### Patch Changes
|
|
290
|
+
|
|
291
|
+
- Updated dependencies [b3b34f5]
|
|
292
|
+
- Updated dependencies [a4686e8]
|
|
293
|
+
- @mastra/core@0.7.0-alpha.3
|
|
294
|
+
|
|
295
|
+
## 0.2.6-alpha.2
|
|
296
|
+
|
|
297
|
+
### Patch Changes
|
|
298
|
+
|
|
299
|
+
- Updated dependencies [a838fde]
|
|
300
|
+
- Updated dependencies [a8bd4cf]
|
|
301
|
+
|
|
302
|
+
... 1110 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/chroma
|
|
2
|
+
|
|
3
|
+
## 0.2.11-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [71d9444]
|
|
8
|
+
- @mastra/core@0.9.0-alpha.7
|
|
9
|
+
|
|
10
|
+
## 0.2.11-alpha.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [157c741]
|
|
15
|
+
- @mastra/core@0.9.0-alpha.6
|
|
16
|
+
|
|
17
|
+
## 0.2.11-alpha.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [08bb78e]
|
|
22
|
+
- @mastra/core@0.9.0-alpha.5
|
|
23
|
+
|
|
24
|
+
## 0.2.11-alpha.4
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [7e92011]
|
|
29
|
+
- @mastra/core@0.9.0-alpha.4
|
|
30
|
+
|
|
31
|
+
## 0.2.11-alpha.3
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [fe3ae4d]
|
|
36
|
+
- @mastra/core@0.9.0-alpha.3
|
|
37
|
+
|
|
38
|
+
## 0.2.11-alpha.2
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [9ee4293]
|
|
43
|
+
- @mastra/core@0.8.4-alpha.2
|
|
44
|
+
|
|
45
|
+
## 0.2.11-alpha.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [8a8a73b]
|
|
50
|
+
- Updated dependencies [6f92295]
|
|
51
|
+
- @mastra/core@0.8.4-alpha.1
|
|
52
|
+
|
|
53
|
+
## 0.2.11-alpha.0
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- Updated dependencies [03f3cd0]
|
|
58
|
+
- @mastra/core@0.8.4-alpha.0
|
|
59
|
+
|
|
60
|
+
## 0.2.10
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- ec3cbf9: add MIT license for stores/vector packages
|
|
65
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
66
|
+
- Updated dependencies [d72318f]
|
|
67
|
+
- Updated dependencies [0bcc862]
|
|
68
|
+
- Updated dependencies [10a8caf]
|
|
69
|
+
- Updated dependencies [359b089]
|
|
70
|
+
- Updated dependencies [32e7b71]
|
|
71
|
+
- Updated dependencies [37bb612]
|
|
72
|
+
- Updated dependencies [7f1b291]
|
|
73
|
+
- @mastra/core@0.8.3
|
|
74
|
+
|
|
75
|
+
## 0.2.10-alpha.5
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- ec3cbf9: add MIT license for stores/vector packages
|
|
80
|
+
- Updated dependencies [d72318f]
|
|
81
|
+
- @mastra/core@0.8.3-alpha.5
|
|
82
|
+
|
|
83
|
+
## 0.2.10-alpha.4
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [7f1b291]
|
|
88
|
+
- @mastra/core@0.8.3-alpha.4
|
|
89
|
+
|
|
90
|
+
## 0.2.10-alpha.3
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- Updated dependencies [10a8caf]
|
|
95
|
+
- @mastra/core@0.8.3-alpha.3
|
|
96
|
+
|
|
97
|
+
## 0.2.10-alpha.2
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- Updated dependencies [0bcc862]
|
|
102
|
+
- @mastra/core@0.8.3-alpha.2
|
|
103
|
+
|
|
104
|
+
## 0.2.10-alpha.1
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
109
|
+
- Updated dependencies [32e7b71]
|
|
110
|
+
- Updated dependencies [37bb612]
|
|
111
|
+
- @mastra/core@0.8.3-alpha.1
|
|
112
|
+
|
|
113
|
+
## 0.2.10-alpha.0
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [359b089]
|
|
118
|
+
- @mastra/core@0.8.3-alpha.0
|
|
119
|
+
|
|
120
|
+
## 0.2.9
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [a06aadc]
|
|
125
|
+
- @mastra/core@0.8.2
|
|
126
|
+
|
|
127
|
+
## 0.2.9-alpha.0
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- Updated dependencies [a06aadc]
|
|
132
|
+
- @mastra/core@0.8.2-alpha.0
|
|
133
|
+
|
|
134
|
+
## 0.2.8
|
|
135
|
+
|
|
136
|
+
### Patch Changes
|
|
137
|
+
|
|
138
|
+
- Updated dependencies [99e2998]
|
|
139
|
+
- Updated dependencies [8fdb414]
|
|
140
|
+
- @mastra/core@0.8.1
|
|
141
|
+
|
|
142
|
+
## 0.2.8-alpha.0
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- Updated dependencies [99e2998]
|
|
147
|
+
- Updated dependencies [8fdb414]
|
|
148
|
+
- @mastra/core@0.8.1-alpha.0
|
|
149
|
+
|
|
150
|
+
## 0.2.7
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- a3c7b70: Update chroma version and tests
|
|
155
|
+
- Updated dependencies [56c31b7]
|
|
156
|
+
- Updated dependencies [619c39d]
|
|
157
|
+
- Updated dependencies [5ae0180]
|
|
158
|
+
- Updated dependencies [fe56be0]
|
|
159
|
+
- Updated dependencies [93875ed]
|
|
160
|
+
- Updated dependencies [107bcfe]
|
|
161
|
+
- Updated dependencies [9bfa12b]
|
|
162
|
+
- Updated dependencies [515ebfb]
|
|
163
|
+
- Updated dependencies [5b4e19f]
|
|
164
|
+
- Updated dependencies [dbbbf80]
|
|
165
|
+
- Updated dependencies [a0967a0]
|
|
166
|
+
- Updated dependencies [fca3b21]
|
|
167
|
+
- Updated dependencies [88fa727]
|
|
168
|
+
- Updated dependencies [f37f535]
|
|
169
|
+
- Updated dependencies [a3f0e90]
|
|
170
|
+
- Updated dependencies [4d67826]
|
|
171
|
+
- Updated dependencies [6330967]
|
|
172
|
+
- Updated dependencies [8393832]
|
|
173
|
+
- Updated dependencies [6330967]
|
|
174
|
+
- Updated dependencies [99d43b9]
|
|
175
|
+
- Updated dependencies [d7e08e8]
|
|
176
|
+
- Updated dependencies [febc8a6]
|
|
177
|
+
- Updated dependencies [7599d77]
|
|
178
|
+
- Updated dependencies [0118361]
|
|
179
|
+
- Updated dependencies [619c39d]
|
|
180
|
+
- Updated dependencies [cafae83]
|
|
181
|
+
- Updated dependencies [8076ecf]
|
|
182
|
+
- Updated dependencies [8df4a77]
|
|
183
|
+
- Updated dependencies [304397c]
|
|
184
|
+
- @mastra/core@0.8.0
|
|
185
|
+
|
|
186
|
+
## 0.2.7-alpha.8
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- a3c7b70: Update chroma version and tests
|
|
191
|
+
- Updated dependencies [8df4a77]
|
|
192
|
+
- @mastra/core@0.8.0-alpha.8
|
|
193
|
+
|
|
194
|
+
## 0.2.7-alpha.7
|
|
195
|
+
|
|
196
|
+
### Patch Changes
|
|
197
|
+
|
|
198
|
+
- Updated dependencies [febc8a6]
|
|
199
|
+
- @mastra/core@0.8.0-alpha.7
|
|
200
|
+
|
|
201
|
+
## 0.2.7-alpha.6
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- Updated dependencies [a3f0e90]
|
|
206
|
+
- @mastra/core@0.8.0-alpha.6
|
|
207
|
+
|
|
208
|
+
## 0.2.7-alpha.5
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- Updated dependencies [93875ed]
|
|
213
|
+
- @mastra/core@0.8.0-alpha.5
|
|
214
|
+
|
|
215
|
+
## 0.2.7-alpha.4
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- Updated dependencies [d7e08e8]
|
|
220
|
+
- @mastra/core@0.8.0-alpha.4
|
|
221
|
+
|
|
222
|
+
## 0.2.7-alpha.3
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- Updated dependencies [5ae0180]
|
|
227
|
+
- Updated dependencies [9bfa12b]
|
|
228
|
+
- Updated dependencies [515ebfb]
|
|
229
|
+
- Updated dependencies [88fa727]
|
|
230
|
+
- Updated dependencies [f37f535]
|
|
231
|
+
- Updated dependencies [4d67826]
|
|
232
|
+
- Updated dependencies [6330967]
|
|
233
|
+
- Updated dependencies [8393832]
|
|
234
|
+
- Updated dependencies [6330967]
|
|
235
|
+
- @mastra/core@0.8.0-alpha.3
|
|
236
|
+
|
|
237
|
+
## 0.2.7-alpha.2
|
|
238
|
+
|
|
239
|
+
### Patch Changes
|
|
240
|
+
|
|
241
|
+
- Updated dependencies [56c31b7]
|
|
242
|
+
- Updated dependencies [dbbbf80]
|
|
243
|
+
- Updated dependencies [99d43b9]
|
|
244
|
+
- @mastra/core@0.8.0-alpha.2
|
|
245
|
+
|
|
246
|
+
## 0.2.7-alpha.1
|
|
247
|
+
|
|
248
|
+
### Patch Changes
|
|
249
|
+
|
|
250
|
+
- Updated dependencies [619c39d]
|
|
251
|
+
- Updated dependencies [fe56be0]
|
|
252
|
+
- Updated dependencies [a0967a0]
|
|
253
|
+
- Updated dependencies [fca3b21]
|
|
254
|
+
- Updated dependencies [0118361]
|
|
255
|
+
- Updated dependencies [619c39d]
|
|
256
|
+
- @mastra/core@0.8.0-alpha.1
|
|
257
|
+
|
|
258
|
+
## 0.2.7-alpha.0
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- Updated dependencies [107bcfe]
|
|
263
|
+
- Updated dependencies [5b4e19f]
|
|
264
|
+
- Updated dependencies [7599d77]
|
|
265
|
+
- Updated dependencies [cafae83]
|
|
266
|
+
- Updated dependencies [8076ecf]
|
|
267
|
+
- Updated dependencies [304397c]
|
|
268
|
+
- @mastra/core@0.7.1-alpha.0
|
|
269
|
+
|
|
270
|
+
## 0.2.6
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- Updated dependencies [b4fbc59]
|
|
275
|
+
- Updated dependencies [a838fde]
|
|
276
|
+
- Updated dependencies [a8bd4cf]
|
|
277
|
+
- Updated dependencies [7a3eeb0]
|
|
278
|
+
- Updated dependencies [0b54522]
|
|
279
|
+
- Updated dependencies [b3b34f5]
|
|
280
|
+
- Updated dependencies [1af25d5]
|
|
281
|
+
- Updated dependencies [a4686e8]
|
|
282
|
+
- Updated dependencies [6530ad1]
|
|
283
|
+
- Updated dependencies [27439ad]
|
|
284
|
+
- @mastra/core@0.7.0
|
|
285
|
+
|
|
286
|
+
## 0.2.6-alpha.3
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- Updated dependencies [b3b34f5]
|
|
291
|
+
- Updated dependencies [a4686e8]
|
|
292
|
+
- @mastra/core@0.7.0-alpha.3
|
|
293
|
+
|
|
294
|
+
## 0.2.6-alpha.2
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- Updated dependencies [a838fde]
|
|
299
|
+
- Updated dependencies [a8bd4cf]
|
|
300
|
+
- Updated dependencies [7a3eeb0]
|
|
301
|
+
|
|
302
|
+
... 1109 more lines hidden. See full changelog in package directory.
|