Skip to main content

AutoGenerator

Defined in the auto module.
Auto-generates agents.yaml files from a topic description. Inherits from BaseAutoGenerator for shared LLM client functionality.

Constructor

topic
Any
default:"'Movie Story writing about AI'"
No description available.
agent_file
Any
default:"'test.yaml'"
No description available.
framework
Any
default:"'crewai'"
No description available.
config_list
Optional
No description available.
pattern
str
default:"'sequential'"
No description available.
single_agent
bool
default:"False"
No description available.

Methods

Usage

generator = AutoGenerator(framework="crewai", topic="Create a movie script")
    path = generator.generate()