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

# reset • AI Agent SDK

> reset: Clear recorded restart history and any active trip (clean recovery).

# reset

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

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

Clear recorded restart history and any active trip (clean recovery).

## Signature

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

## Used By

* [`ContextManager.process`](../functions/ContextManager-process)
* [`ContextManager.reset`](../functions/ContextManager-reset)
* [`ObservabilityHooks.start_execution`](../functions/ObservabilityHooks-start_execution)
* [`Knowledge.reset`](../functions/Knowledge-reset)
* [`FailoverManager.get_next_profile`](../functions/FailoverManager-get_next_profile)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L4600">
  `praisonaiagents/gateway/protocols.py` at line 4600
</Card>
