@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/deployer
|
|
2
|
+
|
|
3
|
+
## 0.2.9-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
- @mastra/server@1.0.3-alpha.3
|
|
10
|
+
|
|
11
|
+
## 0.2.9-alpha.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [0bcc862]
|
|
16
|
+
- @mastra/core@0.8.3-alpha.2
|
|
17
|
+
- @mastra/server@1.0.3-alpha.2
|
|
18
|
+
|
|
19
|
+
## 0.2.9-alpha.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 32e7b71: Add support for dependency injection
|
|
24
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
25
|
+
- Updated dependencies [32e7b71]
|
|
26
|
+
- Updated dependencies [37bb612]
|
|
27
|
+
- @mastra/server@1.0.3-alpha.1
|
|
28
|
+
- @mastra/core@0.8.3-alpha.1
|
|
29
|
+
|
|
30
|
+
## 0.2.9-alpha.0
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [359b089]
|
|
35
|
+
- @mastra/core@0.8.3-alpha.0
|
|
36
|
+
- @mastra/server@1.0.3-alpha.0
|
|
37
|
+
|
|
38
|
+
## 0.2.8
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- ae6c5ce: Fix await loop inside mastra entrypoint
|
|
43
|
+
- 94cd5c1: Fix yarn workspace isolation
|
|
44
|
+
- Updated dependencies [a06aadc]
|
|
45
|
+
- @mastra/core@0.8.2
|
|
46
|
+
- @mastra/server@1.0.2
|
|
47
|
+
|
|
48
|
+
## 0.2.8-alpha.1
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- 94cd5c1: Fix yarn workspace isolation
|
|
53
|
+
|
|
54
|
+
## 0.2.8-alpha.0
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- ae6c5ce: Fix await loop inside mastra entrypoint
|
|
59
|
+
- Updated dependencies [a06aadc]
|
|
60
|
+
- @mastra/core@0.8.2-alpha.0
|
|
61
|
+
- @mastra/server@1.0.2-alpha.0
|
|
62
|
+
|
|
63
|
+
## 0.2.7
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 8fdb414: Custom mastra server cors config
|
|
68
|
+
- Updated dependencies [99e2998]
|
|
69
|
+
- Updated dependencies [8fdb414]
|
|
70
|
+
- @mastra/core@0.8.1
|
|
71
|
+
- @mastra/server@1.0.1
|
|
72
|
+
|
|
73
|
+
## 0.2.7-alpha.0
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- 8fdb414: Custom mastra server cors config
|
|
78
|
+
- Updated dependencies [99e2998]
|
|
79
|
+
- Updated dependencies [8fdb414]
|
|
80
|
+
- @mastra/core@0.8.1-alpha.0
|
|
81
|
+
- @mastra/server@1.0.1-alpha.0
|
|
82
|
+
|
|
83
|
+
## 0.2.6
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- 2135c81: Alias @mastra/server in bundler
|
|
88
|
+
- 05d58cc: fix: add 'x-mastra-client-type' to allowed headers in CORS configuration
|
|
89
|
+
- 4c98129: Upgrade babel-core
|
|
90
|
+
- 4c65a57: Add fastebmed as external
|
|
91
|
+
- 84fe241: Decoupled handlers from hono
|
|
92
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
93
|
+
- dfb0601: Add missing triggerData to the openapi.json for the POST /api/workflow/{workflowId}/start endpoint
|
|
94
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
95
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
96
|
+
- 6330967: Enable route timeout using server options
|
|
97
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
98
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
99
|
+
- 84fe241: Improve streaming of workflows
|
|
100
|
+
- 32ba03c: Make timeout 30s
|
|
101
|
+
- 3c6ae54: Fix fastembed part of dependencies
|
|
102
|
+
- febc8a6: Added dual tracing and fixed local tracing recursion
|
|
103
|
+
- 0deb356: Fixed a bug where the hono body wasn't properly passed into stream+generate API handlers resulting in "cannot destructure property messages of body"
|
|
104
|
+
- 8076ecf: Unify workflow watch/start response
|
|
105
|
+
- 304397c: Add support for custom api routes in mastra
|
|
106
|
+
- Updated dependencies [56c31b7]
|
|
107
|
+
- Updated dependencies [619c39d]
|
|
108
|
+
- Updated dependencies [5ae0180]
|
|
109
|
+
- Updated dependencies [fe56be0]
|
|
110
|
+
- Updated dependencies [93875ed]
|
|
111
|
+
- Updated dependencies [107bcfe]
|
|
112
|
+
- Updated dependencies [9bfa12b]
|
|
113
|
+
- Updated dependencies [515ebfb]
|
|
114
|
+
- Updated dependencies [5b4e19f]
|
|
115
|
+
- Updated dependencies [dbbbf80]
|
|
116
|
+
- Updated dependencies [a0967a0]
|
|
117
|
+
- Updated dependencies [84fe241]
|
|
118
|
+
- Updated dependencies [fca3b21]
|
|
119
|
+
- Updated dependencies [88fa727]
|
|
120
|
+
- Updated dependencies [f37f535]
|
|
121
|
+
- Updated dependencies [789bef3]
|
|
122
|
+
- Updated dependencies [a3f0e90]
|
|
123
|
+
- Updated dependencies [4d67826]
|
|
124
|
+
- Updated dependencies [6330967]
|
|
125
|
+
- Updated dependencies [8393832]
|
|
126
|
+
- Updated dependencies [6330967]
|
|
127
|
+
- Updated dependencies [84fe241]
|
|
128
|
+
- Updated dependencies [99d43b9]
|
|
129
|
+
- Updated dependencies [d7e08e8]
|
|
130
|
+
- Updated dependencies [febc8a6]
|
|
131
|
+
- Updated dependencies [7599d77]
|
|
132
|
+
- Updated dependencies [0118361]
|
|
133
|
+
- Updated dependencies [619c39d]
|
|
134
|
+
- Updated dependencies [cafae83]
|
|
135
|
+
- Updated dependencies [8076ecf]
|
|
136
|
+
- Updated dependencies [8df4a77]
|
|
137
|
+
- Updated dependencies [304397c]
|
|
138
|
+
- @mastra/core@0.8.0
|
|
139
|
+
- @mastra/server@1.0.0
|
|
140
|
+
|
|
141
|
+
## 0.2.6-alpha.10
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- 2135c81: Alias @mastra/server in bundler
|
|
146
|
+
- Updated dependencies [8df4a77]
|
|
147
|
+
- @mastra/core@0.8.0-alpha.8
|
|
148
|
+
- @mastra/server@0.0.1-alpha.6
|
|
149
|
+
|
|
150
|
+
## 0.2.6-alpha.9
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- 3c6ae54: Fix fastembed part of dependencies
|
|
155
|
+
- febc8a6: Added dual tracing and fixed local tracing recursion
|
|
156
|
+
- Updated dependencies [febc8a6]
|
|
157
|
+
- @mastra/server@0.0.1-alpha.5
|
|
158
|
+
- @mastra/core@0.8.0-alpha.7
|
|
159
|
+
|
|
160
|
+
## 0.2.6-alpha.8
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- 4c65a57: Add fastebmed as external
|
|
165
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
166
|
+
- Updated dependencies [a3f0e90]
|
|
167
|
+
- @mastra/server@0.0.1-alpha.4
|
|
168
|
+
- @mastra/core@0.8.0-alpha.6
|
|
169
|
+
|
|
170
|
+
## 0.2.6-alpha.7
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- Updated dependencies [93875ed]
|
|
175
|
+
- @mastra/core@0.8.0-alpha.5
|
|
176
|
+
- @mastra/server@0.0.1-alpha.3
|
|
177
|
+
|
|
178
|
+
## 0.2.6-alpha.6
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- Updated dependencies [d7e08e8]
|
|
183
|
+
- @mastra/core@0.8.0-alpha.4
|
|
184
|
+
- @mastra/server@0.0.1-alpha.2
|
|
185
|
+
|
|
186
|
+
## 0.2.6-alpha.5
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- 32ba03c: Make timeout 30s
|
|
191
|
+
|
|
192
|
+
## 0.2.6-alpha.4
|
|
193
|
+
|
|
194
|
+
### Patch Changes
|
|
195
|
+
|
|
196
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
197
|
+
- dfb0601: Add missing triggerData to the openapi.json for the POST /api/workflow/{workflowId}/start endpoint
|
|
198
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
199
|
+
- 6330967: Enable route timeout using server options
|
|
200
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
201
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
202
|
+
- Updated dependencies [5ae0180]
|
|
203
|
+
- Updated dependencies [9bfa12b]
|
|
204
|
+
- Updated dependencies [515ebfb]
|
|
205
|
+
- Updated dependencies [88fa727]
|
|
206
|
+
- Updated dependencies [f37f535]
|
|
207
|
+
- Updated dependencies [789bef3]
|
|
208
|
+
- Updated dependencies [4d67826]
|
|
209
|
+
- Updated dependencies [6330967]
|
|
210
|
+
- Updated dependencies [8393832]
|
|
211
|
+
- Updated dependencies [6330967]
|
|
212
|
+
- @mastra/core@0.8.0-alpha.3
|
|
213
|
+
- @mastra/server@0.0.1-alpha.1
|
|
214
|
+
|
|
215
|
+
## 0.2.6-alpha.3
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- 0deb356: Fixed a bug where the hono body wasn't properly passed into stream+generate API handlers resulting in "cannot destructure property messages of body"
|
|
220
|
+
|
|
221
|
+
## 0.2.6-alpha.2
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- 4c98129: Upgrade babel-core
|
|
226
|
+
- 84fe241: Decoupled handlers from hono
|
|
227
|
+
- 84fe241: Improve streaming of workflows
|
|
228
|
+
- Updated dependencies [56c31b7]
|
|
229
|
+
- Updated dependencies [dbbbf80]
|
|
230
|
+
- Updated dependencies [84fe241]
|
|
231
|
+
- Updated dependencies [84fe241]
|
|
232
|
+
- Updated dependencies [99d43b9]
|
|
233
|
+
- @mastra/core@0.8.0-alpha.2
|
|
234
|
+
- @mastra/server@0.0.1-alpha.0
|
|
235
|
+
|
|
236
|
+
## 0.2.6-alpha.1
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [619c39d]
|
|
241
|
+
- Updated dependencies [fe56be0]
|
|
242
|
+
- Updated dependencies [a0967a0]
|
|
243
|
+
- Updated dependencies [fca3b21]
|
|
244
|
+
- Updated dependencies [0118361]
|
|
245
|
+
- Updated dependencies [619c39d]
|
|
246
|
+
- @mastra/core@0.8.0-alpha.1
|
|
247
|
+
|
|
248
|
+
## 0.2.6-alpha.0
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- 05d58cc: fix: add 'x-mastra-client-type' to allowed headers in CORS configuration
|
|
253
|
+
- 8076ecf: Unify workflow watch/start response
|
|
254
|
+
- 304397c: Add support for custom api routes in mastra
|
|
255
|
+
- Updated dependencies [107bcfe]
|
|
256
|
+
- Updated dependencies [5b4e19f]
|
|
257
|
+
- Updated dependencies [7599d77]
|
|
258
|
+
- Updated dependencies [cafae83]
|
|
259
|
+
- Updated dependencies [8076ecf]
|
|
260
|
+
- Updated dependencies [304397c]
|
|
261
|
+
- @mastra/core@0.7.1-alpha.0
|
|
262
|
+
|
|
263
|
+
## 0.2.5
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- cdc0498: Fix process.versions.node.split in cloudflare deployer
|
|
268
|
+
- 0b496ff: Load env vars on mastra deploy
|
|
269
|
+
- Updated dependencies [b4fbc59]
|
|
270
|
+
- Updated dependencies [a838fde]
|
|
271
|
+
- Updated dependencies [a8bd4cf]
|
|
272
|
+
- Updated dependencies [7a3eeb0]
|
|
273
|
+
- Updated dependencies [0b54522]
|
|
274
|
+
- Updated dependencies [b3b34f5]
|
|
275
|
+
- Updated dependencies [1af25d5]
|
|
276
|
+
- Updated dependencies [a4686e8]
|
|
277
|
+
- Updated dependencies [6530ad1]
|
|
278
|
+
- Updated dependencies [27439ad]
|
|
279
|
+
- @mastra/core@0.7.0
|
|
280
|
+
|
|
281
|
+
## 0.2.5-alpha.3
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- Updated dependencies [b3b34f5]
|
|
286
|
+
- Updated dependencies [a4686e8]
|
|
287
|
+
- @mastra/core@0.7.0-alpha.3
|
|
288
|
+
|
|
289
|
+
## 0.2.5-alpha.2
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Updated dependencies [a838fde]
|
|
294
|
+
- Updated dependencies [a8bd4cf]
|
|
295
|
+
- Updated dependencies [7a3eeb0]
|
|
296
|
+
- Updated dependencies [6530ad1]
|
|
297
|
+
- @mastra/core@0.7.0-alpha.2
|
|
298
|
+
|
|
299
|
+
## 0.2.5-alpha.1
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 1343 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/evals
|
|
2
|
+
|
|
3
|
+
## 0.1.18-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
|
|
10
|
+
## 0.1.18-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0bcc862]
|
|
15
|
+
- @mastra/core@0.8.3-alpha.2
|
|
16
|
+
|
|
17
|
+
## 0.1.18-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.1.18-alpha.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [359b089]
|
|
31
|
+
- @mastra/core@0.8.3-alpha.0
|
|
32
|
+
|
|
33
|
+
## 0.1.17
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [a06aadc]
|
|
38
|
+
- @mastra/core@0.8.2
|
|
39
|
+
|
|
40
|
+
## 0.1.17-alpha.0
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [a06aadc]
|
|
45
|
+
- @mastra/core@0.8.2-alpha.0
|
|
46
|
+
|
|
47
|
+
## 0.1.16
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [99e2998]
|
|
52
|
+
- Updated dependencies [8fdb414]
|
|
53
|
+
- @mastra/core@0.8.1
|
|
54
|
+
|
|
55
|
+
## 0.1.16-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.1.15
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
68
|
+
- Updated dependencies [56c31b7]
|
|
69
|
+
- Updated dependencies [619c39d]
|
|
70
|
+
- Updated dependencies [5ae0180]
|
|
71
|
+
- Updated dependencies [fe56be0]
|
|
72
|
+
- Updated dependencies [93875ed]
|
|
73
|
+
- Updated dependencies [107bcfe]
|
|
74
|
+
- Updated dependencies [9bfa12b]
|
|
75
|
+
- Updated dependencies [515ebfb]
|
|
76
|
+
- Updated dependencies [5b4e19f]
|
|
77
|
+
- Updated dependencies [dbbbf80]
|
|
78
|
+
- Updated dependencies [a0967a0]
|
|
79
|
+
- Updated dependencies [fca3b21]
|
|
80
|
+
- Updated dependencies [88fa727]
|
|
81
|
+
- Updated dependencies [f37f535]
|
|
82
|
+
- Updated dependencies [a3f0e90]
|
|
83
|
+
- Updated dependencies [4d67826]
|
|
84
|
+
- Updated dependencies [6330967]
|
|
85
|
+
- Updated dependencies [8393832]
|
|
86
|
+
- Updated dependencies [6330967]
|
|
87
|
+
- Updated dependencies [99d43b9]
|
|
88
|
+
- Updated dependencies [d7e08e8]
|
|
89
|
+
- Updated dependencies [febc8a6]
|
|
90
|
+
- Updated dependencies [7599d77]
|
|
91
|
+
- Updated dependencies [0118361]
|
|
92
|
+
- Updated dependencies [619c39d]
|
|
93
|
+
- Updated dependencies [cafae83]
|
|
94
|
+
- Updated dependencies [8076ecf]
|
|
95
|
+
- Updated dependencies [8df4a77]
|
|
96
|
+
- Updated dependencies [304397c]
|
|
97
|
+
- @mastra/core@0.8.0
|
|
98
|
+
|
|
99
|
+
## 0.1.15-alpha.8
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated dependencies [8df4a77]
|
|
104
|
+
- @mastra/core@0.8.0-alpha.8
|
|
105
|
+
|
|
106
|
+
## 0.1.15-alpha.7
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- Updated dependencies [febc8a6]
|
|
111
|
+
- @mastra/core@0.8.0-alpha.7
|
|
112
|
+
|
|
113
|
+
## 0.1.15-alpha.6
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [a3f0e90]
|
|
118
|
+
- @mastra/core@0.8.0-alpha.6
|
|
119
|
+
|
|
120
|
+
## 0.1.15-alpha.5
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [93875ed]
|
|
125
|
+
- @mastra/core@0.8.0-alpha.5
|
|
126
|
+
|
|
127
|
+
## 0.1.15-alpha.4
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- Updated dependencies [d7e08e8]
|
|
132
|
+
- @mastra/core@0.8.0-alpha.4
|
|
133
|
+
|
|
134
|
+
## 0.1.15-alpha.3
|
|
135
|
+
|
|
136
|
+
### Patch Changes
|
|
137
|
+
|
|
138
|
+
- Updated dependencies [5ae0180]
|
|
139
|
+
- Updated dependencies [9bfa12b]
|
|
140
|
+
- Updated dependencies [515ebfb]
|
|
141
|
+
- Updated dependencies [88fa727]
|
|
142
|
+
- Updated dependencies [f37f535]
|
|
143
|
+
- Updated dependencies [4d67826]
|
|
144
|
+
- Updated dependencies [6330967]
|
|
145
|
+
- Updated dependencies [8393832]
|
|
146
|
+
- Updated dependencies [6330967]
|
|
147
|
+
- @mastra/core@0.8.0-alpha.3
|
|
148
|
+
|
|
149
|
+
## 0.1.15-alpha.2
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- Updated dependencies [56c31b7]
|
|
154
|
+
- Updated dependencies [dbbbf80]
|
|
155
|
+
- Updated dependencies [99d43b9]
|
|
156
|
+
- @mastra/core@0.8.0-alpha.2
|
|
157
|
+
|
|
158
|
+
## 0.1.15-alpha.1
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- Updated dependencies [619c39d]
|
|
163
|
+
- Updated dependencies [fe56be0]
|
|
164
|
+
- Updated dependencies [a0967a0]
|
|
165
|
+
- Updated dependencies [fca3b21]
|
|
166
|
+
- Updated dependencies [0118361]
|
|
167
|
+
- Updated dependencies [619c39d]
|
|
168
|
+
- @mastra/core@0.8.0-alpha.1
|
|
169
|
+
|
|
170
|
+
## 0.1.15-alpha.0
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
175
|
+
- Updated dependencies [107bcfe]
|
|
176
|
+
- Updated dependencies [5b4e19f]
|
|
177
|
+
- Updated dependencies [7599d77]
|
|
178
|
+
- Updated dependencies [cafae83]
|
|
179
|
+
- Updated dependencies [8076ecf]
|
|
180
|
+
- Updated dependencies [304397c]
|
|
181
|
+
- @mastra/core@0.7.1-alpha.0
|
|
182
|
+
|
|
183
|
+
## 0.1.14
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- Updated dependencies [b4fbc59]
|
|
188
|
+
- Updated dependencies [a838fde]
|
|
189
|
+
- Updated dependencies [a8bd4cf]
|
|
190
|
+
- Updated dependencies [7a3eeb0]
|
|
191
|
+
- Updated dependencies [0b54522]
|
|
192
|
+
- Updated dependencies [b3b34f5]
|
|
193
|
+
- Updated dependencies [1af25d5]
|
|
194
|
+
- Updated dependencies [a4686e8]
|
|
195
|
+
- Updated dependencies [6530ad1]
|
|
196
|
+
- Updated dependencies [27439ad]
|
|
197
|
+
- @mastra/core@0.7.0
|
|
198
|
+
|
|
199
|
+
## 0.1.14-alpha.3
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- Updated dependencies [b3b34f5]
|
|
204
|
+
- Updated dependencies [a4686e8]
|
|
205
|
+
- @mastra/core@0.7.0-alpha.3
|
|
206
|
+
|
|
207
|
+
## 0.1.14-alpha.2
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- Updated dependencies [a838fde]
|
|
212
|
+
- Updated dependencies [a8bd4cf]
|
|
213
|
+
- Updated dependencies [7a3eeb0]
|
|
214
|
+
- Updated dependencies [6530ad1]
|
|
215
|
+
- @mastra/core@0.7.0-alpha.2
|
|
216
|
+
|
|
217
|
+
## 0.1.14-alpha.1
|
|
218
|
+
|
|
219
|
+
### Patch Changes
|
|
220
|
+
|
|
221
|
+
- Updated dependencies [0b54522]
|
|
222
|
+
- Updated dependencies [1af25d5]
|
|
223
|
+
- Updated dependencies [27439ad]
|
|
224
|
+
- @mastra/core@0.7.0-alpha.1
|
|
225
|
+
|
|
226
|
+
## 0.1.14-alpha.0
|
|
227
|
+
|
|
228
|
+
### Patch Changes
|
|
229
|
+
|
|
230
|
+
- Updated dependencies [b4fbc59]
|
|
231
|
+
- @mastra/core@0.6.5-alpha.0
|
|
232
|
+
|
|
233
|
+
## 0.1.13
|
|
234
|
+
|
|
235
|
+
### Patch Changes
|
|
236
|
+
|
|
237
|
+
- 6794797: Check for eval values before inserting into storage
|
|
238
|
+
- Updated dependencies [6794797]
|
|
239
|
+
- Updated dependencies [fb68a80]
|
|
240
|
+
- Updated dependencies [b56a681]
|
|
241
|
+
- Updated dependencies [248cb07]
|
|
242
|
+
- @mastra/core@0.6.4
|
|
243
|
+
|
|
244
|
+
## 0.1.13-alpha.1
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- 6794797: Check for eval values before inserting into storage
|
|
249
|
+
- Updated dependencies [6794797]
|
|
250
|
+
- @mastra/core@0.6.4-alpha.1
|
|
251
|
+
|
|
252
|
+
## 0.1.13-alpha.0
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- Updated dependencies [fb68a80]
|
|
257
|
+
- Updated dependencies [b56a681]
|
|
258
|
+
- Updated dependencies [248cb07]
|
|
259
|
+
- @mastra/core@0.6.4-alpha.0
|
|
260
|
+
|
|
261
|
+
## 0.1.12
|
|
262
|
+
|
|
263
|
+
### Patch Changes
|
|
264
|
+
|
|
265
|
+
- 404640e: AgentNetwork changeset
|
|
266
|
+
- Updated dependencies [404640e]
|
|
267
|
+
- Updated dependencies [3bce733]
|
|
268
|
+
- @mastra/core@0.6.3
|
|
269
|
+
|
|
270
|
+
## 0.1.12-alpha.1
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- Updated dependencies [3bce733]
|
|
275
|
+
- @mastra/core@0.6.3-alpha.1
|
|
276
|
+
|
|
277
|
+
## 0.1.12-alpha.0
|
|
278
|
+
|
|
279
|
+
### Patch Changes
|
|
280
|
+
|
|
281
|
+
- 404640e: AgentNetwork changeset
|
|
282
|
+
- Updated dependencies [404640e]
|
|
283
|
+
- @mastra/core@0.6.3-alpha.0
|
|
284
|
+
|
|
285
|
+
## 0.1.11
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- Updated dependencies [beaf1c2]
|
|
290
|
+
- Updated dependencies [3084e13]
|
|
291
|
+
- @mastra/core@0.6.2
|
|
292
|
+
|
|
293
|
+
## 0.1.11-alpha.0
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- Updated dependencies [beaf1c2]
|
|
298
|
+
- Updated dependencies [3084e13]
|
|
299
|
+
- @mastra/core@0.6.2-alpha.0
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 1074 more lines hidden. See full changelog in package directory.
|