Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick command reference for PraisonAI
Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
pip install praisonai
export OPENAI_API_KEY="your-key"
python -m praisonai --auto "write a haiku about AI"
pip install praisonai
export OPENAI_API_KEY="your-key"
python -m praisonai --init "research AI trends"
python -m praisonai
python -m praisonai "What is machine learning?"
# CrewAI
pip install "praisonai[crewai]"
python -m praisonai --framework crewai --init "create a report"
python -m praisonai --framework crewai
# AG2 (AutoGen)
pip install "praisonai[autogen]"
python -m praisonai --framework autogen --init "create a report"
python -m praisonai --framework autogen
pip show praisonai | grep Version
python -m praisonai --help