Skip to main content

Set API Key

export OPENAI_API_KEY="your-key"

Generate agents.yaml

python -m praisonai --init "your topic here"
Example:
python -m praisonai --init "research AI trends and write a summary"
Output:
File /path/to/agents.yaml created successfully

Generated File

The command creates agents.yaml in the current directory:
framework: praisonai
topic: research AI trends and write a summary
roles:
  researcher:
    backstory: An experienced research analyst...
    goal: Gather relevant information on the topic
    role: Research Analyst
    tasks:
      research_task:
        description: Conduct research on the topic
        expected_output: Key insights and references
    tools:
    - internet_search

Next Step

Run the agents:
python -m praisonai