---
title: "Memory Admission Pipeline · agent memory · Agent Fieldbook"
url: https://agentfieldbook.org/memory/types/admission/
description: "Stops memory growing out of control by validating before commit."
section: "Memory · Types"
source: Agent Fieldbook — generated from the published page
---

# Memory Admission Pipeline

Stops memory growing out of control by validating before commit.

## At a glance

| Field | Value |
| --- | --- |
| Class | Pattern |
| Scope | Write-time governance |
| Examples | Production write-gates |

## How it works

Before committing to long-term semantic/episodic storage, run a check: is it durable, reusable, and stripped of temporary session noise and sensitive PII?

## Watch out

A weak gate is how PII and noise leak into permanent memory.

## Basis
