Command Line Interface
Use PraisonAI directly from your terminal with simple commands
PraisonAI CLI provides a simple way to interact with AI agents directly from your terminal. You can run quick commands, specify LLM options, or use YAML configuration files for more complex scenarios.

Quick Start
Install Package
Install the PraisonAI package:
Set API Key
Set your OpenAI API key as an environment variable:
Usage Examples
Configuration
Initialize a new agents.yaml file for your project:
This will create an agents.yaml
file with predefined configuration for your task.
Features
Simple Commands
Run AI tasks directly from your terminal with simple commands.
LLM Options
Choose from different LLM models for your specific needs.
YAML Support
Use YAML files for complex agent configurations and workflows.
Auto Configuration
Automatic agent setup based on task requirements.
Next Steps
Was this page helpful?