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

# Mark Progress • AI Agent SDK

> mark_progress: Mark meaningful progress to reset no-progress detection.

# mark\_progress

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

> This is a method of the [**DoomLoopTracker**](../classes/DoomLoopTracker) class in the [**autonomy**](../modules/autonomy) module.

Mark meaningful progress to reset no-progress detection.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def mark_progress(marker: str) -> None
```

## Parameters

<ParamField query="marker" type="str" required={true}>
  Description of progress made
</ParamField>

## Uses

* `mark_progress`

## Used By

* [`DoomLoopTracker.mark_progress`](../functions/DoomLoopTracker-mark_progress)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/autonomy.py#L434">
  `praisonaiagents/agent/autonomy.py` at line 434
</Card>
