# MemoryQuery

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/memory/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/memory/types.ts#L59)

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `category` | `MemoryRecord['category'] | MemoryRecord['category'][]` |
| `tags` | `string[]` |
| `relatedFiles` | `string[]` |
| `minConfidence` | `'high' | 'medium' | 'low'` |
| `limit` | `number` |
| `excludeSuperseded` | `boolean` |
| `excludeExpired` | `boolean` |
| `search` | `string` |
