@mastra/mcp-docs-server 1.0.0 → 1.0.2-alpha.0
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/%40internal%2Fchangeset-cli.md +1 -3
- package/.docs/organized/changelogs/%40internal%2Fexternal-types.md +1 -3
- package/.docs/organized/changelogs/%40internal%2Fplayground.md +34 -0
- package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
- package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +1 -3
- package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +13 -13
- package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +32 -32
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +78 -388
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +142 -604
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +76 -315
- package/.docs/organized/changelogs/%40mastra%2Fcodemod.md +41 -0
- package/.docs/organized/changelogs/%40mastra%2Fconvex.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +328 -3398
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +114 -141
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +78 -474
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +22 -22
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +23 -221
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +78 -411
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +12 -291
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +78 -624
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +182 -589
- package/.docs/organized/changelogs/%40mastra%2Frag.md +75 -75
- package/.docs/organized/changelogs/%40mastra%2Freact.md +48 -48
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +188 -799
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +11 -11
- package/.docs/organized/changelogs/create-mastra.md +11 -11
- package/.docs/organized/changelogs/mastra.md +114 -114
- package/.docs/organized/code-examples/a2a.md +1 -1
- package/.docs/organized/code-examples/ai-elements.md +1 -1
- package/.docs/organized/code-examples/ai-sdk-useChat.md +1 -1
- package/.docs/organized/code-examples/ai-sdk-v5.md +1 -1
- package/.docs/organized/code-examples/assistant-ui.md +1 -1
- package/.docs/organized/code-examples/bird-checker-with-express.md +3 -3
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +1 -1
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +2 -2
- package/.docs/organized/code-examples/fireworks-r1.md +3 -3
- package/.docs/organized/code-examples/heads-up-game.md +1 -1
- package/.docs/organized/code-examples/mcp-configuration.md +1 -1
- package/.docs/organized/code-examples/mcp-server-adapters.md +2 -2
- package/.docs/organized/code-examples/memory-per-resource-example.md +1 -1
- package/.docs/organized/code-examples/memory-with-mongodb.md +2 -2
- package/.docs/organized/code-examples/memory-with-pg.md +2 -2
- package/.docs/organized/code-examples/memory-with-upstash.md +2 -2
- package/.docs/organized/code-examples/openapi-spec-writer.md +1 -1
- package/.docs/organized/code-examples/quick-start.md +2 -2
- package/.docs/organized/code-examples/server-app-access.md +2 -2
- package/.docs/organized/code-examples/server-express-adapter.md +2 -2
- package/.docs/organized/code-examples/server-fastify-adapter.md +2 -2
- package/.docs/organized/code-examples/server-hono-adapter.md +2 -2
- package/.docs/organized/code-examples/server-koa-adapter.md +2 -2
- package/.docs/organized/code-examples/unified-workspace.md +1048 -0
- package/.docs/organized/code-examples/workflow-ai-recruiter.md +2 -2
- package/.docs/organized/code-examples/workflow-with-inline-steps.md +2 -2
- package/.docs/organized/code-examples/workflow-with-memory.md +2 -2
- package/.docs/organized/code-examples/workflow-with-separate-steps.md +2 -2
- package/.docs/organized/code-examples/workflow-with-suspend-resume.md +2 -2
- package/.docs/raw/agents/adding-voice.mdx +12 -12
- package/.docs/raw/agents/agent-approval.mdx +2 -2
- package/.docs/raw/agents/agent-memory.mdx +8 -8
- package/.docs/raw/agents/guardrails.mdx +9 -9
- package/.docs/raw/agents/network-approval.mdx +2 -2
- package/.docs/raw/agents/networks.mdx +1 -1
- package/.docs/raw/agents/overview.mdx +22 -12
- package/.docs/raw/agents/processors.mdx +8 -8
- package/.docs/raw/agents/structured-output.mdx +3 -3
- package/.docs/raw/agents/using-tools.mdx +57 -6
- package/.docs/raw/community/contributing-templates.mdx +3 -3
- package/.docs/raw/community/discord.mdx +1 -1
- package/.docs/raw/course/01-first-agent/03-verifying-installation.md +1 -1
- package/.docs/raw/course/01-first-agent/04-project-structure.md +2 -0
- package/.docs/raw/course/01-first-agent/07-creating-your-agent.md +4 -4
- package/.docs/raw/course/01-first-agent/08-exporting-your-agent.md +9 -9
- package/.docs/raw/course/01-first-agent/11-creating-transactions-tool.md +11 -11
- package/.docs/raw/course/01-first-agent/12-connecting-tool-to-agent.md +4 -4
- package/.docs/raw/course/01-first-agent/15-installing-memory.md +1 -1
- package/.docs/raw/course/01-first-agent/16-adding-memory-to-agent.md +9 -9
- package/.docs/raw/course/02-agent-tools-mcp/02-installing-mcp.md +1 -1
- package/.docs/raw/course/02-agent-tools-mcp/03-setting-up-mcp-configuration.md +2 -2
- package/.docs/raw/course/02-agent-tools-mcp/04-initializing-mcp-tools.md +1 -1
- package/.docs/raw/course/02-agent-tools-mcp/05-updating-your-agent.md +3 -3
- package/.docs/raw/course/02-agent-tools-mcp/09-updating-mcp-config-zapier.md +2 -2
- package/.docs/raw/course/02-agent-tools-mcp/10-updating-agent-instructions-zapier.md +3 -3
- package/.docs/raw/course/02-agent-tools-mcp/14-getting-github-mcp-url.md +6 -9
- package/.docs/raw/course/02-agent-tools-mcp/15-updating-mcp-config-github.md +2 -2
- package/.docs/raw/course/02-agent-tools-mcp/16-updating-agent-instructions-github.md +3 -3
- package/.docs/raw/course/02-agent-tools-mcp/20-updating-mcp-config-hackernews.md +5 -5
- package/.docs/raw/course/02-agent-tools-mcp/21-updating-agent-instructions-hackernews.md +3 -3
- package/.docs/raw/course/02-agent-tools-mcp/26-updating-mcp-config-filesystem.md +8 -8
- package/.docs/raw/course/02-agent-tools-mcp/27-updating-agent-instructions-filesystem.md +4 -4
- package/.docs/raw/course/02-agent-tools-mcp/31-enhancing-memory-configuration.md +10 -10
- package/.docs/raw/course/02-agent-tools-mcp/32-conclusion.md +1 -1
- package/.docs/raw/course/03-agent-memory/03-installing-memory.md +1 -1
- package/.docs/raw/course/03-agent-memory/04-creating-basic-memory-agent.md +9 -9
- package/.docs/raw/course/03-agent-memory/05-updating-mastra-export.md +3 -3
- package/.docs/raw/course/03-agent-memory/07-understanding-memory-threads.md +2 -2
- package/.docs/raw/course/03-agent-memory/08-configuring-conversation-history.md +8 -8
- package/.docs/raw/course/03-agent-memory/09-using-memory-in-application.md +4 -4
- package/.docs/raw/course/03-agent-memory/10-storage-configuration.md +5 -5
- package/.docs/raw/course/03-agent-memory/12-handling-memory-frontend.md +14 -14
- package/.docs/raw/course/03-agent-memory/13-vector-store-configuration.md +7 -7
- package/.docs/raw/course/03-agent-memory/16-configuring-semantic-recall.md +12 -12
- package/.docs/raw/course/03-agent-memory/18-advanced-configuration-semantic-recall.md +5 -5
- package/.docs/raw/course/03-agent-memory/21-configuring-working-memory.md +12 -12
- package/.docs/raw/course/03-agent-memory/22-custom-working-memory-templates.md +10 -10
- package/.docs/raw/course/03-agent-memory/25-combining-memory-features.md +8 -8
- package/.docs/raw/course/03-agent-memory/27-creating-learning-assistant.md +11 -11
- package/.docs/raw/course/04-workflows/01-introduction-to-workflows.md +4 -4
- package/.docs/raw/course/04-workflows/02-understanding-steps.md +4 -4
- package/.docs/raw/course/04-workflows/03-creating-your-first-step.md +12 -12
- package/.docs/raw/course/04-workflows/04-creating-a-second-step.md +10 -10
- package/.docs/raw/course/04-workflows/05-chaining-steps-together.md +6 -6
- package/.docs/raw/course/04-workflows/06-registering-with-mastra.md +2 -2
- package/.docs/raw/course/04-workflows/08-running-workflows-programmatically.md +16 -20
- package/.docs/raw/course/04-workflows/09-adding-a-third-step.md +12 -14
- package/.docs/raw/course/04-workflows/10-updating-the-workflow.md +5 -5
- package/.docs/raw/course/04-workflows/11-creating-an-ai-agent.md +7 -7
- package/.docs/raw/course/04-workflows/12-using-agent-in-workflow.md +15 -17
- package/.docs/raw/course/04-workflows/13-creating-ai-enhanced-workflow.md +8 -11
- package/.docs/raw/course/04-workflows/14-understanding-parallel-execution.md +1 -1
- package/.docs/raw/course/04-workflows/15-creating-parallel-steps.md +37 -41
- package/.docs/raw/course/04-workflows/16-building-parallel-workflow.md +17 -17
- package/.docs/raw/course/04-workflows/17-testing-parallel-performance.md +2 -6
- package/.docs/raw/course/04-workflows/18-understanding-conditional-branching.md +3 -3
- package/.docs/raw/course/04-workflows/19-creating-conditional-steps.md +42 -46
- package/.docs/raw/course/04-workflows/20-building-conditional-workflow.md +6 -11
- package/.docs/raw/course/04-workflows/21-testing-conditional-logic.md +2 -2
- package/.docs/raw/deployment/cloud-providers.mdx +7 -7
- package/.docs/raw/deployment/mastra-server.mdx +9 -9
- package/.docs/raw/deployment/monorepo.mdx +7 -7
- package/.docs/raw/deployment/overview.mdx +15 -15
- package/.docs/raw/deployment/web-framework.mdx +6 -6
- package/.docs/raw/deployment/workflow-runners.mdx +1 -1
- package/.docs/raw/evals/built-in-scorers.mdx +16 -16
- package/.docs/raw/evals/custom-scorers.mdx +3 -3
- package/.docs/raw/evals/overview.mdx +7 -7
- package/.docs/raw/evals/running-in-ci.mdx +3 -3
- package/.docs/raw/getting-started/manual-install.mdx +12 -69
- package/.docs/raw/getting-started/mcp-docs-server.mdx +78 -73
- package/.docs/raw/getting-started/project-structure.mdx +4 -4
- package/.docs/raw/getting-started/start.mdx +10 -10
- package/.docs/raw/getting-started/studio.mdx +11 -37
- package/.docs/raw/guides/agent-frameworks/ai-sdk.mdx +9 -31
- package/.docs/raw/guides/build-your-ui/ai-sdk-ui.mdx +19 -38
- package/.docs/raw/guides/build-your-ui/assistant-ui.mdx +5 -5
- package/.docs/raw/guides/build-your-ui/copilotkit.mdx +5 -7
- package/.docs/raw/guides/deployment/amazon-ec2.mdx +5 -5
- package/.docs/raw/guides/deployment/aws-lambda.mdx +6 -6
- package/.docs/raw/guides/deployment/azure-app-services.mdx +6 -6
- package/.docs/raw/guides/deployment/cloudflare-deployer.mdx +6 -6
- package/.docs/raw/guides/deployment/digital-ocean.mdx +8 -19
- package/.docs/raw/guides/deployment/index.mdx +10 -10
- package/.docs/raw/guides/deployment/inngest.mdx +6 -6
- package/.docs/raw/guides/deployment/netlify-deployer.mdx +6 -6
- package/.docs/raw/guides/deployment/vercel-deployer.mdx +79 -6
- package/.docs/raw/guides/getting-started/astro.mdx +13 -116
- package/.docs/raw/guides/getting-started/express.mdx +12 -12
- package/.docs/raw/guides/getting-started/hono.mdx +14 -125
- package/.docs/raw/guides/getting-started/next-js.mdx +15 -126
- package/.docs/raw/guides/getting-started/nuxt.mdx +13 -94
- package/.docs/raw/guides/getting-started/quickstart.mdx +10 -50
- package/.docs/raw/guides/getting-started/sveltekit.mdx +13 -97
- package/.docs/raw/guides/getting-started/vite-react.mdx +23 -144
- package/.docs/raw/guides/guide/ai-recruiter.mdx +4 -4
- package/.docs/raw/guides/guide/chef-michel.mdx +4 -4
- package/.docs/raw/guides/guide/github-actions-pr-description.mdx +244 -0
- package/.docs/raw/guides/guide/notes-mcp-server.mdx +6 -6
- package/.docs/raw/guides/guide/research-assistant.mdx +6 -6
- package/.docs/raw/guides/guide/stock-agent.mdx +3 -3
- package/.docs/raw/guides/guide/web-search.mdx +11 -11
- package/.docs/raw/guides/guide/whatsapp-chat-bot.mdx +1 -1
- package/.docs/raw/guides/migrations/ai-sdk-v4-to-v5.mdx +1 -1
- package/.docs/raw/guides/migrations/upgrade-to-v1/agent.mdx +14 -14
- package/.docs/raw/guides/migrations/upgrade-to-v1/cli.mdx +2 -2
- package/.docs/raw/guides/migrations/upgrade-to-v1/client.mdx +9 -9
- package/.docs/raw/guides/migrations/upgrade-to-v1/evals.mdx +8 -8
- package/.docs/raw/guides/migrations/upgrade-to-v1/mastra.mdx +6 -6
- package/.docs/raw/guides/migrations/upgrade-to-v1/mcp.mdx +6 -6
- package/.docs/raw/guides/migrations/upgrade-to-v1/memory.mdx +10 -10
- package/.docs/raw/guides/migrations/upgrade-to-v1/overview.mdx +48 -48
- package/.docs/raw/guides/migrations/upgrade-to-v1/storage.mdx +13 -13
- package/.docs/raw/guides/migrations/upgrade-to-v1/tools.mdx +3 -3
- package/.docs/raw/guides/migrations/upgrade-to-v1/tracing.mdx +17 -17
- package/.docs/raw/guides/migrations/upgrade-to-v1/voice.mdx +2 -2
- package/.docs/raw/guides/migrations/upgrade-to-v1/workflows.mdx +40 -14
- package/.docs/raw/guides/migrations/vnext-to-standard-apis.mdx +26 -26
- package/.docs/raw/index.mdx +8 -8
- package/.docs/raw/mastra-cloud/deployment.mdx +5 -5
- package/.docs/raw/mastra-cloud/observability.mdx +7 -7
- package/.docs/raw/mastra-cloud/overview.mdx +4 -4
- package/.docs/raw/mastra-cloud/setup.mdx +6 -6
- package/.docs/raw/mastra-cloud/studio.mdx +5 -5
- package/.docs/raw/mcp/overview.mdx +15 -16
- package/.docs/raw/memory/memory-processors.mdx +4 -4
- package/.docs/raw/memory/message-history.mdx +221 -31
- package/.docs/raw/memory/overview.mdx +22 -53
- package/.docs/raw/memory/semantic-recall.mdx +45 -22
- package/.docs/raw/memory/storage.mdx +120 -90
- package/.docs/raw/memory/working-memory.mdx +22 -1
- package/.docs/raw/observability/logging.mdx +3 -3
- package/.docs/raw/observability/overview.mdx +14 -4
- package/.docs/raw/observability/tracing/bridges/otel.mdx +5 -5
- package/.docs/raw/observability/tracing/exporters/arize.mdx +2 -2
- package/.docs/raw/observability/tracing/exporters/braintrust.mdx +2 -2
- package/.docs/raw/observability/tracing/exporters/cloud.mdx +3 -3
- package/.docs/raw/observability/tracing/exporters/datadog.mdx +2 -2
- package/.docs/raw/observability/tracing/exporters/default.mdx +45 -7
- package/.docs/raw/observability/tracing/exporters/laminar.mdx +1 -1
- package/.docs/raw/observability/tracing/exporters/langfuse.mdx +2 -2
- package/.docs/raw/observability/tracing/exporters/langsmith.mdx +2 -2
- package/.docs/raw/observability/tracing/exporters/otel.mdx +11 -11
- package/.docs/raw/observability/tracing/exporters/posthog.mdx +2 -2
- package/.docs/raw/observability/tracing/exporters/sentry.mdx +1 -1
- package/.docs/raw/observability/tracing/overview.mdx +32 -28
- package/.docs/raw/observability/tracing/processors/sensitive-data-filter.mdx +1 -1
- package/.docs/raw/rag/chunking-and-embedding.mdx +5 -5
- package/.docs/raw/rag/graph-rag.mdx +3 -3
- package/.docs/raw/rag/retrieval.mdx +4 -4
- package/.docs/raw/rag/vector-databases.mdx +1 -1
- package/.docs/raw/reference/agents/agent.mdx +1 -1
- package/.docs/raw/reference/agents/generate.mdx +168 -0
- package/.docs/raw/reference/agents/generateLegacy.mdx +4 -4
- package/.docs/raw/reference/agents/getDefaultGenerateOptions.mdx +2 -2
- package/.docs/raw/reference/agents/getDefaultOptions.mdx +2 -2
- package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +2 -2
- package/.docs/raw/reference/agents/getDescription.mdx +1 -1
- package/.docs/raw/reference/agents/getInstructions.mdx +2 -2
- package/.docs/raw/reference/agents/getLLM.mdx +2 -2
- package/.docs/raw/reference/agents/getMemory.mdx +2 -2
- package/.docs/raw/reference/agents/getModel.mdx +2 -2
- package/.docs/raw/reference/agents/getTools.mdx +2 -2
- package/.docs/raw/reference/agents/getVoice.mdx +1 -1
- package/.docs/raw/reference/agents/listAgents.mdx +1 -1
- package/.docs/raw/reference/agents/listScorers.mdx +2 -2
- package/.docs/raw/reference/agents/listTools.mdx +2 -2
- package/.docs/raw/reference/agents/listWorkflows.mdx +2 -2
- package/.docs/raw/reference/ai-sdk/chat-route.mdx +2 -2
- package/.docs/raw/reference/ai-sdk/handle-chat-stream.mdx +2 -2
- package/.docs/raw/reference/ai-sdk/handle-network-stream.mdx +2 -2
- package/.docs/raw/reference/ai-sdk/handle-workflow-stream.mdx +3 -3
- package/.docs/raw/reference/ai-sdk/network-route.mdx +2 -2
- package/.docs/raw/reference/ai-sdk/to-ai-sdk-stream.mdx +1 -1
- package/.docs/raw/reference/ai-sdk/workflow-route.mdx +3 -3
- package/.docs/raw/reference/auth/auth0.mdx +1 -1
- package/.docs/raw/reference/auth/clerk.mdx +1 -1
- package/.docs/raw/reference/auth/firebase.mdx +1 -1
- package/.docs/raw/reference/auth/jwt.mdx +1 -1
- package/.docs/raw/reference/auth/supabase.mdx +1 -1
- package/.docs/raw/reference/auth/workos.mdx +1 -1
- package/.docs/raw/reference/cli/create-mastra.mdx +6 -63
- package/.docs/raw/reference/cli/mastra.mdx +27 -9
- package/.docs/raw/reference/client-js/mastra-client.mdx +1 -1
- package/.docs/raw/reference/client-js/workflows.mdx +2 -2
- package/.docs/raw/reference/configuration.mdx +19 -19
- package/.docs/raw/reference/core/addGateway.mdx +5 -5
- package/.docs/raw/reference/core/getAgent.mdx +1 -1
- package/.docs/raw/reference/core/getAgentById.mdx +1 -1
- package/.docs/raw/reference/core/getDeployer.mdx +2 -2
- package/.docs/raw/reference/core/getGateway.mdx +5 -5
- package/.docs/raw/reference/core/getGatewayById.mdx +5 -5
- package/.docs/raw/reference/core/getLogger.mdx +2 -2
- package/.docs/raw/reference/core/getMCPServer.mdx +4 -4
- package/.docs/raw/reference/core/getMCPServerById.mdx +4 -4
- package/.docs/raw/reference/core/getMemory.mdx +3 -3
- package/.docs/raw/reference/core/getScorer.mdx +3 -3
- package/.docs/raw/reference/core/getScorerById.mdx +3 -3
- package/.docs/raw/reference/core/getServer.mdx +2 -2
- package/.docs/raw/reference/core/getStorage.mdx +2 -2
- package/.docs/raw/reference/core/getStoredAgentById.mdx +3 -3
- package/.docs/raw/reference/core/getTelemetry.mdx +2 -2
- package/.docs/raw/reference/core/getVector.mdx +2 -2
- package/.docs/raw/reference/core/getWorkflow.mdx +19 -3
- package/.docs/raw/reference/core/listAgents.mdx +1 -1
- package/.docs/raw/reference/core/listGateways.mdx +5 -5
- package/.docs/raw/reference/core/listLogs.mdx +2 -2
- package/.docs/raw/reference/core/listLogsByRunId.mdx +2 -2
- package/.docs/raw/reference/core/listMCPServers.mdx +4 -4
- package/.docs/raw/reference/core/listMemory.mdx +3 -3
- package/.docs/raw/reference/core/listScorers.mdx +3 -3
- package/.docs/raw/reference/core/listStoredAgents.mdx +3 -3
- package/.docs/raw/reference/core/listVectors.mdx +2 -2
- package/.docs/raw/reference/core/listWorkflows.mdx +1 -1
- package/.docs/raw/reference/core/mastra-class.mdx +1 -1
- package/.docs/raw/reference/core/mastra-model-gateway.mdx +5 -5
- package/.docs/raw/reference/core/setLogger.mdx +2 -2
- package/.docs/raw/reference/core/setStorage.mdx +2 -2
- package/.docs/raw/reference/deployer/cloudflare.mdx +1 -1
- package/.docs/raw/reference/deployer/netlify.mdx +1 -1
- package/.docs/raw/reference/deployer/vercel.mdx +1 -1
- package/.docs/raw/reference/evals/answer-relevancy.mdx +2 -2
- package/.docs/raw/reference/evals/answer-similarity.mdx +2 -2
- package/.docs/raw/reference/evals/bias.mdx +2 -2
- package/.docs/raw/reference/evals/completeness.mdx +2 -2
- package/.docs/raw/reference/evals/content-similarity.mdx +2 -2
- package/.docs/raw/reference/evals/context-precision.mdx +5 -5
- package/.docs/raw/reference/evals/context-relevance.mdx +3 -3
- package/.docs/raw/reference/evals/faithfulness.mdx +2 -2
- package/.docs/raw/reference/evals/hallucination.mdx +2 -2
- package/.docs/raw/reference/evals/keyword-coverage.mdx +2 -2
- package/.docs/raw/reference/evals/noise-sensitivity.mdx +4 -4
- package/.docs/raw/reference/evals/prompt-alignment.mdx +4 -4
- package/.docs/raw/reference/evals/run-evals.mdx +4 -4
- package/.docs/raw/reference/evals/textual-difference.mdx +2 -2
- package/.docs/raw/reference/evals/tone-consistency.mdx +2 -2
- package/.docs/raw/reference/evals/tool-call-accuracy.mdx +1 -1
- package/.docs/raw/reference/evals/toxicity.mdx +2 -2
- package/.docs/raw/reference/logging/pino-logger.mdx +1 -1
- package/.docs/raw/reference/memory/clone-utilities.mdx +4 -4
- package/.docs/raw/reference/memory/cloneThread.mdx +5 -5
- package/.docs/raw/reference/memory/createThread.mdx +5 -5
- package/.docs/raw/reference/memory/deleteMessages.mdx +3 -3
- package/.docs/raw/reference/memory/getThreadById.mdx +4 -4
- package/.docs/raw/reference/memory/listThreads.mdx +4 -4
- package/.docs/raw/reference/memory/memory-class.mdx +12 -12
- package/.docs/raw/reference/memory/recall.mdx +4 -4
- package/.docs/raw/reference/observability/tracing/bridges/otel.mdx +4 -4
- package/.docs/raw/reference/observability/tracing/configuration.mdx +11 -11
- package/.docs/raw/reference/observability/tracing/exporters/arize.mdx +1 -1
- package/.docs/raw/reference/observability/tracing/exporters/cloud-exporter.mdx +8 -8
- package/.docs/raw/reference/observability/tracing/exporters/console-exporter.mdx +8 -8
- package/.docs/raw/reference/observability/tracing/exporters/default-exporter.mdx +8 -8
- package/.docs/raw/reference/observability/tracing/exporters/otel.mdx +3 -3
- package/.docs/raw/reference/observability/tracing/instances.mdx +7 -7
- package/.docs/raw/reference/observability/tracing/interfaces.mdx +6 -6
- package/.docs/raw/reference/observability/tracing/spans.mdx +6 -6
- package/.docs/raw/reference/processors/batch-parts-processor.mdx +1 -1
- package/.docs/raw/reference/processors/language-detector.mdx +1 -1
- package/.docs/raw/reference/processors/message-history-processor.mdx +1 -1
- package/.docs/raw/reference/processors/moderation-processor.mdx +1 -1
- package/.docs/raw/reference/processors/pii-detector.mdx +1 -1
- package/.docs/raw/reference/processors/processor-interface.mdx +3 -3
- package/.docs/raw/reference/processors/prompt-injection-detector.mdx +1 -1
- package/.docs/raw/reference/processors/semantic-recall-processor.mdx +1 -1
- package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +1 -1
- package/.docs/raw/reference/processors/token-limiter-processor.mdx +1 -1
- package/.docs/raw/reference/processors/tool-call-filter.mdx +1 -1
- package/.docs/raw/reference/processors/unicode-normalizer.mdx +1 -1
- package/.docs/raw/reference/processors/working-memory-processor.mdx +11 -5
- package/.docs/raw/reference/rag/chunk.mdx +1 -1
- package/.docs/raw/reference/rag/database-config.mdx +3 -3
- package/.docs/raw/reference/rag/metadata-filters.mdx +10 -10
- package/.docs/raw/reference/server/create-route.mdx +3 -3
- package/.docs/raw/reference/server/express-adapter.mdx +14 -7
- package/.docs/raw/reference/server/fastify-adapter.mdx +14 -7
- package/.docs/raw/reference/server/hono-adapter.mdx +14 -7
- package/.docs/raw/reference/server/koa-adapter.mdx +14 -7
- package/.docs/raw/reference/server/mastra-server.mdx +23 -3
- package/.docs/raw/reference/server/register-api-route.mdx +320 -0
- package/.docs/raw/reference/server/routes.mdx +2 -2
- package/.docs/raw/reference/storage/cloudflare-d1.mdx +126 -33
- package/.docs/raw/reference/storage/cloudflare.mdx +6 -2
- package/.docs/raw/reference/storage/composite.mdx +13 -5
- package/.docs/raw/reference/storage/convex.mdx +10 -2
- package/.docs/raw/reference/storage/dynamodb.mdx +12 -8
- package/.docs/raw/reference/storage/lance.mdx +6 -2
- package/.docs/raw/reference/storage/libsql.mdx +10 -4
- package/.docs/raw/reference/storage/mongodb.mdx +2 -2
- package/.docs/raw/reference/storage/mssql.mdx +2 -2
- package/.docs/raw/reference/storage/postgresql.mdx +174 -21
- package/.docs/raw/reference/storage/upstash.mdx +7 -5
- package/.docs/raw/reference/streaming/agents/stream.mdx +3 -3
- package/.docs/raw/reference/streaming/agents/streamLegacy.mdx +5 -5
- package/.docs/raw/reference/streaming/workflows/observeStream.mdx +2 -2
- package/.docs/raw/reference/streaming/workflows/resumeStream.mdx +2 -2
- package/.docs/raw/reference/streaming/workflows/stream.mdx +2 -2
- package/.docs/raw/reference/streaming/workflows/timeTravelStream.mdx +2 -2
- package/.docs/raw/reference/templates/overview.mdx +6 -6
- package/.docs/raw/reference/tools/create-tool.mdx +5 -5
- package/.docs/raw/reference/tools/graph-rag-tool.mdx +2 -2
- package/.docs/raw/reference/tools/mcp-client.mdx +1 -1
- package/.docs/raw/reference/tools/mcp-server.mdx +30 -1
- package/.docs/raw/reference/tools/vector-query-tool.mdx +2 -2
- package/.docs/raw/reference/vectors/convex.mdx +2 -2
- package/.docs/raw/reference/vectors/couchbase.mdx +2 -2
- package/.docs/raw/reference/vectors/duckdb.mdx +2 -2
- package/.docs/raw/reference/vectors/elasticsearch.mdx +2 -2
- package/.docs/raw/reference/vectors/libsql.mdx +4 -4
- package/.docs/raw/reference/vectors/mongodb.mdx +4 -4
- package/.docs/raw/reference/vectors/pg.mdx +2 -2
- package/.docs/raw/reference/vectors/s3vectors.mdx +2 -2
- package/.docs/raw/reference/vectors/upstash.mdx +2 -2
- package/.docs/raw/reference/voice/voice.listen.mdx +1 -1
- package/.docs/raw/reference/voice/voice.speak.mdx +1 -1
- package/.docs/raw/reference/workflows/run-methods/cancel.mdx +1 -1
- package/.docs/raw/reference/workflows/run-methods/restart.mdx +2 -2
- package/.docs/raw/reference/workflows/run-methods/resume.mdx +3 -3
- package/.docs/raw/reference/workflows/run-methods/start.mdx +1 -1
- package/.docs/raw/reference/workflows/run-methods/startAsync.mdx +1 -1
- package/.docs/raw/reference/workflows/run-methods/timeTravel.mdx +4 -4
- package/.docs/raw/reference/workflows/run.mdx +1 -1
- package/.docs/raw/reference/workflows/step.mdx +3 -3
- package/.docs/raw/reference/workflows/workflow-methods/branch.mdx +2 -2
- package/.docs/raw/reference/workflows/workflow-methods/commit.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow-methods/create-run.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow-methods/dountil.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow-methods/dowhile.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow-methods/foreach.mdx +2 -2
- package/.docs/raw/reference/workflows/workflow-methods/map.mdx +2 -2
- package/.docs/raw/reference/workflows/workflow-methods/parallel.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow-methods/then.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow.mdx +3 -3
- package/.docs/raw/reference/workspace/filesystem.mdx +285 -0
- package/.docs/raw/reference/workspace/local-filesystem.mdx +164 -0
- package/.docs/raw/reference/workspace/local-sandbox.mdx +309 -0
- package/.docs/raw/reference/workspace/sandbox.mdx +148 -0
- package/.docs/raw/reference/workspace/workspace-class.mdx +355 -0
- package/.docs/raw/server/auth/auth0.mdx +5 -5
- package/.docs/raw/server/auth/clerk.mdx +5 -5
- package/.docs/raw/server/auth/composite-auth.mdx +241 -0
- package/.docs/raw/server/auth/custom-auth-provider.mdx +521 -0
- package/.docs/raw/server/auth/firebase.mdx +6 -6
- package/.docs/raw/server/auth/index.mdx +29 -6
- package/.docs/raw/server/auth/jwt.mdx +6 -6
- package/.docs/raw/server/auth/simple-auth.mdx +184 -0
- package/.docs/raw/server/auth/supabase.mdx +5 -5
- package/.docs/raw/server/auth/workos.mdx +5 -5
- package/.docs/raw/server/custom-adapters.mdx +10 -10
- package/.docs/raw/server/custom-api-routes.mdx +205 -0
- package/.docs/raw/server/mastra-client.mdx +17 -47
- package/.docs/raw/server/mastra-server.mdx +10 -10
- package/.docs/raw/server/middleware.mdx +64 -1
- package/.docs/raw/server/request-context.mdx +93 -6
- package/.docs/raw/server/server-adapters.mdx +47 -30
- package/.docs/raw/streaming/events.mdx +2 -2
- package/.docs/raw/streaming/overview.mdx +4 -4
- package/.docs/raw/streaming/tool-streaming.mdx +1 -1
- package/.docs/raw/tools-mcp/mcp-overview.mdx +13 -13
- package/.docs/raw/tools-mcp/overview.mdx +5 -5
- package/.docs/raw/voice/overview.mdx +42 -42
- package/.docs/raw/voice/speech-to-speech.mdx +1 -1
- package/.docs/raw/voice/speech-to-text.mdx +9 -9
- package/.docs/raw/voice/text-to-speech.mdx +12 -12
- package/.docs/raw/workflows/agents-and-tools.mdx +4 -4
- package/.docs/raw/workflows/control-flow.mdx +5 -5
- package/.docs/raw/workflows/error-handling.mdx +6 -6
- package/.docs/raw/workflows/human-in-the-loop.mdx +5 -5
- package/.docs/raw/workflows/input-data-mapping.mdx +3 -3
- package/.docs/raw/workflows/overview.mdx +20 -16
- package/.docs/raw/workflows/snapshots.mdx +14 -14
- package/.docs/raw/workflows/suspend-and-resume.mdx +9 -9
- package/.docs/raw/workflows/time-travel.mdx +4 -4
- package/.docs/raw/workflows/workflow-state.mdx +4 -4
- package/.docs/raw/workspace/filesystem.mdx +69 -0
- package/.docs/raw/workspace/overview.mdx +152 -0
- package/.docs/raw/workspace/sandbox.mdx +61 -0
- package/.docs/raw/workspace/search.mdx +222 -0
- package/.docs/raw/workspace/skills.mdx +133 -0
- package/CHANGELOG.md +21 -0
- package/README.md +1 -1
- package/dist/chunk-4CM2BQNP.js +3 -3
- package/dist/stdio.js +5 -5
- package/package.json +7 -7
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @internal/playground
|
|
2
2
|
|
|
3
|
+
## 1.1.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix link to evals documentation ([#12122](https://github.com/mastra-ai/mastra/pull/12122))
|
|
8
|
+
|
|
9
|
+
- Fixed the swagger-ui link to use a relative path instead of localhost. ([#12120](https://github.com/mastra-ai/mastra/pull/12120))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`66d716d`](https://github.com/mastra-ai/mastra/commit/66d716d9ca42dd516cfd59155ab43f9561a43cc8), [`6b38687`](https://github.com/mastra-ai/mastra/commit/6b38687761f486445d0b4fdaf8c93ae0acdd0bf4), [`8aff54d`](https://github.com/mastra-ai/mastra/commit/8aff54d09396b7d3e0cbe2ecb439d26d117b86ee), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`d4e8bf5`](https://github.com/mastra-ai/mastra/commit/d4e8bf5aea4a48b410d84a71dce8497eaadf5235), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`4e7bff0`](https://github.com/mastra-ai/mastra/commit/4e7bff09c4cad9b6b61f3fe239e6b4c16d8cf9de), [`95df5c1`](https://github.com/mastra-ai/mastra/commit/95df5c1fbab92185f4450b81a50c5f51cd34cde7), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`23b9049`](https://github.com/mastra-ai/mastra/commit/23b9049145313518c0a50da68fe73aee98e5a14b), [`137ad77`](https://github.com/mastra-ai/mastra/commit/137ad7704d434ce76ebe4787f80bb5ebe4cf0a36), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`c4f0884`](https://github.com/mastra-ai/mastra/commit/c4f088466e25f9c124bd613ce66ce7f3aeef9e98), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`45876f3`](https://github.com/mastra-ai/mastra/commit/45876f3bcb1a3905b05f35abfb117535ddba1070), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`ece5280`](https://github.com/mastra-ai/mastra/commit/ece5280c8af96cd3aea23f41b706115b0d339448), [`c9886f7`](https://github.com/mastra-ai/mastra/commit/c9886f7dc96c6c7812c193b2b7b3c356e961d27b), [`c87cb87`](https://github.com/mastra-ai/mastra/commit/c87cb87a3ca430cc17cbc007cd0e646871933c2f), [`dc82e6c`](https://github.com/mastra-ai/mastra/commit/dc82e6c5a05d6a9160c522af08b8c809ddbcdb66), [`5d26244`](https://github.com/mastra-ai/mastra/commit/5d26244ea09f7495242b666077b8eb702cdaf748), [`dc82e6c`](https://github.com/mastra-ai/mastra/commit/dc82e6c5a05d6a9160c522af08b8c809ddbcdb66), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`eac936e`](https://github.com/mastra-ai/mastra/commit/eac936e918245c8a155ca4df5651a3c3474330af), [`70237c5`](https://github.com/mastra-ai/mastra/commit/70237c51e9e92332eb55d6e3c6dd7f1ea8435d26), [`4800db9`](https://github.com/mastra-ai/mastra/commit/4800db93606b795d7845ef7dff3f016c1ec61090), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`910367c`](https://github.com/mastra-ai/mastra/commit/910367ce8f89905bd1d958ccfdf0ba1e713696aa), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`c9886f7`](https://github.com/mastra-ai/mastra/commit/c9886f7dc96c6c7812c193b2b7b3c356e961d27b), [`ae3e0f8`](https://github.com/mastra-ai/mastra/commit/ae3e0f8395c5fa3a75e6367be220ca108df3b183), [`0caf854`](https://github.com/mastra-ai/mastra/commit/0caf854cdeea7bd524e5149de9df56e862be4bc9), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`d46b7bb`](https://github.com/mastra-ai/mastra/commit/d46b7bbebf78a174d082cc695222fc95179a3940), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`c1ab3e1`](https://github.com/mastra-ai/mastra/commit/c1ab3e1b0c504f933a2c1aed75a498e515f87e32), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`9769e2d`](https://github.com/mastra-ai/mastra/commit/9769e2d7d2ad1c27b7a017667b493807fc19ebd7), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`dc82e6c`](https://github.com/mastra-ai/mastra/commit/dc82e6c5a05d6a9160c522af08b8c809ddbcdb66), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
|
|
12
|
+
- @mastra/core@1.1.0-alpha.0
|
|
13
|
+
- @mastra/playground-ui@8.0.0-alpha.0
|
|
14
|
+
- @mastra/client-js@1.1.0-alpha.0
|
|
15
|
+
- @mastra/react@0.2.0-alpha.0
|
|
16
|
+
|
|
17
|
+
## 1.0.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies:
|
|
22
|
+
- @mastra/core@1.0.4
|
|
23
|
+
- @mastra/client-js@1.0.1
|
|
24
|
+
- @mastra/react@0.1.1
|
|
25
|
+
- @mastra/playground-ui@7.0.1
|
|
26
|
+
|
|
27
|
+
## 1.0.1-alpha.0
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies:
|
|
32
|
+
- @mastra/playground-ui@7.0.1-alpha.0
|
|
33
|
+
- @mastra/core@1.0.4-alpha.0
|
|
34
|
+
- @mastra/client-js@1.0.1-alpha.0
|
|
35
|
+
- @mastra/react@0.1.1-alpha.0
|
|
36
|
+
|
|
3
37
|
## 1.0.0
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @internal/lint
|
|
2
2
|
|
|
3
|
+
## 0.0.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @mastra/core@1.0.4
|
|
9
|
+
|
|
3
10
|
## 0.0.50
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -491,12 +498,5 @@
|
|
|
491
498
|
|
|
492
499
|
### Patch Changes
|
|
493
500
|
|
|
494
|
-
- Updated dependencies [13c97f9]
|
|
495
|
-
- @mastra/core@0.10.5
|
|
496
|
-
|
|
497
|
-
## 0.0.7
|
|
498
|
-
|
|
499
|
-
### Patch Changes
|
|
500
|
-
|
|
501
501
|
|
|
502
|
-
...
|
|
502
|
+
... 233 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 1.0.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed file naming conversion when merging templates. Kebab-case filenames like `csv-to-questions-workflow.ts` were incorrectly converted to all-lowercase (`csvtoquestionsworkflow.ts`) instead of proper camelCase (`csvToQuestionsWorkflow.ts`). PascalCase and acronym-boundary conversions are also fixed. ([#12436](https://github.com/mastra-ai/mastra/pull/12436))
|
|
8
|
+
|
|
9
|
+
- Fixed latent Memory storage bug in AgentBuilder. AgentBuilder was created without providing storage to Memory, causing intermittent failures when Memory operations were invoked. Now uses InMemoryStore as a fallback when no storage is provided, allowing it to function without explicit storage configuration. ([#12347](https://github.com/mastra-ai/mastra/pull/12347))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
|
|
12
|
+
- @mastra/core@1.1.0-alpha.0
|
|
13
|
+
- @mastra/memory@1.0.1-alpha.0
|
|
14
|
+
|
|
3
15
|
## 1.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -487,16 +499,4 @@
|
|
|
487
499
|
|
|
488
500
|
### Patch Changes
|
|
489
501
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
- Updated dependencies [[`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb), [`10188d6`](https://github.com/mastra-ai/mastra/commit/10188d632a729010441f9c7e2a41eab60afccb23)]:
|
|
493
|
-
- @mastra/core@0.22.0-alpha.1
|
|
494
|
-
- @mastra/memory@0.15.8-alpha.0
|
|
495
|
-
|
|
496
|
-
## 0.2.0
|
|
497
|
-
|
|
498
|
-
### Minor Changes
|
|
499
|
-
|
|
500
|
-
- Update structuredOutput to use response format by default with an opt in to json prompt injection. ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
501
|
-
|
|
502
|
-
... 422 more lines hidden. See full changelog in package directory.
|
|
502
|
+
... 434 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @mastra/ai-sdk
|
|
2
2
|
|
|
3
|
+
## 1.0.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(ai-sdk): import ReadableStream and TransformStream from node:stream/web to fix TypeScript async iterator errors ([#12159](https://github.com/mastra-ai/mastra/pull/12159))
|
|
8
|
+
|
|
9
|
+
Fixed TypeScript build errors when using toAISdkStream() with for await...of loops. The function now explicitly imports ReadableStream and TransformStream from 'node:stream/web', ensuring the Node.js types (which include Symbol.asyncIterator support) are used instead of global types that may not have async iterator support in all TypeScript configurations.
|
|
10
|
+
|
|
11
|
+
This resolves issue #11884 where users encountered the error: "Type 'ReadableStream<InferUIMessageChunk<UIMessage>>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator."
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
|
|
14
|
+
- @mastra/core@1.1.0-alpha.0
|
|
15
|
+
|
|
16
|
+
## 1.0.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Release stable ([#12102](https://github.com/mastra-ai/mastra/pull/12102))
|
|
21
|
+
|
|
22
|
+
- Updated dependencies:
|
|
23
|
+
- @mastra/core@1.0.4
|
|
24
|
+
|
|
25
|
+
## 1.0.2-alpha.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Release stable ([#12102](https://github.com/mastra-ai/mastra/pull/12102))
|
|
30
|
+
|
|
31
|
+
- Updated dependencies:
|
|
32
|
+
- @mastra/core@1.0.4-alpha.0
|
|
33
|
+
|
|
3
34
|
## 1.0.0
|
|
4
35
|
|
|
5
36
|
### Major Changes
|
|
@@ -468,35 +499,4 @@
|
|
|
468
499
|
|
|
469
500
|
```
|
|
470
501
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
- Updated dependencies [[`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617)]:
|
|
474
|
-
- @mastra/core@1.0.0-beta.22
|
|
475
|
-
|
|
476
|
-
## 1.0.0-beta.14
|
|
477
|
-
|
|
478
|
-
### Patch Changes
|
|
479
|
-
|
|
480
|
-
- Add structured output support to agent.network() method. Users can now pass a `structuredOutput` option with a Zod schema to get typed results from network execution. ([#11701](https://github.com/mastra-ai/mastra/pull/11701))
|
|
481
|
-
|
|
482
|
-
The stream exposes `.object` (Promise) and `.objectStream` (ReadableStream) getters, and emits `network-object` and `network-object-result` chunk types. The structured output is generated after task completion using the provided schema.
|
|
483
|
-
|
|
484
|
-
```typescript
|
|
485
|
-
const stream = await agent.network('Research AI trends', {
|
|
486
|
-
structuredOutput: {
|
|
487
|
-
schema: z.object({
|
|
488
|
-
summary: z.string(),
|
|
489
|
-
recommendations: z.array(z.string()),
|
|
490
|
-
}),
|
|
491
|
-
},
|
|
492
|
-
});
|
|
493
|
-
|
|
494
|
-
const result = await stream.object;
|
|
495
|
-
// result is typed: { summary: string; recommendations: string[] }
|
|
496
|
-
```
|
|
497
|
-
|
|
498
|
-
- Updated dependencies [[`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c)]:
|
|
499
|
-
- @mastra/core@1.0.0-beta.21
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
... 855 more lines hidden. See full changelog in package directory.
|
|
502
|
+
... 886 more lines hidden. See full changelog in package directory.
|