Class: Legion::Extensions::Agentic::Social::PerspectiveShifting::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::PerspectiveShifting
Defined in:
lib/legion/extensions/agentic/social/perspective_shifting/client.rb

Instance Method Summary collapse

Methods included from Runners::PerspectiveShifting

#add_perspective, #add_situation, #blind_spots, #coverage_score, #dominant_view, #engine_status, #generate_view, #get_perspective, #list_perspectives, #list_situations, #most_divergent_pair, #perspective_agreement, #synthesize, #views_for_situation

Constructor Details

#initializeClient

Returns a new instance of Client.



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

def initialize(**)
  @shifting_engine = Helpers::ShiftingEngine.new
end