Skip to main content

WorkflowAutoGenerator

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

Constructor

topic
str
default:"'Research and write about AI'"
No description available.
workflow_file
str
default:"'workflow.yaml'"
No description available.
config_list
Optional
No description available.
framework
str
default:"'praisonai'"
No description available.
single_agent
bool
default:"False"
No description available.

Methods

Usage

generator = WorkflowAutoGenerator(topic="Research AI trends and write a report")
    path = generator.generate()