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.
Install
Verify
pip show praisonai | grep Version
python -m praisonai --help
Expected output:
Optional: Framework Support
# CrewAI framework
pip install "praisonai[crewai]"
# AG2 (AutoGen) framework
pip install "praisonai[autogen]"
# Both frameworks
pip install "praisonai[crewai,autogen]"
Optional: Additional Features
# UI interface
pip install "praisonai[ui]"
# Chat interface
pip install "praisonai[chat]"
# Realtime voice
pip install "praisonai[realtime]"
Set API Key
export OPENAI_API_KEY="your-key"
Get your key from: https://platform.openai.com/api-keys
Other providers (Anthropic, Google, etc.) are also supported. See Models for details.