Class: LittleGhost::Subagents::Manager::Identity

Inherits:
Struct
  • Object
show all
Defined in:
lib/little_ghost/subagents/manager.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def agent
  @agent
end

#commit_idObject

Returns the value of attribute commit_id

Returns:

  • (Object)

    the current value of commit_id



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def commit_id
  @commit_id
end

#commit_slotObject

Returns the value of attribute commit_slot

Returns:

  • (Object)

    the current value of commit_slot



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def commit_slot
  @commit_slot
end

#committed_countObject

Returns the value of attribute committed_count

Returns:

  • (Object)

    the current value of committed_count



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def committed_count
  @committed_count
end

#conversation_idObject

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of conversation_id



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def conversation_id
  @conversation_id
end

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def current
  @current
end

#current_turnObject

Returns the value of attribute current_turn

Returns:

  • (Object)

    the current value of current_turn



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def current_turn
  @current_turn
end

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def definition
  @definition
end

#durableObject

Returns the value of attribute durable

Returns:

  • (Object)

    the current value of durable



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def durable
  @durable
end

#historyObject

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def history
  @history
end

#latest_errorObject

Returns the value of attribute latest_error

Returns:

  • (Object)

    the current value of latest_error



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def latest_error
  @latest_error
end

#latest_responseObject

Returns the value of attribute latest_response

Returns:

  • (Object)

    the current value of latest_response



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def latest_response
  @latest_response
end

#latest_response_truncatedObject

Returns the value of attribute latest_response_truncated

Returns:

  • (Object)

    the current value of 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_turnObject

Returns the value of attribute latest_response_turn

Returns:

  • (Object)

    the current value of latest_response_turn



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def latest_response_turn
  @latest_response_turn
end

#latest_turnObject

Returns the value of attribute latest_turn

Returns:

  • (Object)

    the current value of latest_turn



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def latest_turn
  @latest_turn
end

#next_turnObject

Returns the value of attribute next_turn

Returns:

  • (Object)

    the current value of next_turn



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def next_turn
  @next_turn
end

#progress_messageObject

Returns the value of attribute progress_message

Returns:

  • (Object)

    the current value of progress_message



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def progress_message
  @progress_message
end

#progress_sequenceObject

Returns the value of attribute progress_sequence

Returns:

  • (Object)

    the current value of progress_sequence



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def progress_sequence
  @progress_sequence
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def queue
  @queue
end

#resumedObject

Returns the value of attribute resumed

Returns:

  • (Object)

    the current value of resumed



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def resumed
  @resumed
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def session
  @session
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def state
  @state
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def status
  @status
end

#subagent_idObject

Returns the value of attribute subagent_id

Returns:

  • (Object)

    the current value of subagent_id



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def subagent_id
  @subagent_id
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def updated_at
  @updated_at
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



72
73
74
# File 'lib/little_ghost/subagents/manager.rb', line 72

def worker
  @worker
end