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

# presets • AI Agent SDK

> Preset Registries for Consolidated Parameters.

# presets

<Badge color="blue">AI Agent</Badge>

Preset Registries for Consolidated Parameters.

Centralized preset definitions for all consolidated parameters.
These are used by the unified resolver for string preset lookups.

All presets are defined as dicts to avoid circular imports.
The resolver converts them to config instances as needed.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.config import presets
```

### Constants

| Name                      | Value            |
| ------------------------- | ---------------- |
| `DEFAULT_OUTPUT_MODE`     | `'silent'`       |
| `WORKFLOW_OUTPUT_PRESETS` | `OUTPUT_PRESETS` |
