Class: Legion::Extensions::Agentic::Affect::SomaticMarker::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::SomaticMarker, Helpers::Lex
Defined in:
lib/legion/extensions/agentic/affect/somatic_marker/client.rb

Instance Method Summary collapse

Methods included from Runners::SomaticMarker

#body_state, #evaluate_option, #make_decision, #markers_for_action, #recent_decisions, #register_marker, #reinforce, #somatic_marker_stats, #update_body, #update_somatic_markers

Constructor Details

#initializeClient

Returns a new instance of Client.



18
19
20
# File 'lib/legion/extensions/agentic/affect/somatic_marker/client.rb', line 18

def initialize(**)
  @store = Helpers::MarkerStore.new
end