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

# budget • AI Agent SDK

> Agent Skills prompt budget management.

# budget

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

Agent Skills prompt budget management.

Controls how many skills and how much content gets included in
the system prompt to prevent unbounded growth with large skill libraries.

## Import

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

## Classes

<CardGroup cols={2}>
  <Card title="SkillPromptBudget" icon="brackets-curly" href="../classes/SkillPromptBudget">
    Budget constraints for skills included in system prompts.
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="apply_budget()" icon="function" href="../functions/apply_budget">
    Apply budget constraints to a list of skills.
  </Card>
</CardGroup>

### Constants

| Name                             | Value  |
| -------------------------------- | ------ |
| `MAX_COMBINED_DESCRIPTION_CHARS` | `1536` |
