Class: Legion::Extensions::Agentic::Defense::Phantom::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::CognitivePhantom
Defined in:
lib/legion/extensions/agentic/defense/phantom/client.rb

Instance Method Summary collapse

Methods included from Runners::CognitivePhantom

#acknowledge_phantom, #decay_all, #phantom_status, #process_stimulus, #register_removal

Constructor Details

#initializeClient

Returns a new instance of Client.



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

def initialize(**)
  @phantom_engine = Helpers::PhantomEngine.new
end