Skip to main content

Run from agents.yaml

python -m praisonai
Runs the agents defined in agents.yaml in the current directory.

Run with Direct Prompt

python -m praisonai "What is machine learning?"
No agents.yaml needed - answers directly.

Run with Auto Mode

python -m praisonai --auto "write a blog post about AI"
Auto-generates agents and runs them in one step.

Run with Different Framework

# CrewAI
python -m praisonai --framework crewai

# AG2 (AutoGen)
python -m praisonai --framework autogen

Common Options

FlagDescription
--frameworkUse crewai or autogen instead of default
--auto "topic"Auto-generate and run agents
--init "topic"Generate agents.yaml only
--verboseShow detailed output