Class: Legion::Extensions::Agentic::Inference::Horizon::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::CognitiveHorizon
Defined in:
lib/legion/extensions/agentic/inference/horizon/client.rb

Instance Method Summary collapse

Methods included from Runners::CognitiveHorizon

#add_projection, #apply_stress, #beyond_horizon_projections, #contract_horizon, #expand_horizon, #farthest_projections, #get_horizon, #horizon_status, #nearest_projections, #projections_within_horizon, #relieve_stress

Constructor Details

#initializeClient

Returns a new instance of Client.



16
17
18
# File 'lib/legion/extensions/agentic/inference/horizon/client.rb', line 16

def initialize(**)
  @horizon_engine = Helpers::HorizonEngine.new
end