Module praisonai.test

Functions

def generate_crew_and_kickoff(agent_file)

This function generates a crew of agents and kicks off tasks based on the configuration provided in a YAML file.

Parameters: agent_file (str): The path to the YAML file containing the configuration for the agents and tasks.

Returns: str: The result of the last task executed by the crew.