> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI • AI Agents Framework

> PraisonAI CLI Package

# cli

<Badge color="purple">AI Agents Framework</Badge>

PraisonAI CLI Package

This package provides the command-line interface for PraisonAI.

Structure:

* main.py: Main CLI entry point (PraisonAI class)
* features/: Feature handlers for CLI flags and commands

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import cli
```

## Functions

<CardGroup cols={2}>
  <Card title="main()" icon="function" href="../functions/main">
    CLI entry point function.
  </Card>
</CardGroup>
