Class: LittleGhost::Subagents::Manager::Identity
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::Subagents::Manager::Identity
- Defined in:
- lib/little_ghost/subagents/manager.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#commit_id ⇒ Object
Returns the value of attribute commit_id.
-
#commit_slot ⇒ Object
Returns the value of attribute commit_slot.
-
#committed_count ⇒ Object
Returns the value of attribute committed_count.
-
#conversation_id ⇒ Object
Returns the value of attribute conversation_id.
-
#current ⇒ Object
Returns the value of attribute current.
-
#current_turn ⇒ Object
Returns the value of attribute current_turn.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#durable ⇒ Object
Returns the value of attribute durable.
-
#history ⇒ Object
Returns the value of attribute history.
-
#latest_error ⇒ Object
Returns the value of attribute latest_error.
-
#latest_response ⇒ Object
Returns the value of attribute latest_response.
-
#latest_response_truncated ⇒ Object
Returns the value of attribute latest_response_truncated.
-
#latest_response_turn ⇒ Object
Returns the value of attribute latest_response_turn.
-
#latest_turn ⇒ Object
Returns the value of attribute latest_turn.
-
#next_turn ⇒ Object
Returns the value of attribute next_turn.
-
#progress_message ⇒ Object
Returns the value of attribute progress_message.
-
#progress_sequence ⇒ Object
Returns the value of attribute progress_sequence.
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#resumed ⇒ Object
Returns the value of attribute resumed.
-
#session ⇒ Object
Returns the value of attribute session.
-
#state ⇒ Object
Returns the value of attribute state.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subagent_id ⇒ Object
Returns the value of attribute subagent_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#worker ⇒ Object
Returns the value of attribute worker.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def agent @agent end |
#commit_id ⇒ Object
Returns the value of attribute commit_id
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def commit_id @commit_id end |
#commit_slot ⇒ Object
Returns the value of attribute commit_slot
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def commit_slot @commit_slot end |
#committed_count ⇒ Object
Returns the value of attribute committed_count
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def committed_count @committed_count end |
#conversation_id ⇒ Object
Returns the value of attribute conversation_id
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def conversation_id @conversation_id end |
#current ⇒ Object
Returns the value of attribute current
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def current @current end |
#current_turn ⇒ Object
Returns the value of attribute current_turn
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def current_turn @current_turn end |
#definition ⇒ Object
Returns the value of attribute definition
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def definition @definition end |
#durable ⇒ Object
Returns the value of attribute durable
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def durable @durable end |
#history ⇒ Object
Returns the value of attribute history
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def history @history end |
#latest_error ⇒ Object
Returns the value of attribute latest_error
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def latest_error @latest_error end |
#latest_response ⇒ Object
Returns the value of attribute latest_response
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def latest_response @latest_response end |
#latest_response_truncated ⇒ Object
Returns the value of attribute latest_response_truncated
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def latest_response_truncated @latest_response_truncated end |
#latest_response_turn ⇒ Object
Returns the value of attribute latest_response_turn
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def latest_response_turn @latest_response_turn end |
#latest_turn ⇒ Object
Returns the value of attribute latest_turn
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def latest_turn @latest_turn end |
#next_turn ⇒ Object
Returns the value of attribute next_turn
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def next_turn @next_turn end |
#progress_message ⇒ Object
Returns the value of attribute progress_message
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def @progress_message end |
#progress_sequence ⇒ Object
Returns the value of attribute progress_sequence
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def progress_sequence @progress_sequence end |
#queue ⇒ Object
Returns the value of attribute queue
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def queue @queue end |
#resumed ⇒ Object
Returns the value of attribute resumed
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def resumed @resumed end |
#session ⇒ Object
Returns the value of attribute session
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def session @session end |
#state ⇒ Object
Returns the value of attribute state
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def state @state end |
#status ⇒ Object
Returns the value of attribute status
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def status @status end |
#subagent_id ⇒ Object
Returns the value of attribute subagent_id
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def subagent_id @subagent_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def updated_at @updated_at end |
#worker ⇒ Object
Returns the value of attribute worker
75 76 77 |
# File 'lib/little_ghost/subagents/manager.rb', line 75 def worker @worker end |