Class: RailsAgents::CreationAgent

Inherits:
Base
  • Object
show all
Defined in:
lib/rails_agents/creation_agent.rb

Overview

Legacy compatibility class. New output-producing agents should use WorkflowAgent.

Class Method Summary collapse

Methods inherited from Base

agent_directory, #agent_identifier, #agent_metadata, channel, channel_message_handler, channel_via, coerce_run_message, connector, deploy, #deploy, inherited, #initialize, knowledge_from, #knowledge_paths, memory, #memory_metadata, model, #model_metadata, on_channel_message, resolve_agent_directory, run, #run, skill, sync_knowledge, #sync_knowledge, tool

Constructor Details

This class inherits a constructor from RailsAgents::Base

Class Method Details

.agent_kindObject



6
7
8
# File 'lib/rails_agents/creation_agent.rb', line 6

def self.agent_kind
  :creation
end