WorkflowAutoGenerator
Defined in the auto module.Auto-generates workflow.yaml files from a topic description. Inherits from BaseAutoGenerator for shared LLM client functionality.
Constructor
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
recommend_pattern()
Recommend the best workflow pattern based on task characteristics.
recommend_pattern_llm()
Use LLM to recommend the best workflow pattern with reasoning.
generate()
Generate a workflow YAML file.
merge_with_existing_workflow()
Merge new workflow data with existing workflow file.

