This is a simple weather agent that uses the GEMINI API
to generate human-like text based on current weather conditions.
To install the weather agent using the uv
, use the following steps:
- Clone the repository:
git clone https://github.com/piyushpanchal114/weather_ai_agent.git
- Run the following command:
cd weather_ai_agent
- Create a
.env
file with your Gemini API key:API_KEY=<YOUR GEMINI API KEY>
- Run the agent:
uv run main.py
This will start the weather agent.
To use the weather agent, simply enter a query in the terminal. The agent will generate a response based on the current weather conditions.