https://github.com/algoflows/weather-agent
Get weather information of any city.
https://github.com/algoflows/weather-agent
Last synced: 11 months ago
JSON representation
Get weather information of any city.
- Host: GitHub
- URL: https://github.com/algoflows/weather-agent
- Owner: algoflows
- Created: 2025-08-11T17:35:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T17:35:35.000Z (11 months ago)
- Last Synced: 2025-08-21T13:19:07.336Z (11 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Agent Template
This is a template project that demonstrates how to create a weather agent using the Mastra framework. The agent can provide weather information and forecasts based on user queries.
## Overview
The Weather Agent template showcases how to:
- Create an AI-powered agent using Mastra framework
- Implement weather-related workflows
- Handle user queries about weather conditions
- Integrate with OpenAI's API for natural language processing
## Setup
1. Copy `.env.example` to `.env` and fill in your API keys.
2. Install dependencies: `pnpm install`
3. Run the project: `pnpm dev`.
## Environment Variables
- `OPENAI_API_KEY`: Your OpenAI API key. [https://platform.openai.com/api-keys](https://platform.openai.com/api-keys)