Class: Legion::Extensions::Agentic::Homeostasis::Weather::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::CognitiveWeather
Defined in:
lib/legion/extensions/agentic/homeostasis/weather/client.rb

Instance Method Summary collapse

Methods included from Runners::CognitiveWeather

#brew_storm, #create_front, #forecast, #intensify, #list_fronts, #weather_status

Constructor Details

#initializeClient

Returns a new instance of Client.



17
18
19
# File 'lib/legion/extensions/agentic/homeostasis/weather/client.rb', line 17

def initialize(**)
  @weather_engine = Helpers::WeatherEngine.new
end