mastra-research-workflow
v1.0.1
Published
Mastra package that includes: - A search agent that finds the top 3 web articles for a topic. - A summarizer agent that fetches and summarizes those articles. - A two-step workflow and a CLI runner.
Downloads
195
Readme
mastra-research-workflow
Mastra package that includes:
- A search agent that finds the top 3 web articles for a topic.
- A summarizer agent that fetches and summarizes those articles.
- A two-step workflow and a CLI runner.
Requirements
OPENAI_API_KEYfor the model.SERPAPI_API_KEYfor live web search (SerpAPI).
Run the workflow (CLI)
npm run run:research -- --topic "AI safety in healthcare" --max 3Getting Started
Start the development server:
npm run devOpen http://localhost:4111 in your browser to access Mastra Studio. It provides an interactive UI for building and testing your agents, along with a REST API that exposes your Mastra application as a local service. This lets you start building without worrying about integration right away.
You can start editing files inside the src/mastra directory. The development server will automatically reload whenever you make changes.
Learn more
To learn more about Mastra, visit our documentation. Your bootstrapped project includes example code for agents, tools, workflows, scorers, and observability.
If you're new to AI agents, check out our course and YouTube videos. You can also join our Discord community to get help and share your projects.
Deploy on Mastra Cloud
Mastra Cloud gives you a serverless agent environment with atomic deployments. Access your agents from anywhere and monitor performance. Make sure they don't go off the rails with evals and tracing.
Check out the deployment guide for more details.
