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

### Constants

| Name             | Value                      |
| ---------------- | -------------------------- |
| `TRACE_LEVEL`    | `5`                        |
| `CACHE_BOUNDARY` | `'--- CACHE_BOUNDARY ---'` |

***

## Related Documentation

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

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

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

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