Agent Node Docs

Open-Meteo Weather Tool Node

Fetches real-time weather data for a specific location using the Open-Meteo API (no auth)

Open-Meteo Weather Tool Node

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.

Open-Meteo Weather Tool Node