Skip to main content

JobWorkflowAutoGenerator

Defined in the auto module.
AI Agents Framework Auto-generates job workflow YAML files with agent-centric steps. Generates workflows with type: job that include:
  • agent: steps for AI agent execution
  • judge: steps for quality gates
  • approve: steps for approval gates
  • run: steps for shell commands
  • action: steps for built-in actions

Constructor

str
default:"'Automate a task'"
No description available.
str
default:"'job_workflow.yaml'"
No description available.
Optional
No description available.

Methods

generate()

Generate a job workflow YAML file.

agenerate()

Async version of generate() - Generate a job workflow YAML file.

Usage

Source

View on GitHub

praisonai/auto.py at line 1884

AgentFlow Concept

Workflow Patterns

Routing

Workflows Feature

YAML Workflows