A trajectory = a sequence of states. The endpoint computes the tangent (dμ) between consecutive states and the rolling mean. This is the embedding-as-muscle-memory in action: the model captures the SHAPE OF GOING, not the position.
🔍 Similarity Search
Rank candidate texts by cosine similarity to a query embedding. Use this to find related canon / cells / agents.
🧠 Agent Memory (JEPA-shaped retention)
Each agent state is embedded and assigned a retention strength by JEV. Muscle memory = patterns the agent will recognize again.
🎯 Curator (JEV-verified muscle memory)
Embed a state, rank candidates by similarity, then JEV verifies whether the top match is genuine muscle memory or shallow pattern.