Skip to main content

generate_crew_and_kickoff

Method
This is a method of the AgentsGenerator class in the agents_generator module.
Generates a crew of agents and initiates tasks based on the provided configuration.

Signature

def generate_crew_and_kickoff() -> Any

Returns

Returns
Any
The output of the tasks performed by the crew of agents.

Exceptions

If the specified agent file does not exist.

Uses

  • yaml.safe_load
  • title
  • CodeDocsSearchTool
  • CSVSearchTool
  • DirectorySearchTool
  • DOCXSearchTool
  • DirectoryReadTool
  • FileReadTool
  • TXTSearchTool
  • JSONSearchTool

Used By

Source

View on GitHub

praisonai/agents_generator.py at line 333