Class: RailsAgents::WorkflowAgent
- Defined in:
- lib/rails_agents/workflow_agent.rb
Overview
Multi-step orchestration agents (onboarding, lead qualification, pipelines).
Prefer a stable session_id so each step continues the same run context.
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_kind ⇒ Object
7 8 9 |
# File 'lib/rails_agents/workflow_agent.rb', line 7 def self.agent_kind :workflow end |