Class: Phronomy::Agent::RubyLLMMaterializer::RuntimeProjection

Inherits:
Data
  • Object
show all
Defined in:
lib/phronomy/agent/ruby_llm_materializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ask_messageObject (readonly)

Returns the value of attribute ask_message

Returns:

  • (Object)

    the current value of ask_message



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def ask_message
  @ask_message
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def manifest
  @manifest
end

#manifest_refObject (readonly)

Returns the value of attribute manifest_ref

Returns:

  • (Object)

    the current value of manifest_ref



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def manifest_ref
  @manifest_ref
end

#messagesObject (readonly)

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def messages
  @messages
end

#model_configObject (readonly)

Returns the value of attribute model_config

Returns:

  • (Object)

    the current value of model_config



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def model_config
  @model_config
end

#systemObject (readonly)

Returns the value of attribute system

Returns:

  • (Object)

    the current value of system



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def system
  @system
end

#tool_classesObject (readonly)

Returns the value of attribute tool_classes

Returns:

  • (Object)

    the current value of tool_classes



6
7
8
# File 'lib/phronomy/agent/ruby_llm_materializer.rb', line 6

def tool_classes
  @tool_classes
end