Build AI agents with Gbox and Mastra.
Install Dependencies
Add Environment Variables
.env
file in your project root and add your Gbox API key:Create Tools
src/mastra/tools/index.ts
with the following content:Create Mastra Agent
src/mastra/agents/index.ts
with the following content:Initialize Mastra
src/mastra/index.ts
with the following content:Run the Agent
package.json
: