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

# Suite Runner • AI Agents Framework

> Suite Runner - Unified execution engine for examples and docs.

# suite\_runner

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

Suite Runner - Unified execution engine for examples and docs.

Provides shared infrastructure for running code suites with:

* Subprocess execution with streaming and timeouts
* Report generation (JSON, Markdown, CSV)
* Deterministic ordering and logging

All imports are lazy-loaded for zero performance impact.

## Import

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