Use Praison Labs directly from your terminal with simple commands
Praison Labs 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 Praison Labs 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.
Initialize a new agents.yaml file for your project:
This will create an agents.yaml
file with
predefined configuration for your task.
Let Praison Labs automatically create and configure agents:
This mode will analyze your task and set up appropriate agents automatically.
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.
Learn more about YAML configuration options
View the complete API documentation