Skip to main content

agenerate_crew_and_kickoff

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

Signature

Returns

Any
The result of the operation.

Uses

  • observability_session
  • info
  • asyncio.to_thread
  • arun

Source

View on GitHub

praisonai/agents_generator.py at line 1292