Mastra
The TypeScript Agent FrameworkFrom the team that brought you Gatsby: prototype and productionize AI features with a modern JavaScript stack.
JoinMastra
The TypeScript Agent FrameworkFrom the team that brought you Gatsby: prototype and productionize AI features with a modern JavaScript stack.
JoinIs this not an Abort Signal in Mastra Studio? Stop Execution

Can you enable the playground yet with Mastra's Hono server adapter?
playground to true the playground endpoints do not show up. I am unable to run Mastra Studio with my Bun monorepo and would really like to get this set up to at least locally test.Runtime error with latest version of Mastra core
@mastra/core 0.23.3 and I get the following error at runtime, which never appeared before:
```
/app/nodemodules/.pnpm/@mastra+core@0.23.3@sinclair+typebox@0.34.41_encoding@0.1.13_openapi-types@12.1.3_react@19.2_z2dqksn5fjdorsfe3momgu443q/node_modules/@mastra/core/dist/chunk-5KNLBUBH.cjs:97
- Focus on content that could cause real harm...Restoring chat history based on workflow with multiple agents
workflowRoute to stream the workflow....maxSteps in agent network
maxSteps for the subagents of an agent network? I've set maxSteps in defaultGenerateOptions and defaultStreamOptions for all the agents in the network, and also in the request:
```
const body = await req.json();
13 const { messages, memory, maxSteps = 200 } = body;...Cannot call mcp tool directly?
Unable to make requests to mastra API server

Mastra cloud first message delay
@mastra/chroma package showing following warning
how to get citations/sources from mastra perplexity provider
Issue run example weather agent and get error
message":"Item with id 'fc_05248b2bff4ea6be016930c92c9b8c81a0928427289630a8c9' not found. Items are not persisted for Zero Data Retention organizations. Remove this item from your input and try again.","name":"AI_APICallError","stack":"AI_APICallError: Item with id 'fc_05248b2bff4ea6be016930c92c9b8c81a0928427289630a8c9' not found. Items are not persisted for Zero Data Retention organizations. Remove this item from your input and try again.
message":"Item with id 'fc_05248b2bff4ea6be016930c92c9b8c81a0928427289630a8c9' not found. Items are not persisted for Zero Data Retention organizations. Remove this item from your input and try again.","name":"AI_APICallError","stack":"AI_APICallError: Item with id 'fc_05248b2bff4ea6be016930c92c9b8c81a0928427289630a8c9' not found. Items are not persisted for Zero Data Retention organizations. Remove this item from your input and try again.

Agent responds to updateWorkingMemory tool calls
workingMemory enabled where the LLM responds to the updateWorkingMemory tool call, even though it has already provided an appropriate response to the user. This creates an poor experience for the user since the LLM is responding to its own question.
I see this thread, but it's relatively old and I'm already on a newer version of mastra than it (v0.23.1).Do I need to upgrade to v1 beta? Or should I be forcing/preventing the additional LLM call in some other way? Trying to avoid disabling workingMemory since it's otherwise a great feature....
Mistra embeds images when remote URLs are supported
Is `Agent` really deprecated or is this ts being a bit funky?

agent.generate() with structuredOutput.model throws "promise 'text' was not resolved or rejected
Error: promise 'text' was not resolved or rejected when stream finished
Error: promise 'text' was not resolved or rejected when stream finished
CF Workers memory overload
Deploying Mastra with NextJS
Does Mastra + Assitant UI work with HITL tool calls ?? NEED EXAMPLE Desperatly :D
Can't get mastra + copilotkit memory to work
Example of using agent network in studio