Skip to content

Contains the course materials for Mastra AI courses hosted on DeDevs Skool. By the end of this lesson, you’ll have a functional AI agent with core logic (name, instructions, and model), registered in Mastra for execution. You’ll run it locally using `mastra dev` and interact via an API endpoint to send prompts and receive AI-generated responses.

License

Notifications You must be signed in to change notification settings

DeDevsClub/mastra-courses

Repository files navigation

Mastra AI Courses

Mastra Banner

Build AI-powered applications with the Mastra framework. Everything you need to quickly develop and deploy AI agents and workflows.

Mastra AI is a powerful framework for building AI applications with agents, tools, and workflows. These courses demonstrate how to:

  • Create AI agents using LLMs
  • Build custom tools for your agents
  • Define multi-step workflows
  • Set up a development environment

Mastra Courses Overview

Project Structure

Project Structure

mastra-courses/
├── src/
│   └── mastra/
│       ├── agents/           # AI agent definitions
│       ├── tools/            # Custom tools for agents
│       ├── workflows/        # Multi-step workflows
│       └── index.ts          # Main Mastra configuration
├── package.json              # Project dependencies
├── tsconfig.json             # TypeScript configuration
└── .env.example              # Environment variables template

Course 0: Creating Agents

Course Overview | Join Course (free)

Learn how to create and configure AI agents with the Mastra framework. This course will guide you through the essential steps of setting up your first intelligent agent.

Course Outline

  • Step 0 | Getting Started
  • Step 1 | Create an Agent Class
  • Step 2 | Import Language Model
  • Step 3 | Create Agent Instance
  • Step 4 | Create Mastra Instance
  • Step 5 | Live Chat with deAgent

DeDevs Online Community

What?

Who?

  • Innovators collaborate on cutting-edge projects
  • Experts share valuable insights and resources
  • Newcomers grow through mentorship and hands-on experience
  • Communities form around shared technological interests

Why?


Join DeDevs Today →

About

Contains the course materials for Mastra AI courses hosted on DeDevs Skool. By the end of this lesson, you’ll have a functional AI agent with core logic (name, instructions, and model), registered in Mastra for execution. You’ll run it locally using `mastra dev` and interact via an API endpoint to send prompts and receive AI-generated responses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published