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

# memory • AI Agent SDK

> Module reference for memory

# memory

<Badge color="blue">AI Agent</Badge>

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.memory import memory
```

## Classes

<CardGroup cols={2}>
  <Card title="Memory" icon="brackets-curly" href="../classes/Memory">
    A single-file memory manager covering:
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="trace()" icon="function" href="../functions/trace">
    Function definition.
  </Card>
</CardGroup>

### Constants

| Name          | Value |
| ------------- | ----- |
| `TRACE_LEVEL` | `5`   |

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Memory Concept" icon="brain" href="/docs/concepts/memory" />

  <Card title="Memory Overview" icon="database" href="/docs/memory/overview" />

  <Card title="Memory Configuration" icon="gear" href="/docs/configuration/memory-config" />

  <Card title="Session Resume" icon="rotate-right" href="/docs/memory/session-resume" />
</CardGroup>
