[READ-ONLY] Mirror of https://github.com/just-cameron/weather-agent. Get weather information of any city.
0

Configure Feed

Select the types of activity you want to include in your feed.

1 5 0

Clone this repository

https://git.vm.fail/cameron.stream/weather-agent https://git.vm.fail/did:plc:einqmeldp33vt4epo6kjpqbl
ssh://git@knot1.tangled.sh:2222/cameron.stream/weather-agent ssh://git@knot1.tangled.sh:2222/did:plc:einqmeldp33vt4epo6kjpqbl

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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 Anthropic'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#