@mastra/mcp-docs-server 0.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +302 -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 +11 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +302 -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%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%2Fstabilityai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +59 -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-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 +24 -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 +12 -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.md +385 -0
- package/.docs/organized/code-examples/ai-sdk-useChat.md +377 -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/crypto-chatbot.md +96 -0
- package/.docs/organized/code-examples/fireworks-r1.md +159 -0
- package/.docs/organized/code-examples/integrations.md +184 -0
- package/.docs/organized/code-examples/mcp-configuration.md +341 -0
- package/.docs/organized/code-examples/memory-todo-agent.md +161 -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-pg.md +224 -0
- package/.docs/organized/code-examples/memory-with-upstash.md +268 -0
- package/.docs/organized/code-examples/quick-start.md +127 -0
- package/.docs/organized/code-examples/stock-price-tool.md +124 -0
- package/.docs/organized/code-examples/weather-agent.md +352 -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/00-overview.mdx +185 -0
- package/.docs/raw/agents/01-agent-memory.mdx +610 -0
- package/.docs/raw/agents/02-adding-tools.mdx +224 -0
- package/.docs/raw/agents/03-adding-voice.mdx +170 -0
- package/.docs/raw/deployment/deployment.mdx +156 -0
- package/.docs/raw/deployment/logging-and-tracing.mdx +242 -0
- package/.docs/raw/deployment/server.mdx +114 -0
- package/.docs/raw/evals/00-overview.mdx +106 -0
- package/.docs/raw/evals/01-supported-evals.mdx +31 -0
- package/.docs/raw/evals/02-custom-eval.mdx +187 -0
- package/.docs/raw/faq/index.mdx +63 -0
- package/.docs/raw/frameworks/01-next-js.mdx +238 -0
- package/.docs/raw/frameworks/02-ai-sdk.mdx +218 -0
- package/.docs/raw/getting-started/installation.mdx +436 -0
- package/.docs/raw/getting-started/project-structure.mdx +80 -0
- package/.docs/raw/guides/01-chef-michel.mdx +242 -0
- package/.docs/raw/guides/02-stock-agent.mdx +182 -0
- package/.docs/raw/guides/03-recruiter.mdx +187 -0
- package/.docs/raw/index.mdx +22 -0
- package/.docs/raw/local-dev/creating-projects.mdx +74 -0
- package/.docs/raw/local-dev/integrations.mdx +127 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +65 -0
- package/.docs/raw/rag/chunking-and-embedding.mdx +128 -0
- package/.docs/raw/rag/overview.mdx +85 -0
- package/.docs/raw/rag/retrieval.mdx +362 -0
- package/.docs/raw/rag/vector-databases.mdx +271 -0
- package/.docs/raw/reference/agents/createTool.mdx +190 -0
- package/.docs/raw/reference/agents/generate.mdx +327 -0
- package/.docs/raw/reference/agents/getAgent.mdx +54 -0
- package/.docs/raw/reference/agents/stream.mdx +361 -0
- package/.docs/raw/reference/cli/build.mdx +48 -0
- package/.docs/raw/reference/cli/deploy.mdx +22 -0
- package/.docs/raw/reference/cli/dev.mdx +97 -0
- package/.docs/raw/reference/cli/init.mdx +43 -0
- package/.docs/raw/reference/client-js/agents.mdx +90 -0
- package/.docs/raw/reference/client-js/error-handling.mdx +38 -0
- package/.docs/raw/reference/client-js/index.mdx +127 -0
- package/.docs/raw/reference/client-js/logs.mdx +24 -0
- package/.docs/raw/reference/client-js/memory.mdx +94 -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 +137 -0
- package/.docs/raw/reference/core/mastra-class.mdx +232 -0
- package/.docs/raw/reference/deployer/cloudflare.mdx +176 -0
- package/.docs/raw/reference/deployer/deployer.mdx +159 -0
- package/.docs/raw/reference/deployer/netlify.mdx +88 -0
- package/.docs/raw/reference/deployer/vercel.mdx +97 -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 +8 -0
- package/.docs/raw/reference/memory/Memory.mdx +186 -0
- package/.docs/raw/reference/memory/createThread.mdx +93 -0
- package/.docs/raw/reference/memory/getThreadById.mdx +43 -0
- package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +45 -0
- package/.docs/raw/reference/memory/query.mdx +164 -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/index.mdx +15 -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 +46 -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 +237 -0
- package/.docs/raw/reference/rag/document.mdx +129 -0
- package/.docs/raw/reference/rag/embeddings.mdx +160 -0
- package/.docs/raw/reference/rag/extract-params.mdx +72 -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 +249 -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 +198 -0
- package/.docs/raw/reference/rag/vectorize.mdx +253 -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 +180 -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/speechify.mdx +145 -0
- package/.docs/raw/reference/workflows/after.mdx +88 -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/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/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/suspend.mdx +80 -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/workflows/00-overview.mdx +168 -0
- package/.docs/raw/workflows/control-flow.mdx +712 -0
- package/.docs/raw/workflows/dynamic-workflows.mdx +232 -0
- package/.docs/raw/workflows/steps.mdx +98 -0
- package/.docs/raw/workflows/suspend-and-resume.mdx +196 -0
- package/.docs/raw/workflows/variables.mdx +248 -0
- package/LICENSE +44 -0
- package/README.md +129 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +19 -0
- package/dist/prepare-docs/code-examples.d.ts +4 -0
- package/dist/prepare-docs/code-examples.js +91 -0
- package/dist/prepare-docs/copy-raw.d.ts +1 -0
- package/dist/prepare-docs/copy-raw.js +41 -0
- package/dist/prepare-docs/index.d.ts +1 -0
- package/dist/prepare-docs/index.js +8 -0
- package/dist/prepare-docs/package-changes.d.ts +4 -0
- package/dist/prepare-docs/package-changes.js +92 -0
- package/dist/prepare-docs/prepare.d.ts +1 -0
- package/dist/prepare-docs/prepare.js +13 -0
- package/dist/sse.d.ts +1 -0
- package/dist/sse.js +9 -0
- package/dist/stdio.d.ts +1 -0
- package/dist/stdio.js +8 -0
- package/dist/tools/__tests__/blog.test.d.ts +1 -0
- package/dist/tools/__tests__/blog.test.js +48 -0
- package/dist/tools/__tests__/changes.test.d.ts +1 -0
- package/dist/tools/__tests__/changes.test.js +36 -0
- package/dist/tools/__tests__/docs.test.d.ts +1 -0
- package/dist/tools/__tests__/docs.test.js +46 -0
- package/dist/tools/__tests__/examples.test.d.ts +1 -0
- package/dist/tools/__tests__/examples.test.js +52 -0
- package/dist/tools/blog.d.ts +15 -0
- package/dist/tools/blog.js +73 -0
- package/dist/tools/changes.d.ts +11 -0
- package/dist/tools/changes.js +69 -0
- package/dist/tools/docs.d.ts +11 -0
- package/dist/tools/docs.js +176 -0
- package/dist/tools/examples.d.ts +11 -0
- package/dist/tools/examples.js +61 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.js +9 -0
- package/package.json +66 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/core
|
|
2
|
+
|
|
3
|
+
## 0.6.1-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fc2f89c: Insert static payload into inputData
|
|
8
|
+
- dfbb131: Fix after method on multiple passes
|
|
9
|
+
- 0850b4c: Watch and resume per run
|
|
10
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
11
|
+
|
|
12
|
+
## 0.6.1-alpha.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- f4854ee: Fix else branch execution when if-branch has loops
|
|
17
|
+
- afaf73f: Add fix for vercel tools and optional instructions
|
|
18
|
+
- 44631b1: Fix after usage with skipped conditions on the awaited steps
|
|
19
|
+
- 6e559a0: Update Voice for realtime providers
|
|
20
|
+
- 5f43505: feat: OpenAI realtime voice provider for speech to speech communication
|
|
21
|
+
Update voice speaking event type
|
|
22
|
+
|
|
23
|
+
## 0.6.1-alpha.0
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 7bcfaee: Remove node_modules-path dir which calls \_\_dirname at the top level and breaks some esm runtimes
|
|
28
|
+
|
|
29
|
+
## 0.6.0
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- 1c8cda4: Experimental .afterEvent() support. Fixed suspend/resume in first workflow or .after() branch step. Changed suspend metadata to be in context.resumeData instead of resumed step output.
|
|
34
|
+
- 95b4144: Added server middleware to apply custom functionality in API endpoints like auth
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- 16b98d9: Reduce default step retry attempts
|
|
39
|
+
- 3729dbd: Fixed a bug where useChat with client side tool calling and Memory would not work. Added docs for using Memory with useChat()
|
|
40
|
+
- c2144f4: Enable dynamic import of default-storage to reduce runtime/bundle size when not using default storage
|
|
41
|
+
|
|
42
|
+
## 0.6.0-alpha.1
|
|
43
|
+
|
|
44
|
+
### Minor Changes
|
|
45
|
+
|
|
46
|
+
- 1c8cda4: Experimental .afterEvent() support. Fixed suspend/resume in first workflow or .after() branch step. Changed suspend metadata to be in context.resumeData instead of resumed step output.
|
|
47
|
+
- 95b4144: Added server middleware to apply custom functionality in API endpoints like auth
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- 16b98d9: Reduce default step retry attempts
|
|
52
|
+
- c2144f4: Enable dynamic import of default-storage to reduce runtime/bundle size when not using default storage
|
|
53
|
+
|
|
54
|
+
## 0.5.1-alpha.0
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- 3729dbd: Fixed a bug where useChat with client side tool calling and Memory would not work. Added docs for using Memory with useChat()
|
|
59
|
+
|
|
60
|
+
## 0.5.0
|
|
61
|
+
|
|
62
|
+
### Minor Changes
|
|
63
|
+
|
|
64
|
+
- 59df7b6: Added a new option to use tool-calls for saving working memory: new Memory({ workingMemory: { enabled: true, use: "tool-call" } }). This is to support response methods like toDataStream where masking working memory chunks would be more resource intensive and complex.
|
|
65
|
+
To support this `memory` is now passed into tool execute args.
|
|
66
|
+
- dfbe4e9: Added new looping constructs with while/until and optional enum-based cyclical condition execution
|
|
67
|
+
- 3764e71: Workflow trigger data should only accept object types
|
|
68
|
+
- 02ffb7b: Added updateIndexById and deleteIndexById methods in the MastraVector inteface
|
|
69
|
+
- 358f069: Experimental if-else branching in between steps
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- a910463: Improve typinges for getStepResult and workflow results
|
|
74
|
+
- 22643eb: Replace MastraPrimitives with direct Mastra instance
|
|
75
|
+
- 6feb23f: Fix for else condition with ref/query syntax
|
|
76
|
+
- f2d6727: Support for compound `.after` syntax
|
|
77
|
+
- 7a7a547: Fix telemetry getter in hono server
|
|
78
|
+
- 29f3a82: Improve agent generate,stream returnTypes
|
|
79
|
+
- 3d0e290: Fixed an issue where messages that were numbers weren't being stored as strings. Fixed incorrect array access when retrieving memory messages
|
|
80
|
+
- e9fbac5: Update Vercel tools to have id and update deployer
|
|
81
|
+
- 301e4ee: Fix log level showing number in core logger
|
|
82
|
+
- ee667a2: Fixed a serialization bug for thread IDs and dates in memory
|
|
83
|
+
- dab255b: Fixed bug where using an in memory libsql db (config.url = ":memory:) for memory would throw errors about missing tables
|
|
84
|
+
- 1e8bcbc: Fix suspend types
|
|
85
|
+
- f6678e4: Fixed an issue where we were using a non-windows-friendly absolute path check for libsql file urls
|
|
86
|
+
- 9e81f35: Fix query filter for vector search and rerank
|
|
87
|
+
- c93798b: Added MastraLanguageModel which extends LanguageModelV1
|
|
88
|
+
- a85ab24: make execute optional for create tool
|
|
89
|
+
- dbd9f2d: Handle different condition types on workflow graph
|
|
90
|
+
- 59df7b6: Keep default memory db in .mastra/mastra.db, not .mastra/output/memory.db for consistency
|
|
91
|
+
- caefaa2: Added optional chaining to a memory function call that may not exist
|
|
92
|
+
- c151ae6: Fixed an issue where models that don't support structured output would error when generating a thread title. Added an option to disable thread title llm generation `new Memory({ threads: { generateTitle: false }})`
|
|
93
|
+
- 52e0418: Split up action types between tools and workflows
|
|
94
|
+
- d79aedf: Fix import/require paths in these package.json
|
|
95
|
+
- 03236ec: Added GRPC Exporter for Laminar and updated dodcs for Observability Providers
|
|
96
|
+
- df982db: Updated Agent tool input to accept vercel tool format
|
|
97
|
+
- a171b37: Better retry mechanisms
|
|
98
|
+
- 506f1d5: Properly serialize any date object when inserting into libsql
|
|
99
|
+
- 0461849: Fixed a bug where mastra.db file location was inconsistently created when running mastra dev vs running a file directly (tsx src/index.ts for ex)
|
|
100
|
+
- 2259379: Add documentation for workflow looping APIs
|
|
101
|
+
- aeb5e36: Adds default schema for tool when not provided
|
|
102
|
+
- f2301de: Added the ability to ensure the accessed thread in memory.query() is for the right resource id. ex memory.query({ threadId, resourceId }). If the resourceId doesn't own the thread it will throw an error.
|
|
103
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
104
|
+
- c139344: When converting JSON schemas to Zod schemas, we were sometimes marking optional fields as nullable instead, making them required with a null value, even if the schema didn't mark them as required
|
|
105
|
+
|
|
106
|
+
## 0.5.0-alpha.12
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- a85ab24: make execute optional for create tool
|
|
111
|
+
|
|
112
|
+
## 0.5.0-alpha.11
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- 7a7a547: Fix telemetry getter in hono server
|
|
117
|
+
- c93798b: Added MastraLanguageModel which extends LanguageModelV1
|
|
118
|
+
- dbd9f2d: Handle different condition types on workflow graph
|
|
119
|
+
- a171b37: Better retry mechanisms
|
|
120
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
121
|
+
|
|
122
|
+
## 0.5.0-alpha.10
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- a910463: Improve typinges for getStepResult and workflow results
|
|
127
|
+
|
|
128
|
+
## 0.5.0-alpha.9
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- e9fbac5: Update Vercel tools to have id and update deployer
|
|
133
|
+
- 1e8bcbc: Fix suspend types
|
|
134
|
+
- aeb5e36: Adds default schema for tool when not provided
|
|
135
|
+
- f2301de: Added the ability to ensure the accessed thread in memory.query() is for the right resource id. ex memory.query({ threadId, resourceId }). If the resourceId doesn't own the thread it will throw an error.
|
|
136
|
+
|
|
137
|
+
## 0.5.0-alpha.8
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- 506f1d5: Properly serialize any date object when inserting into libsql
|
|
142
|
+
|
|
143
|
+
## 0.5.0-alpha.7
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- ee667a2: Fixed a serialization bug for thread IDs and dates in memory
|
|
148
|
+
|
|
149
|
+
## 0.5.0-alpha.6
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- f6678e4: Fixed an issue where we were using a non-windows-friendly absolute path check for libsql file urls
|
|
154
|
+
|
|
155
|
+
## 0.5.0-alpha.5
|
|
156
|
+
|
|
157
|
+
### Minor Changes
|
|
158
|
+
|
|
159
|
+
- dfbe4e9: Added new looping constructs with while/until and optional enum-based cyclical condition execution
|
|
160
|
+
- 3764e71: Workflow trigger data should only accept object types
|
|
161
|
+
- 358f069: Experimental if-else branching in between steps
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- 22643eb: Replace MastraPrimitives with direct Mastra instance
|
|
166
|
+
- 6feb23f: Fix for else condition with ref/query syntax
|
|
167
|
+
- f2d6727: Support for compound `.after` syntax
|
|
168
|
+
- 301e4ee: Fix log level showing number in core logger
|
|
169
|
+
- 9e81f35: Fix query filter for vector search and rerank
|
|
170
|
+
- caefaa2: Added optional chaining to a memory function call that may not exist
|
|
171
|
+
- c151ae6: Fixed an issue where models that don't support structured output would error when generating a thread title. Added an option to disable thread title llm generation `new Memory({ threads: { generateTitle: false }})`
|
|
172
|
+
- 52e0418: Split up action types between tools and workflows
|
|
173
|
+
- 03236ec: Added GRPC Exporter for Laminar and updated dodcs for Observability Providers
|
|
174
|
+
- df982db: Updated Agent tool input to accept vercel tool format
|
|
175
|
+
- 0461849: Fixed a bug where mastra.db file location was inconsistently created when running mastra dev vs running a file directly (tsx src/index.ts for ex)
|
|
176
|
+
- 2259379: Add documentation for workflow looping APIs
|
|
177
|
+
|
|
178
|
+
## 0.5.0-alpha.4
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- d79aedf: Fix import/require paths in these package.json
|
|
183
|
+
|
|
184
|
+
## 0.5.0-alpha.3
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- 3d0e290: Fixed an issue where messages that were numbers weren't being stored as strings. Fixed incorrect array access when retrieving memory messages
|
|
189
|
+
|
|
190
|
+
## 0.5.0-alpha.2
|
|
191
|
+
|
|
192
|
+
### Minor Changes
|
|
193
|
+
|
|
194
|
+
- 02ffb7b: Added updateIndexById and deleteIndexById methods in the MastraVector inteface
|
|
195
|
+
|
|
196
|
+
## 0.5.0-alpha.1
|
|
197
|
+
|
|
198
|
+
### Patch Changes
|
|
199
|
+
|
|
200
|
+
- dab255b: Fixed bug where using an in memory libsql db (config.url = ":memory:) for memory would throw errors about missing tables
|
|
201
|
+
|
|
202
|
+
## 0.5.0-alpha.0
|
|
203
|
+
|
|
204
|
+
### Minor Changes
|
|
205
|
+
|
|
206
|
+
- 59df7b6: Added a new option to use tool-calls for saving working memory: new Memory({ workingMemory: { enabled: true, use: "tool-call" } }). This is to support response methods like toDataStream where masking working memory chunks would be more resource intensive and complex.
|
|
207
|
+
To support this `memory` is now passed into tool execute args.
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- 29f3a82: Improve agent generate,stream returnTypes
|
|
212
|
+
- 59df7b6: Keep default memory db in .mastra/mastra.db, not .mastra/output/memory.db for consistency
|
|
213
|
+
- c139344: When converting JSON schemas to Zod schemas, we were sometimes marking optional fields as nullable instead, making them required with a null value, even if the schema didn't mark them as required
|
|
214
|
+
|
|
215
|
+
## 0.4.4
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- 1da20e7: Update typechecks for positional args
|
|
220
|
+
|
|
221
|
+
## 0.4.4-alpha.0
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- 1da20e7: Update typechecks for positional args
|
|
226
|
+
|
|
227
|
+
## 0.4.3
|
|
228
|
+
|
|
229
|
+
### Patch Changes
|
|
230
|
+
|
|
231
|
+
- 0d185b1: Ensure proper message sort order for tool calls and results when using Memory semanticRecall feature
|
|
232
|
+
- ed55f1d: Fixes to watch payload in workloads with nested branching
|
|
233
|
+
- 06aa827: add option for specifying telemetry settings at generation time
|
|
234
|
+
- 0fd78ac: Update vector store functions to use object params
|
|
235
|
+
- 2512a93: Support all aisdk options for agent stream,generate
|
|
236
|
+
- e62de74: Fix optional tool llm
|
|
237
|
+
execute
|
|
238
|
+
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
239
|
+
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
240
|
+
- 8d13b14: Fixes early exits in workflows with branching
|
|
241
|
+
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
242
|
+
- 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
|
|
243
|
+
- 4d4e1e1: Updated vector tests and pinecone
|
|
244
|
+
- bb4f447: Add support for commonjs
|
|
245
|
+
- 108793c: Throw error when resourceId is not provided but Memory is configured and a threadId was passed
|
|
246
|
+
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
247
|
+
- dabecf4: Pass threadId and resourceId into tool execute functions so that tools are able to query memory
|
|
248
|
+
|
|
249
|
+
## 0.4.3-alpha.4
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- dabecf4: Pass threadId and resourceId into tool execute functions so that tools are able to query memory
|
|
254
|
+
|
|
255
|
+
## 0.4.3-alpha.3
|
|
256
|
+
|
|
257
|
+
### Patch Changes
|
|
258
|
+
|
|
259
|
+
- 0fd78ac: Update vector store functions to use object params
|
|
260
|
+
- 0d25b75: Add all agent stream,generate option to cliend-js sdk
|
|
261
|
+
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
262
|
+
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
263
|
+
- 4d4e1e1: Updated vector tests and pinecone
|
|
264
|
+
- bb4f447: Add support for commonjs
|
|
265
|
+
|
|
266
|
+
## 0.4.3-alpha.2
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- 2512a93: Support all aisdk options for agent stream,generate
|
|
271
|
+
- e62de74: Fix optional tool llm
|
|
272
|
+
execute
|
|
273
|
+
|
|
274
|
+
## 0.4.3-alpha.1
|
|
275
|
+
|
|
276
|
+
### Patch Changes
|
|
277
|
+
|
|
278
|
+
- 0d185b1: Ensure proper message sort order for tool calls and results when using Memory semanticRecall feature
|
|
279
|
+
- ed55f1d: Fixes to watch payload in workloads with nested branching
|
|
280
|
+
- 8d13b14: Fixes early exits in workflows with branching
|
|
281
|
+
- 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
|
|
282
|
+
- 108793c: Throw error when resourceId is not provided but Memory is configured and a threadId was passed
|
|
283
|
+
- 5f28f44: Updated Chroma Vector to allow for document storage
|
|
284
|
+
|
|
285
|
+
## 0.4.3-alpha.0
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- 06aa827: add option for specifying telemetry settings at generation time
|
|
290
|
+
|
|
291
|
+
## 0.4.2
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- 7fceae1: Removed system prompt with todays date since it can interfere with input token caching. Also removed a memory system prompt that refered to date ranges - we no longer use date ranges for memory so this was removed
|
|
296
|
+
- 8d94c3e: Optional tool execute
|
|
297
|
+
- 99dcdb5: Inject primitives into condition function, and renames getStepPayload to getStepResult.
|
|
298
|
+
- 6cb63e0: Experimental output support
|
|
299
|
+
- f626fbb: add stt and tts capabilities on agent
|
|
300
|
+
- e752340: Move storage/vector libSQL to own files so they do not get imported when not using bundlers.
|
|
301
|
+
|
|
302
|
+
... 856 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/deployer-cloudflare
|
|
2
|
+
|
|
3
|
+
## 0.1.10-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [cc7f392]
|
|
8
|
+
- Updated dependencies [fc2f89c]
|
|
9
|
+
- Updated dependencies [dfbb131]
|
|
10
|
+
- Updated dependencies [0850b4c]
|
|
11
|
+
- Updated dependencies [da8d9bb]
|
|
12
|
+
- Updated dependencies [9116d70]
|
|
13
|
+
- @mastra/deployer@0.2.1-alpha.2
|
|
14
|
+
- @mastra/core@0.6.1-alpha.2
|
|
15
|
+
|
|
16
|
+
## 0.1.10-alpha.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [f4854ee]
|
|
21
|
+
- Updated dependencies [afaf73f]
|
|
22
|
+
- Updated dependencies [44631b1]
|
|
23
|
+
- Updated dependencies [6e559a0]
|
|
24
|
+
- Updated dependencies [5f43505]
|
|
25
|
+
- Updated dependencies [61ad5a4]
|
|
26
|
+
- @mastra/core@0.6.1-alpha.1
|
|
27
|
+
- @mastra/deployer@0.2.1-alpha.1
|
|
28
|
+
|
|
29
|
+
## 0.1.10-alpha.0
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [7bcfaee]
|
|
34
|
+
- @mastra/core@0.6.1-alpha.0
|
|
35
|
+
- @mastra/deployer@0.2.1-alpha.0
|
|
36
|
+
|
|
37
|
+
## 0.1.9
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [16b98d9]
|
|
42
|
+
- Updated dependencies [1c8cda4]
|
|
43
|
+
- Updated dependencies [95b4144]
|
|
44
|
+
- Updated dependencies [3729dbd]
|
|
45
|
+
- Updated dependencies [c2144f4]
|
|
46
|
+
- @mastra/core@0.6.0
|
|
47
|
+
- @mastra/deployer@0.2.0
|
|
48
|
+
|
|
49
|
+
## 0.1.9-alpha.1
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies [16b98d9]
|
|
54
|
+
- Updated dependencies [1c8cda4]
|
|
55
|
+
- Updated dependencies [95b4144]
|
|
56
|
+
- Updated dependencies [c2144f4]
|
|
57
|
+
- @mastra/core@0.6.0-alpha.1
|
|
58
|
+
- @mastra/deployer@0.2.0-alpha.1
|
|
59
|
+
|
|
60
|
+
## 0.1.9-alpha.0
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [3729dbd]
|
|
65
|
+
- @mastra/core@0.5.1-alpha.0
|
|
66
|
+
- @mastra/deployer@0.1.9-alpha.0
|
|
67
|
+
|
|
68
|
+
## 0.1.8
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- fe11c20: have cloudflare wrangler point to correct entry point file
|
|
73
|
+
- 52e0418: Split up action types between tools and workflows
|
|
74
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
75
|
+
- Updated dependencies [a910463]
|
|
76
|
+
- Updated dependencies [59df7b6]
|
|
77
|
+
- Updated dependencies [22643eb]
|
|
78
|
+
- Updated dependencies [6feb23f]
|
|
79
|
+
- Updated dependencies [f2d6727]
|
|
80
|
+
- Updated dependencies [7a7a547]
|
|
81
|
+
- Updated dependencies [29f3a82]
|
|
82
|
+
- Updated dependencies [3d0e290]
|
|
83
|
+
- Updated dependencies [e9fbac5]
|
|
84
|
+
- Updated dependencies [301e4ee]
|
|
85
|
+
- Updated dependencies [ee667a2]
|
|
86
|
+
- Updated dependencies [dfbe4e9]
|
|
87
|
+
- Updated dependencies [dab255b]
|
|
88
|
+
- Updated dependencies [1e8bcbc]
|
|
89
|
+
- Updated dependencies [f6678e4]
|
|
90
|
+
- Updated dependencies [9e81f35]
|
|
91
|
+
- Updated dependencies [c93798b]
|
|
92
|
+
- Updated dependencies [a85ab24]
|
|
93
|
+
- Updated dependencies [dbd9f2d]
|
|
94
|
+
- Updated dependencies [59df7b6]
|
|
95
|
+
- Updated dependencies [caefaa2]
|
|
96
|
+
- Updated dependencies [c151ae6]
|
|
97
|
+
- Updated dependencies [52e0418]
|
|
98
|
+
- Updated dependencies [d79aedf]
|
|
99
|
+
- Updated dependencies [8deb34c]
|
|
100
|
+
- Updated dependencies [c2dde91]
|
|
101
|
+
- Updated dependencies [5d41958]
|
|
102
|
+
- Updated dependencies [144b3d5]
|
|
103
|
+
- Updated dependencies [03236ec]
|
|
104
|
+
- Updated dependencies [3764e71]
|
|
105
|
+
- Updated dependencies [df982db]
|
|
106
|
+
- Updated dependencies [a171b37]
|
|
107
|
+
- Updated dependencies [506f1d5]
|
|
108
|
+
- Updated dependencies [02ffb7b]
|
|
109
|
+
- Updated dependencies [731dd8a]
|
|
110
|
+
- Updated dependencies [0461849]
|
|
111
|
+
- Updated dependencies [2259379]
|
|
112
|
+
- Updated dependencies [aeb5e36]
|
|
113
|
+
- Updated dependencies [f2301de]
|
|
114
|
+
- Updated dependencies [358f069]
|
|
115
|
+
- Updated dependencies [fd4a1d7]
|
|
116
|
+
- Updated dependencies [960690d]
|
|
117
|
+
- Updated dependencies [c139344]
|
|
118
|
+
- @mastra/core@0.5.0
|
|
119
|
+
- @mastra/deployer@0.1.8
|
|
120
|
+
|
|
121
|
+
## 0.1.8-alpha.12
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [a85ab24]
|
|
126
|
+
- @mastra/core@0.5.0-alpha.12
|
|
127
|
+
- @mastra/deployer@0.1.8-alpha.12
|
|
128
|
+
|
|
129
|
+
## 0.1.8-alpha.11
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
134
|
+
- Updated dependencies [7a7a547]
|
|
135
|
+
- Updated dependencies [c93798b]
|
|
136
|
+
- Updated dependencies [dbd9f2d]
|
|
137
|
+
- Updated dependencies [8deb34c]
|
|
138
|
+
- Updated dependencies [5d41958]
|
|
139
|
+
- Updated dependencies [a171b37]
|
|
140
|
+
- Updated dependencies [fd4a1d7]
|
|
141
|
+
- @mastra/deployer@0.1.8-alpha.11
|
|
142
|
+
- @mastra/core@0.5.0-alpha.11
|
|
143
|
+
|
|
144
|
+
## 0.1.8-alpha.10
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- Updated dependencies [a910463]
|
|
149
|
+
- @mastra/core@0.5.0-alpha.10
|
|
150
|
+
- @mastra/deployer@0.1.8-alpha.10
|
|
151
|
+
|
|
152
|
+
## 0.1.8-alpha.9
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Updated dependencies [e9fbac5]
|
|
157
|
+
- Updated dependencies [1e8bcbc]
|
|
158
|
+
- Updated dependencies [aeb5e36]
|
|
159
|
+
- Updated dependencies [f2301de]
|
|
160
|
+
- @mastra/deployer@0.1.8-alpha.9
|
|
161
|
+
- @mastra/core@0.5.0-alpha.9
|
|
162
|
+
|
|
163
|
+
## 0.1.8-alpha.8
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- Updated dependencies [506f1d5]
|
|
168
|
+
- @mastra/core@0.5.0-alpha.8
|
|
169
|
+
- @mastra/deployer@0.1.8-alpha.8
|
|
170
|
+
|
|
171
|
+
## 0.1.8-alpha.7
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- Updated dependencies [ee667a2]
|
|
176
|
+
- @mastra/core@0.5.0-alpha.7
|
|
177
|
+
- @mastra/deployer@0.1.8-alpha.7
|
|
178
|
+
|
|
179
|
+
## 0.1.8-alpha.6
|
|
180
|
+
|
|
181
|
+
### Patch Changes
|
|
182
|
+
|
|
183
|
+
- Updated dependencies [f6678e4]
|
|
184
|
+
- @mastra/core@0.5.0-alpha.6
|
|
185
|
+
- @mastra/deployer@0.1.8-alpha.6
|
|
186
|
+
|
|
187
|
+
## 0.1.8-alpha.5
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- fe11c20: have cloudflare wrangler point to correct entry point file
|
|
192
|
+
- 52e0418: Split up action types between tools and workflows
|
|
193
|
+
- Updated dependencies [22643eb]
|
|
194
|
+
- Updated dependencies [6feb23f]
|
|
195
|
+
- Updated dependencies [f2d6727]
|
|
196
|
+
- Updated dependencies [301e4ee]
|
|
197
|
+
- Updated dependencies [dfbe4e9]
|
|
198
|
+
- Updated dependencies [9e81f35]
|
|
199
|
+
- Updated dependencies [caefaa2]
|
|
200
|
+
- Updated dependencies [c151ae6]
|
|
201
|
+
- Updated dependencies [52e0418]
|
|
202
|
+
- Updated dependencies [03236ec]
|
|
203
|
+
- Updated dependencies [3764e71]
|
|
204
|
+
- Updated dependencies [df982db]
|
|
205
|
+
- Updated dependencies [0461849]
|
|
206
|
+
- Updated dependencies [2259379]
|
|
207
|
+
- Updated dependencies [358f069]
|
|
208
|
+
- @mastra/core@0.5.0-alpha.5
|
|
209
|
+
- @mastra/deployer@0.1.8-alpha.5
|
|
210
|
+
|
|
211
|
+
## 0.1.8-alpha.4
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- Updated dependencies [d79aedf]
|
|
216
|
+
- Updated dependencies [144b3d5]
|
|
217
|
+
- @mastra/core@0.5.0-alpha.4
|
|
218
|
+
- @mastra/deployer@0.1.8-alpha.4
|
|
219
|
+
|
|
220
|
+
## 0.1.8-alpha.3
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- Updated dependencies [3d0e290]
|
|
225
|
+
- @mastra/core@0.5.0-alpha.3
|
|
226
|
+
- @mastra/deployer@0.1.8-alpha.3
|
|
227
|
+
|
|
228
|
+
## 0.1.8-alpha.2
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- Updated dependencies [02ffb7b]
|
|
233
|
+
- @mastra/core@0.5.0-alpha.2
|
|
234
|
+
- @mastra/deployer@0.1.8-alpha.2
|
|
235
|
+
|
|
236
|
+
## 0.1.8-alpha.1
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [dab255b]
|
|
241
|
+
- @mastra/core@0.5.0-alpha.1
|
|
242
|
+
- @mastra/deployer@0.1.8-alpha.1
|
|
243
|
+
|
|
244
|
+
## 0.1.8-alpha.0
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- Updated dependencies [59df7b6]
|
|
249
|
+
- Updated dependencies [29f3a82]
|
|
250
|
+
- Updated dependencies [59df7b6]
|
|
251
|
+
- Updated dependencies [c2dde91]
|
|
252
|
+
- Updated dependencies [731dd8a]
|
|
253
|
+
- Updated dependencies [960690d]
|
|
254
|
+
- Updated dependencies [c139344]
|
|
255
|
+
- @mastra/core@0.5.0-alpha.0
|
|
256
|
+
- @mastra/deployer@0.1.8-alpha.0
|
|
257
|
+
|
|
258
|
+
## 0.1.7
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- Updated dependencies [1da20e7]
|
|
263
|
+
- Updated dependencies [30a4c29]
|
|
264
|
+
- Updated dependencies [e1e2705]
|
|
265
|
+
- @mastra/core@0.4.4
|
|
266
|
+
- @mastra/deployer@0.1.7
|
|
267
|
+
|
|
268
|
+
## 0.1.7-alpha.0
|
|
269
|
+
|
|
270
|
+
### Patch Changes
|
|
271
|
+
|
|
272
|
+
- Updated dependencies [1da20e7]
|
|
273
|
+
- Updated dependencies [30a4c29]
|
|
274
|
+
- Updated dependencies [e1e2705]
|
|
275
|
+
- @mastra/core@0.4.4-alpha.0
|
|
276
|
+
- @mastra/deployer@0.1.7-alpha.0
|
|
277
|
+
|
|
278
|
+
## 0.1.6
|
|
279
|
+
|
|
280
|
+
### Patch Changes
|
|
281
|
+
|
|
282
|
+
- bb4f447: Add support for commonjs
|
|
283
|
+
- Updated dependencies [0d185b1]
|
|
284
|
+
- Updated dependencies [ed55f1d]
|
|
285
|
+
- Updated dependencies [06aa827]
|
|
286
|
+
- Updated dependencies [80cdd76]
|
|
287
|
+
- Updated dependencies [0fd78ac]
|
|
288
|
+
- Updated dependencies [2512a93]
|
|
289
|
+
- Updated dependencies [e62de74]
|
|
290
|
+
- Updated dependencies [0d25b75]
|
|
291
|
+
- Updated dependencies [fd14a3f]
|
|
292
|
+
- Updated dependencies [8d13b14]
|
|
293
|
+
- Updated dependencies [3f369a2]
|
|
294
|
+
- Updated dependencies [3ee4831]
|
|
295
|
+
- Updated dependencies [4d4e1e1]
|
|
296
|
+
- Updated dependencies [bb4f447]
|
|
297
|
+
- Updated dependencies [108793c]
|
|
298
|
+
- Updated dependencies [5f28f44]
|
|
299
|
+
- Updated dependencies [dabecf4]
|
|
300
|
+
- @mastra/core@0.4.3
|
|
301
|
+
|
|
302
|
+
... 1016 more lines hidden. See full changelog in package directory.
|