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.
Install Package
Install the PraisonAI package:
Set API Key
Set your OpenAI API key as an environment variable:
Simple Command
Run a simple command directly:
With LLM Option
Specify a different LLM model:
Using YAML Config
Run agents defined in a YAML file:
Initialize a new agents.yaml file for your project:
This will create an agents.yaml
file with predefined configuration for your task.
Run AI tasks directly from your terminal with simple commands.
Choose from different LLM models for your specific needs.
Use YAML files for complex agent configurations and workflows.
Automatic agent setup based on task requirements.