Skip to content

Commit cad6d71

Browse files
Update Mastra tutorial with working workflow and auth handling (#696)
* Rewrite Mastra tutorial as single-page guide with agent and workflow - Consolidate multi-page tutorial into single comprehensive page - Add tool configuration with MCP servers and individual tools - Include output truncation to prevent token overflow - Add email digest workflow example - Update Steps component CSS to not number nested h4-h6 headings - Add callout linking to multi-user auth guide - Update redirects to point old pages to new single page Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update Mastra workflow to use auth handling and Slack DM - Add auth error handling with arcade.auth.start() in workflow steps - Pass authRequired/authUrl through workflow steps - Use Slack_WhoAmI to get user's Slack ID - Send digest as DM instead of posting to #general channel - Use defaultUserId from ARCADE_USER_ID env var - Update documentation to explain workflow auth handling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Merge origin/main into mastra-tutorial-update * adding images to the Mastra example * fix image path --------- Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 29c10bf commit cad6d71

11 files changed

Lines changed: 1011 additions & 382 deletions

File tree

app/en/get-started/agent-frameworks/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const meta: MetaRecord = {
2323
title: "OpenAI Agents",
2424
},
2525
vercelai: {
26-
title: "Vercel AI",
26+
title: "Vercel AI SDK",
2727
},
2828
};
2929

app/en/get-started/agent-frameworks/mastra/_meta.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

app/en/get-started/agent-frameworks/mastra/overview/page.mdx

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)