> ## 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.

# main • Rust AI Agent SDK

> PraisonAI CLI - Command-line interface for PraisonAI

# main

<Badge color="orange">Rust AI Agent SDK</Badge>

PraisonAI CLI - Command-line interface for PraisonAI

# Commands

* `praisonai chat` - Interactive chat session
* `praisonai run <file>` - Run a workflow from YAML file
* `praisonai "prompt"` - Single-shot prompt execution
* `praisonai --version` - Show version

## Import

```rust theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
use praisonai_cli::main::*;
```
