Quick Start
Commands
| Command | Description |
|---|---|
praisonai chat <prompt> | One-shot chat |
praisonai | Interactive mode |
praisonai run <file> | Run workflow file |
praisonai --model <model> | Use specific model |
praisonai --help | Show help |
Examples
With a Specific Model
Run Workflow File
Pipe Input
Configuration
Set defaults with environment variables:Best Practices
Set API key in environment
Set API key in environment
Use
export OPENAI_API_KEY rather than passing keys inline.Use workflow files for complex tasks
Use workflow files for complex tasks
Define multi-agent workflows in YAML for repeatability.
Related
Installation
Setup instructions
Quick Start
Code examples

