Class: Legion::Extensions::Agentic::Social::PerspectiveShifting::Client
- Inherits:
-
Object
- Object
- Legion::Extensions::Agentic::Social::PerspectiveShifting::Client
- Includes:
- Runners::PerspectiveShifting
- Defined in:
- lib/legion/extensions/agentic/social/perspective_shifting/client.rb
Instance Method Summary collapse
-
#initialize ⇒ Client
constructor
A new instance of Client.
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
#initialize ⇒ Client
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 |