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
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def agent @agent end |
#commit_id ⇒ Object
Returns the value of attribute commit_id
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def commit_id @commit_id end |
#commit_slot ⇒ Object
Returns the value of attribute commit_slot
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def commit_slot @commit_slot end |
#committed_count ⇒ Object
Returns the value of attribute committed_count
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def committed_count @committed_count end |
#conversation_id ⇒ Object
Returns the value of attribute conversation_id
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def conversation_id @conversation_id end |
#current ⇒ Object
Returns the value of attribute current
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def current @current end |
#current_turn ⇒ Object
Returns the value of attribute current_turn
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def current_turn @current_turn end |
#definition ⇒ Object
Returns the value of attribute definition
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def definition @definition end |
#durable ⇒ Object
Returns the value of attribute durable
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def durable @durable end |
#history ⇒ Object
Returns the value of attribute history
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def history @history end |
#latest_error ⇒ Object
Returns the value of attribute latest_error
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def latest_error @latest_error end |
#latest_response ⇒ Object
Returns the value of attribute latest_response
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def latest_response @latest_response end |
#latest_response_truncated ⇒ Object
Returns the value of attribute latest_response_truncated
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def latest_response_truncated @latest_response_truncated end |
#latest_response_turn ⇒ Object
Returns the value of attribute latest_response_turn
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def latest_response_turn @latest_response_turn end |
#latest_turn ⇒ Object
Returns the value of attribute latest_turn
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def latest_turn @latest_turn end |
#next_turn ⇒ Object
Returns the value of attribute next_turn
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def next_turn @next_turn end |
#progress_message ⇒ Object
Returns the value of attribute progress_message
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def @progress_message end |
#progress_sequence ⇒ Object
Returns the value of attribute progress_sequence
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def progress_sequence @progress_sequence end |
#queue ⇒ Object
Returns the value of attribute queue
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def queue @queue end |
#resumed ⇒ Object
Returns the value of attribute resumed
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def resumed @resumed end |
#session ⇒ Object
Returns the value of attribute session
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def session @session end |
#state ⇒ Object
Returns the value of attribute state
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def state @state end |
#status ⇒ Object
Returns the value of attribute status
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def status @status end |
#subagent_id ⇒ Object
Returns the value of attribute subagent_id
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def subagent_id @subagent_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def updated_at @updated_at end |
#worker ⇒ Object
Returns the value of attribute worker
72 73 74 |
# File 'lib/little_ghost/subagents/manager.rb', line 72 def worker @worker end |