Class: Legion::Extensions::Agentic::Attention::Spotlight::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::AttentionSpotlight
Defined in:
lib/legion/extensions/agentic/attention/spotlight/client.rb

Instance Method Summary collapse

Methods included from Runners::AttentionSpotlight

#broaden_spotlight, #check_capture, #check_peripheral, #focus_spotlight, #most_salient, #narrow_spotlight, #register_target, #release_focus, #scan_targets, #spotlight_report, #spotlight_state

Constructor Details

#initialize(engine: nil) ⇒ Client

Returns a new instance of Client.



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

def initialize(engine: nil, **)
  @engine = engine || Helpers::SpotlightEngine.new
end