---
title: "Classification Routing · agent retrieval pattern · Agent Fieldbook"
url: https://agentfieldbook.org/memory/retrieval/classification-routing/
description: "Classify each memory into its schema (fact / event / instruction / task) and route storage + indexing accordingly: e.g. tasks stay out of the vector index."
section: "Memory · Retrieval"
source: Agent Fieldbook — generated from the published page
---

# Classification Routing

Classify each memory into its schema (fact / event / instruction / task) and route storage + indexing accordingly: e.g. tasks stay out of the vector index.

Verified against [blog.cloudflare.com](https://blog.cloudflare.com/introducing-agent-memory/)

- [blog.cloudflare.com](https://blog.cloudflare.com/introducing-agent-memory/)

## How it works

## At a glance

| Field | Value |
| --- | --- |
| Stage | Harvest |
| Phase | Write |
| Used by | Cloudflare Agent Memory |

## Trade-off

Mis-classification sends a memory to the wrong index and retrieval path.

## Basis

## Verified against

- [https://blog.cloudflare.com/introducing-agent-memory/](https://blog.cloudflare.com/introducing-agent-memory/)

The corpus does not rewrite vendor documentation. Where copy is quoted verbatim it is marked as such and attributed to its source.
