class

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

description

Human-readable description.

Source
name

Unique identifier for this plugin (snake_case).

Source
setup(context : PluginContext) : Nil

Called during setup to register tools and configure the plugin. The default implementation is a no-op.

Source
version

Semantic version string.

Source