Skip to main content

agenerate

AsyncMethod
This is a method of the WorkflowAutoGenerator class in the auto module.
Async version of generate() - Generate a workflow YAML file.

Signature

Parameters

str
default:"'sequential'"
Workflow pattern - “sequential”, “routing”, “parallel”, “loop”, “orchestrator-workers”, “evaluator-optimizer”
bool
default:"False"
If True, merge with existing workflow file instead of overwriting

Returns

str
Path to the generated workflow file

Source

View on GitHub

praisonai/auto.py at line 1518