The Open-Meteo Weather Node is responsible for fetching real-time weather data for a specific location using the open-meteo api (no auth). This node allows the agent to provide informative data directly sourced from Open-Meteo Weather.
Input Parameters
- latitude: The latitude of the location.
- longitude: The longitude of the location.
Output
dict: A dictionary containing the current weather information.
