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

# mark\_progress

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

Mark meaningful progress.

Call this when the agent makes real progress (e.g., file modified,
test passed, user goal partially achieved).

## Signature

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

## Parameters

<ParamField query="marker" type="str" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Uses

* `time.time`

## 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/escalation/doom_loop.py#L189">
  `praisonaiagents/escalation/doom_loop.py` at line 189
</Card>
