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

# Tools Sources CLI

> CLI commands for configuring tool sources

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai templates run my-template --tools-source praisonai_tools.video
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai templates run my-template --tools-source ./local_tools.py
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai templates run my-template --tools-source ./tools_dir/
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai templates run my-template --tools-source praisonai_tools.video --tools-source ./extra_tools.py
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai templates run my-template --no-template-tools-py
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai templates run ai-video-editor --input video.mp4 --tools-source praisonai_tools.video
```
