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