@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/memory
|
|
2
|
+
|
|
3
|
+
## 0.2.10-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
|
|
10
|
+
## 0.2.10-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0bcc862]
|
|
15
|
+
- @mastra/core@0.8.3-alpha.2
|
|
16
|
+
|
|
17
|
+
## 0.2.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.2.10-alpha.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- f6f7345: Added missing createdAt field to UI messages in memory
|
|
31
|
+
- 359b089: Allowed explicitly disabling vector/embedder in Memory by passing vector: false or options.semanticRecall: false
|
|
32
|
+
- Updated dependencies [359b089]
|
|
33
|
+
- @mastra/core@0.8.3-alpha.0
|
|
34
|
+
|
|
35
|
+
## 0.2.9
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [a06aadc]
|
|
40
|
+
- @mastra/core@0.8.2
|
|
41
|
+
|
|
42
|
+
## 0.2.9-alpha.0
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [a06aadc]
|
|
47
|
+
- @mastra/core@0.8.2-alpha.0
|
|
48
|
+
|
|
49
|
+
## 0.2.8
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies [99e2998]
|
|
54
|
+
- Updated dependencies [8fdb414]
|
|
55
|
+
- @mastra/core@0.8.1
|
|
56
|
+
|
|
57
|
+
## 0.2.8-alpha.0
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [99e2998]
|
|
62
|
+
- Updated dependencies [8fdb414]
|
|
63
|
+
- @mastra/core@0.8.1-alpha.0
|
|
64
|
+
|
|
65
|
+
## 0.2.7
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- 5ae0180: Removed prefixed doc references
|
|
70
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
71
|
+
- 3e72f94: Updated the internal working memory system to use MD for formatting instead of nested XML - this is more token efficient and makes it more obvious that it's unstructured text
|
|
72
|
+
- a0967a0: Added new "Memory Processor" feature to @mastra/core and @mastra/memory, allowing devs to modify Mastra Memory before it's sent to the LLM
|
|
73
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
74
|
+
- 0118361: Add resourceId to memory metadata
|
|
75
|
+
- Updated dependencies [56c31b7]
|
|
76
|
+
- Updated dependencies [619c39d]
|
|
77
|
+
- Updated dependencies [5ae0180]
|
|
78
|
+
- Updated dependencies [fe56be0]
|
|
79
|
+
- Updated dependencies [93875ed]
|
|
80
|
+
- Updated dependencies [107bcfe]
|
|
81
|
+
- Updated dependencies [9bfa12b]
|
|
82
|
+
- Updated dependencies [515ebfb]
|
|
83
|
+
- Updated dependencies [5b4e19f]
|
|
84
|
+
- Updated dependencies [dbbbf80]
|
|
85
|
+
- Updated dependencies [a0967a0]
|
|
86
|
+
- Updated dependencies [fca3b21]
|
|
87
|
+
- Updated dependencies [88fa727]
|
|
88
|
+
- Updated dependencies [f37f535]
|
|
89
|
+
- Updated dependencies [a3f0e90]
|
|
90
|
+
- Updated dependencies [4d67826]
|
|
91
|
+
- Updated dependencies [6330967]
|
|
92
|
+
- Updated dependencies [8393832]
|
|
93
|
+
- Updated dependencies [6330967]
|
|
94
|
+
- Updated dependencies [99d43b9]
|
|
95
|
+
- Updated dependencies [d7e08e8]
|
|
96
|
+
- Updated dependencies [febc8a6]
|
|
97
|
+
- Updated dependencies [7599d77]
|
|
98
|
+
- Updated dependencies [0118361]
|
|
99
|
+
- Updated dependencies [619c39d]
|
|
100
|
+
- Updated dependencies [cafae83]
|
|
101
|
+
- Updated dependencies [8076ecf]
|
|
102
|
+
- Updated dependencies [8df4a77]
|
|
103
|
+
- Updated dependencies [304397c]
|
|
104
|
+
- @mastra/core@0.8.0
|
|
105
|
+
|
|
106
|
+
## 0.2.7-alpha.8
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- Updated dependencies [8df4a77]
|
|
111
|
+
- @mastra/core@0.8.0-alpha.8
|
|
112
|
+
|
|
113
|
+
## 0.2.7-alpha.7
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [febc8a6]
|
|
118
|
+
- @mastra/core@0.8.0-alpha.7
|
|
119
|
+
|
|
120
|
+
## 0.2.7-alpha.6
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [a3f0e90]
|
|
125
|
+
- @mastra/core@0.8.0-alpha.6
|
|
126
|
+
|
|
127
|
+
## 0.2.7-alpha.5
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
132
|
+
- Updated dependencies [93875ed]
|
|
133
|
+
- @mastra/core@0.8.0-alpha.5
|
|
134
|
+
|
|
135
|
+
## 0.2.7-alpha.4
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- Updated dependencies [d7e08e8]
|
|
140
|
+
- @mastra/core@0.8.0-alpha.4
|
|
141
|
+
- @mastra/rag@0.1.15-alpha.4
|
|
142
|
+
|
|
143
|
+
## 0.2.7-alpha.3
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- 5ae0180: Removed prefixed doc references
|
|
148
|
+
- 3e72f94: Updated the internal working memory system to use MD for formatting instead of nested XML - this is more token efficient and makes it more obvious that it's unstructured text
|
|
149
|
+
- Updated dependencies [5ae0180]
|
|
150
|
+
- Updated dependencies [9bfa12b]
|
|
151
|
+
- Updated dependencies [515ebfb]
|
|
152
|
+
- Updated dependencies [88fa727]
|
|
153
|
+
- Updated dependencies [f37f535]
|
|
154
|
+
- Updated dependencies [4d67826]
|
|
155
|
+
- Updated dependencies [6330967]
|
|
156
|
+
- Updated dependencies [8393832]
|
|
157
|
+
- Updated dependencies [6330967]
|
|
158
|
+
- @mastra/core@0.8.0-alpha.3
|
|
159
|
+
- @mastra/rag@0.1.15-alpha.3
|
|
160
|
+
|
|
161
|
+
## 0.2.7-alpha.2
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- Updated dependencies [56c31b7]
|
|
166
|
+
- Updated dependencies [dbbbf80]
|
|
167
|
+
- Updated dependencies [99d43b9]
|
|
168
|
+
- @mastra/core@0.8.0-alpha.2
|
|
169
|
+
- @mastra/rag@0.1.15-alpha.2
|
|
170
|
+
|
|
171
|
+
## 0.2.7-alpha.1
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- a0967a0: Added new "Memory Processor" feature to @mastra/core and @mastra/memory, allowing devs to modify Mastra Memory before it's sent to the LLM
|
|
176
|
+
- 0118361: Add resourceId to memory metadata
|
|
177
|
+
- Updated dependencies [619c39d]
|
|
178
|
+
- Updated dependencies [fe56be0]
|
|
179
|
+
- Updated dependencies [a0967a0]
|
|
180
|
+
- Updated dependencies [e47f529]
|
|
181
|
+
- Updated dependencies [fca3b21]
|
|
182
|
+
- Updated dependencies [0118361]
|
|
183
|
+
- Updated dependencies [619c39d]
|
|
184
|
+
- @mastra/core@0.8.0-alpha.1
|
|
185
|
+
- @mastra/rag@0.1.15-alpha.1
|
|
186
|
+
|
|
187
|
+
## 0.2.7-alpha.0
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
192
|
+
- Updated dependencies [107bcfe]
|
|
193
|
+
- Updated dependencies [5b4e19f]
|
|
194
|
+
- Updated dependencies [7599d77]
|
|
195
|
+
- Updated dependencies [cafae83]
|
|
196
|
+
- Updated dependencies [8076ecf]
|
|
197
|
+
- Updated dependencies [304397c]
|
|
198
|
+
- @mastra/core@0.7.1-alpha.0
|
|
199
|
+
- @mastra/rag@0.1.15-alpha.0
|
|
200
|
+
|
|
201
|
+
## 0.2.6
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- 05095e9: Fixed an issue where very long messages would cause Memory semantic recall to throw errors
|
|
206
|
+
- 394dfad: Removed working memory tool calls from thread history after the working memory has been updated. This is to prevent updates from polluting the context history and confusing agents. They should only see the most recent copy of working memory.
|
|
207
|
+
Also made memory.getWorkingMemory() public since it's useful for testing, debugging, and building UIs.
|
|
208
|
+
- Updated dependencies [b4fbc59]
|
|
209
|
+
- Updated dependencies [a838fde]
|
|
210
|
+
- Updated dependencies [a8bd4cf]
|
|
211
|
+
- Updated dependencies [7a3eeb0]
|
|
212
|
+
- Updated dependencies [0b54522]
|
|
213
|
+
- Updated dependencies [b3b34f5]
|
|
214
|
+
- Updated dependencies [1af25d5]
|
|
215
|
+
- Updated dependencies [a4686e8]
|
|
216
|
+
- Updated dependencies [6530ad1]
|
|
217
|
+
- Updated dependencies [27439ad]
|
|
218
|
+
- @mastra/core@0.7.0
|
|
219
|
+
- @mastra/rag@0.1.14
|
|
220
|
+
|
|
221
|
+
## 0.2.6-alpha.4
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- 394dfad: Removed working memory tool calls from thread history after the working memory has been updated. This is to prevent updates from polluting the context history and confusing agents. They should only see the most recent copy of working memory.
|
|
226
|
+
Also made memory.getWorkingMemory() public since it's useful for testing, debugging, and building UIs.
|
|
227
|
+
|
|
228
|
+
## 0.2.6-alpha.3
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- 05095e9: Fixed an issue where very long messages would cause Memory semantic recall to throw errors
|
|
233
|
+
- Updated dependencies [b3b34f5]
|
|
234
|
+
- Updated dependencies [a4686e8]
|
|
235
|
+
- @mastra/core@0.7.0-alpha.3
|
|
236
|
+
- @mastra/rag@0.1.14-alpha.3
|
|
237
|
+
|
|
238
|
+
## 0.2.6-alpha.2
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- Updated dependencies [a838fde]
|
|
243
|
+
- Updated dependencies [a8bd4cf]
|
|
244
|
+
- Updated dependencies [7a3eeb0]
|
|
245
|
+
- Updated dependencies [6530ad1]
|
|
246
|
+
- @mastra/core@0.7.0-alpha.2
|
|
247
|
+
|
|
248
|
+
## 0.2.6-alpha.1
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- Updated dependencies [0b54522]
|
|
253
|
+
- Updated dependencies [1af25d5]
|
|
254
|
+
- Updated dependencies [27439ad]
|
|
255
|
+
- @mastra/core@0.7.0-alpha.1
|
|
256
|
+
|
|
257
|
+
## 0.2.6-alpha.0
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- Updated dependencies [b4fbc59]
|
|
262
|
+
- @mastra/core@0.6.5-alpha.0
|
|
263
|
+
|
|
264
|
+
## 0.2.5
|
|
265
|
+
|
|
266
|
+
### Patch Changes
|
|
267
|
+
|
|
268
|
+
- Updated dependencies [6794797]
|
|
269
|
+
- Updated dependencies [fb68a80]
|
|
270
|
+
- Updated dependencies [b56a681]
|
|
271
|
+
- Updated dependencies [248cb07]
|
|
272
|
+
- @mastra/core@0.6.4
|
|
273
|
+
|
|
274
|
+
## 0.2.5-alpha.1
|
|
275
|
+
|
|
276
|
+
### Patch Changes
|
|
277
|
+
|
|
278
|
+
- Updated dependencies [6794797]
|
|
279
|
+
- @mastra/core@0.6.4-alpha.1
|
|
280
|
+
|
|
281
|
+
## 0.2.5-alpha.0
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- Updated dependencies [fb68a80]
|
|
286
|
+
- Updated dependencies [b56a681]
|
|
287
|
+
- Updated dependencies [248cb07]
|
|
288
|
+
- @mastra/core@0.6.4-alpha.0
|
|
289
|
+
|
|
290
|
+
## 0.2.4
|
|
291
|
+
|
|
292
|
+
### Patch Changes
|
|
293
|
+
|
|
294
|
+
- 404640e: AgentNetwork changeset
|
|
295
|
+
- Updated dependencies [404640e]
|
|
296
|
+
- Updated dependencies [3bce733]
|
|
297
|
+
- @mastra/core@0.6.3
|
|
298
|
+
|
|
299
|
+
## 0.2.4-alpha.1
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 1420 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/pg
|
|
2
|
+
|
|
3
|
+
## 0.2.10-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
|
|
10
|
+
## 0.2.10-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0bcc862]
|
|
15
|
+
- @mastra/core@0.8.3-alpha.2
|
|
16
|
+
|
|
17
|
+
## 0.2.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.2.10-alpha.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 4ac6f31: Updated permissions check for creating vector extension
|
|
31
|
+
- Updated dependencies [359b089]
|
|
32
|
+
- @mastra/core@0.8.3-alpha.0
|
|
33
|
+
|
|
34
|
+
## 0.2.9
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [a06aadc]
|
|
39
|
+
- @mastra/core@0.8.2
|
|
40
|
+
|
|
41
|
+
## 0.2.9-alpha.0
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [a06aadc]
|
|
46
|
+
- @mastra/core@0.8.2-alpha.0
|
|
47
|
+
|
|
48
|
+
## 0.2.8
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- Updated dependencies [99e2998]
|
|
53
|
+
- Updated dependencies [8fdb414]
|
|
54
|
+
- @mastra/core@0.8.1
|
|
55
|
+
|
|
56
|
+
## 0.2.8-alpha.0
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- Updated dependencies [99e2998]
|
|
61
|
+
- Updated dependencies [8fdb414]
|
|
62
|
+
- @mastra/core@0.8.1-alpha.0
|
|
63
|
+
|
|
64
|
+
## 0.2.7
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
69
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
70
|
+
- 7071597: Update pinecone to include namespace and hybrid search
|
|
71
|
+
- 1849b61: adds optional ssl property to PostgresConfig
|
|
72
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
73
|
+
- 4d67826: Fix eval writes, remove id column
|
|
74
|
+
- 58a4146: Support missing methods in pg and upstash
|
|
75
|
+
- cafae83: Changed error messages for vector mismatch with index
|
|
76
|
+
- Updated dependencies [56c31b7]
|
|
77
|
+
- Updated dependencies [619c39d]
|
|
78
|
+
- Updated dependencies [5ae0180]
|
|
79
|
+
- Updated dependencies [fe56be0]
|
|
80
|
+
- Updated dependencies [93875ed]
|
|
81
|
+
- Updated dependencies [107bcfe]
|
|
82
|
+
- Updated dependencies [9bfa12b]
|
|
83
|
+
- Updated dependencies [515ebfb]
|
|
84
|
+
- Updated dependencies [5b4e19f]
|
|
85
|
+
- Updated dependencies [dbbbf80]
|
|
86
|
+
- Updated dependencies [a0967a0]
|
|
87
|
+
- Updated dependencies [fca3b21]
|
|
88
|
+
- Updated dependencies [88fa727]
|
|
89
|
+
- Updated dependencies [f37f535]
|
|
90
|
+
- Updated dependencies [a3f0e90]
|
|
91
|
+
- Updated dependencies [4d67826]
|
|
92
|
+
- Updated dependencies [6330967]
|
|
93
|
+
- Updated dependencies [8393832]
|
|
94
|
+
- Updated dependencies [6330967]
|
|
95
|
+
- Updated dependencies [99d43b9]
|
|
96
|
+
- Updated dependencies [d7e08e8]
|
|
97
|
+
- Updated dependencies [febc8a6]
|
|
98
|
+
- Updated dependencies [7599d77]
|
|
99
|
+
- Updated dependencies [0118361]
|
|
100
|
+
- Updated dependencies [619c39d]
|
|
101
|
+
- Updated dependencies [cafae83]
|
|
102
|
+
- Updated dependencies [8076ecf]
|
|
103
|
+
- Updated dependencies [8df4a77]
|
|
104
|
+
- Updated dependencies [304397c]
|
|
105
|
+
- @mastra/core@0.8.0
|
|
106
|
+
|
|
107
|
+
## 0.2.7-alpha.8
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- Updated dependencies [8df4a77]
|
|
112
|
+
- @mastra/core@0.8.0-alpha.8
|
|
113
|
+
|
|
114
|
+
## 0.2.7-alpha.7
|
|
115
|
+
|
|
116
|
+
### Patch Changes
|
|
117
|
+
|
|
118
|
+
- Updated dependencies [febc8a6]
|
|
119
|
+
- @mastra/core@0.8.0-alpha.7
|
|
120
|
+
|
|
121
|
+
## 0.2.7-alpha.6
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
126
|
+
- Updated dependencies [a3f0e90]
|
|
127
|
+
- @mastra/core@0.8.0-alpha.6
|
|
128
|
+
|
|
129
|
+
## 0.2.7-alpha.5
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
134
|
+
- Updated dependencies [93875ed]
|
|
135
|
+
- @mastra/core@0.8.0-alpha.5
|
|
136
|
+
|
|
137
|
+
## 0.2.7-alpha.4
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- Updated dependencies [d7e08e8]
|
|
142
|
+
- @mastra/core@0.8.0-alpha.4
|
|
143
|
+
|
|
144
|
+
## 0.2.7-alpha.3
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
149
|
+
- 1849b61: adds optional ssl property to PostgresConfig
|
|
150
|
+
- 4d67826: Fix eval writes, remove id column
|
|
151
|
+
- 58a4146: Support missing methods in pg and upstash
|
|
152
|
+
- Updated dependencies [5ae0180]
|
|
153
|
+
- Updated dependencies [9bfa12b]
|
|
154
|
+
- Updated dependencies [515ebfb]
|
|
155
|
+
- Updated dependencies [88fa727]
|
|
156
|
+
- Updated dependencies [f37f535]
|
|
157
|
+
- Updated dependencies [4d67826]
|
|
158
|
+
- Updated dependencies [6330967]
|
|
159
|
+
- Updated dependencies [8393832]
|
|
160
|
+
- Updated dependencies [6330967]
|
|
161
|
+
- @mastra/core@0.8.0-alpha.3
|
|
162
|
+
|
|
163
|
+
## 0.2.7-alpha.2
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- Updated dependencies [56c31b7]
|
|
168
|
+
- Updated dependencies [dbbbf80]
|
|
169
|
+
- Updated dependencies [99d43b9]
|
|
170
|
+
- @mastra/core@0.8.0-alpha.2
|
|
171
|
+
|
|
172
|
+
## 0.2.7-alpha.1
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- 7071597: Update pinecone to include namespace and hybrid search
|
|
177
|
+
- Updated dependencies [619c39d]
|
|
178
|
+
- Updated dependencies [fe56be0]
|
|
179
|
+
- Updated dependencies [a0967a0]
|
|
180
|
+
- Updated dependencies [fca3b21]
|
|
181
|
+
- Updated dependencies [0118361]
|
|
182
|
+
- Updated dependencies [619c39d]
|
|
183
|
+
- @mastra/core@0.8.0-alpha.1
|
|
184
|
+
|
|
185
|
+
## 0.2.7-alpha.0
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- cafae83: Changed error messages for vector mismatch with index
|
|
190
|
+
- Updated dependencies [107bcfe]
|
|
191
|
+
- Updated dependencies [5b4e19f]
|
|
192
|
+
- Updated dependencies [7599d77]
|
|
193
|
+
- Updated dependencies [cafae83]
|
|
194
|
+
- Updated dependencies [8076ecf]
|
|
195
|
+
- Updated dependencies [304397c]
|
|
196
|
+
- @mastra/core@0.7.1-alpha.0
|
|
197
|
+
|
|
198
|
+
## 0.2.6
|
|
199
|
+
|
|
200
|
+
### Patch Changes
|
|
201
|
+
|
|
202
|
+
- e91bee7: Added helper method for both createindex and buildIndex
|
|
203
|
+
- 7172059: Update PG Vector to use handle concurrent createIndex
|
|
204
|
+
- Updated dependencies [b4fbc59]
|
|
205
|
+
- Updated dependencies [a838fde]
|
|
206
|
+
- Updated dependencies [a8bd4cf]
|
|
207
|
+
- Updated dependencies [7a3eeb0]
|
|
208
|
+
- Updated dependencies [0b54522]
|
|
209
|
+
- Updated dependencies [b3b34f5]
|
|
210
|
+
- Updated dependencies [1af25d5]
|
|
211
|
+
- Updated dependencies [a4686e8]
|
|
212
|
+
- Updated dependencies [6530ad1]
|
|
213
|
+
- Updated dependencies [27439ad]
|
|
214
|
+
- @mastra/core@0.7.0
|
|
215
|
+
|
|
216
|
+
## 0.2.6-alpha.4
|
|
217
|
+
|
|
218
|
+
### Patch Changes
|
|
219
|
+
|
|
220
|
+
- e91bee7: Added helper method for both createindex and buildIndex
|
|
221
|
+
|
|
222
|
+
## 0.2.6-alpha.3
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- 7172059: Update PG Vector to use handle concurrent createIndex
|
|
227
|
+
- Updated dependencies [b3b34f5]
|
|
228
|
+
- Updated dependencies [a4686e8]
|
|
229
|
+
- @mastra/core@0.7.0-alpha.3
|
|
230
|
+
|
|
231
|
+
## 0.2.6-alpha.2
|
|
232
|
+
|
|
233
|
+
### Patch Changes
|
|
234
|
+
|
|
235
|
+
- Updated dependencies [a838fde]
|
|
236
|
+
- Updated dependencies [a8bd4cf]
|
|
237
|
+
- Updated dependencies [7a3eeb0]
|
|
238
|
+
- Updated dependencies [6530ad1]
|
|
239
|
+
- @mastra/core@0.7.0-alpha.2
|
|
240
|
+
|
|
241
|
+
## 0.2.6-alpha.1
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- Updated dependencies [0b54522]
|
|
246
|
+
- Updated dependencies [1af25d5]
|
|
247
|
+
- Updated dependencies [27439ad]
|
|
248
|
+
- @mastra/core@0.7.0-alpha.1
|
|
249
|
+
|
|
250
|
+
## 0.2.6-alpha.0
|
|
251
|
+
|
|
252
|
+
### Patch Changes
|
|
253
|
+
|
|
254
|
+
- Updated dependencies [b4fbc59]
|
|
255
|
+
- @mastra/core@0.6.5-alpha.0
|
|
256
|
+
|
|
257
|
+
## 0.2.5
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- Updated dependencies [6794797]
|
|
262
|
+
- Updated dependencies [fb68a80]
|
|
263
|
+
- Updated dependencies [b56a681]
|
|
264
|
+
- Updated dependencies [248cb07]
|
|
265
|
+
- @mastra/core@0.6.4
|
|
266
|
+
|
|
267
|
+
## 0.2.5-alpha.1
|
|
268
|
+
|
|
269
|
+
### Patch Changes
|
|
270
|
+
|
|
271
|
+
- Updated dependencies [6794797]
|
|
272
|
+
- @mastra/core@0.6.4-alpha.1
|
|
273
|
+
|
|
274
|
+
## 0.2.5-alpha.0
|
|
275
|
+
|
|
276
|
+
### Patch Changes
|
|
277
|
+
|
|
278
|
+
- Updated dependencies [fb68a80]
|
|
279
|
+
- Updated dependencies [b56a681]
|
|
280
|
+
- Updated dependencies [248cb07]
|
|
281
|
+
- @mastra/core@0.6.4-alpha.0
|
|
282
|
+
|
|
283
|
+
## 0.2.4
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- 404640e: AgentNetwork changeset
|
|
288
|
+
- Updated dependencies [404640e]
|
|
289
|
+
- Updated dependencies [3bce733]
|
|
290
|
+
- @mastra/core@0.6.3
|
|
291
|
+
|
|
292
|
+
## 0.2.4-alpha.1
|
|
293
|
+
|
|
294
|
+
### Patch Changes
|
|
295
|
+
|
|
296
|
+
- Updated dependencies [3bce733]
|
|
297
|
+
- @mastra/core@0.6.3-alpha.1
|
|
298
|
+
|
|
299
|
+
## 0.2.4-alpha.0
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 841 more lines hidden. See full changelog in package directory.
|