4.3 · Lesson

The reasoning memory schema

In the previous lesson, you learned what a context graph is and how reasoning memory implements the "context" layer of that model. In this lesson, you will learn the reasoning memory Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. and Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. schema, the node Full definition for property (opens in a new tab)A named value stored on a node or a relationship. that make traces auditable, and the cross-memory relationships that connect all three layers in a single queryable graph.

Reasoning memory captures the agent's complete thinking process — the tools it called, the order it called them, the results it received, and the intermediate conclusions it reached. This is the layer that makes decisions explainable, auditable, and reusable.