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

# run • Rust AI Agent SDK

> Run workflow from YAML file

# run

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

Run workflow from YAML file

## Import

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

## Functions

<CardGroup cols={2}>
  <Card title="run()" icon="function" href="../functions/run">
    Run a workflow from a YAML file
  </Card>
</CardGroup>
