examples/manus/README.md
This project implements an advanced AI research assistant using Mastra's vNext workflows and agent capabilities. It creates an interactive, human-in-the-loop research system that allows users to explore topics, evaluate results, and generate comprehensive reports.
# Install dependencies
npm install
# Run the research assistant
npm run dev
Follow the interactive prompts:
Create a .env file with:
EXA_API_KEY="your-exa-api-key"
OPENAI_API_KEY="your-openai-api-key"
@mastra/core: Core Mastra functionality with vNext workflows@ai-sdk/openai: OpenAI models integrationexa-js: Exa API client for web searchzod: Schema definition and validation for workflows