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

# Increment Recovery • AI Agent SDK

> increment_recovery: Increment recovery attempt counter.

# increment\_recovery

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**DoomLoopDetector**](../classes/DoomLoopDetector) class in the [**doom\_loop**](../modules/doom_loop) module.

Increment recovery attempt counter.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def increment_recovery() -> bool
```

### Returns

<ResponseField name="Returns" type="bool">
  True if more recovery attempts allowed
</ResponseField>

## Used By

* [`EscalationPipeline.execute_at_stage`](../functions/EscalationPipeline-execute_at_stage)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/escalation/doom_loop.py#L300">
  `praisonaiagents/escalation/doom_loop.py` at line 300
</Card>
