Class: Legion::Extensions::Agentic::Executive::Planning::Client
- Inherits:
-
Object
- Object
- Legion::Extensions::Agentic::Executive::Planning::Client
- Includes:
- Runners::Planning
- Defined in:
- lib/legion/extensions/agentic/executive/planning/client.rb
Instance Attribute Summary collapse
-
#plan_store ⇒ Object
readonly
Returns the value of attribute plan_store.
Instance Method Summary collapse
-
#initialize(plan_store: nil) ⇒ Client
constructor
A new instance of Client.
Methods included from Runners::Planning
#abandon_plan, #active_plans, #advance_plan, #create_plan, #fail_plan_step, #plan_status, #planning_stats, #replan, #update_planning
Constructor Details
Instance Attribute Details
#plan_store ⇒ Object (readonly)
Returns the value of attribute plan_store.
17 18 19 |
# File 'lib/legion/extensions/agentic/executive/planning/client.rb', line 17 def plan_store @plan_store end |