# parseMemoryExtractionResponse

**Kind:** Function

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

Parse the model's response into SessionMemory objects.
Handles common response formats (raw JSON, markdown-wrapped JSON, etc.).

## Signature

```ts
function parseMemoryExtractionResponse(response: string): SessionMemory[]
```

## Parameters

| Name | Type |
|---|---|
| `response` | `string` |

**Returns:** `SessionMemory[]`
