MastraAI
The TypeScript Agent FrameworkFrom the team that brought you Gatsby: prototype and productionize AI features with a modern JavaScript stack.
JoinMastraAI
The TypeScript Agent FrameworkFrom the team that brought you Gatsby: prototype and productionize AI features with a modern JavaScript stack.
JoinAdding / Removing agents in live environment
No detail on error message, need more verbosity re: Mastra Cloud

Working Memory Schema Changes
Any way to visualize Mastra workflows?
Production Bug: Cannot read properties of undefined (reading 'typeName')
Error executing step prepare-tools-step: TypeError: Cannot read properties of undefined (reading 'typeName')
...Attachment Support
GraphRAG Metadata Planned Support?
Did you change anything about the bundling from 0.15 to 0.18 cause my build fails

update working memory tool call errors on searchString
structuredOutput issue with Zod primitives
structuredOutput
schema
option which is a Zod primitive (for example: schema: z.string()
instead of schema: z.object({ text: z.string() })
. This breaks every time with a validation error for me.
String is an example, but it also has issues with number(), etc....Real-time progress streaming from Mastra tools
agent.stream()
with format: 'aisdk'
- Tool uses writer.write()
for progress events...Error: tool-output-error must be preceded by a tool-input-available
Top-level error handling
app.onError
?Playground crashes on maxSteps limits reached
Network streaming
How to get detailed error with http status code and header?
const result = agent.stream(...)
const result = agent.stream(...)
onError
callback and reading the stream and reading result.error
all of them give me a stripped error that doesn't include http status code or response. These detailed field should exist in the underlying aisdk error like AI_APICallError and it is even logged out by mastra, but it seems mastra doesn't return or throw the detailed error for consumer to use it only give consumer a stripped down version of the error? is there a way I can get the full error?...READINESS_PROBE_ATTEMPTS_EXCEEDED Unknown Error on Mastra Cloud
[ERROR]
[10/10/2025, 07:49:30 PM] - Build process failed for build d8582adc-83d6-468d-907a-c50255bb0bc9 and project 98f828f3-6977-4762-b990-1abf5ab9dab8: {"message":"Unknown error","details":{"message":"Unknown error","domain":"BUILDER","category":"SYSTEM","details":{}},"code":"READINESS_PROBE_ATTEMPTS_EXCEEDED"}
[ERROR]
[10/10/2025, 07:49:30 PM] - Build process failed for build d8582adc-83d6-468d-907a-c50255bb0bc9 and project 98f828f3-6977-4762-b990-1abf5ab9dab8: {"message":"Unknown error","details":{"message":"Unknown error","domain":"BUILDER","category":"SYSTEM","details":{}},"code":"READINESS_PROBE_ATTEMPTS_EXCEEDED"}
A subsequent call generates an error about reasoning being omitted from `function_call`