Class: Legion::Extensions::Agentic::Executive::Load::Client
- Inherits:
-
Object
- Object
- Legion::Extensions::Agentic::Executive::Load::Client
- Includes:
- Runners::CognitiveLoad
- Defined in:
- lib/legion/extensions/agentic/executive/load/client.rb
Instance Attribute Summary collapse
-
#load_model ⇒ Object
readonly
Returns the value of attribute load_model.
Instance Method Summary collapse
-
#initialize(load_model: nil) ⇒ Client
constructor
A new instance of Client.
Methods included from Runners::CognitiveLoad
#adjust_capacity, #cognitive_load_stats, #load_recommendation, #load_status, #reduce_overhead, #report_extraneous, #report_germane, #report_intrinsic, #update_cognitive_load
Constructor Details
Instance Attribute Details
#load_model ⇒ Object (readonly)
Returns the value of attribute load_model.
15 16 17 |
# File 'lib/legion/extensions/agentic/executive/load/client.rb', line 15 def load_model @load_model end |