Class: RCrewAI::Agent::CLI
- Inherits:
-
Thor
- Object
- Thor
- RCrewAI::Agent::CLI
- Defined in:
- lib/rcrewai/agent.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
564 565 566 567 568 569 |
# File 'lib/rcrewai/agent.rb', line 564 def list puts 'Available agents:' puts ' - researcher (Role: Research Specialist)' puts ' - writer (Role: Content Writer)' puts ' - analyst (Role: Data Analyst)' end |