{% extends "base.html" %} {% block title %}Processing Pipeline — Fractal Memory{% endblock %} {% block content %}
Total memories stored
Total sessions
Waiting room queued
Gate mode
🚪
Loading gate status…
📥
Input
memory_store(text) called
🚪
Coincidence Gate
Waiting Room
🔭
Zoom Levels
LLM generates L0→L3 labels
🧮
Embedding
384-dim vector computed
🧬
Storage
Indexed → Probation lifecycle
Retrieval window — how many memories Claude sees per query
L1 — Tags only
labels returned (wide scan)
L2 — Summaries
one-sentence previews
L3 — Full context
injected into Claude's context
Recently stored memories
The last 10 memories that successfully passed through the full pipeline.
Label / SummaryDomainLifecycleIntensityStored at
Loading…
{% endblock %} {% block scripts %} {% endblock %}