Autobot::Plugins::Builtin::WeatherPlugin
Inherits Autobot::Plugins::Plugin < Reference < Object
Weather plugin that provides a tool for fetching weather data.
Uses wttr.in (no API key required) for weather lookups.
Instance methods
setup(context : PluginContext) : Nil
Called during setup to register tools and configure the plugin. The default implementation is a no-op.