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

# Get Stats • AI Agent SDK

> get_stats: Get deduplication statistics.

# get\_stats

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

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

Get deduplication statistics.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_stats() -> Dict[str, int]
```

### Returns

<ResponseField name="Returns" type="Dict[str, int]">
  The result of the operation.
</ResponseField>

## Used By

* [`ContextManager.get_stats`](../functions/ContextManager-get_stats)
* [`MultiAgentContextManager.get_combined_stats`](../functions/MultiAgentContextManager-get_combined_stats)
* [`MultiAgentContextManager.get_combined_stats`](../functions/MultiAgentContextManager-get_combined_stats)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/context/manager.py#L84">
  `praisonaiagents/context/manager.py` at line 84
</Card>
