05 · Public source
MemCore
Structured memory layer for agent sessions, kept in local storage you control.
Session facts are recorded once, then retrieved by explicit query instead of re-reading a whole transcript.
View sourceProblem
Long agent sessions lost earlier decisions because context was rebuilt from raw transcripts each time.
Mechanism
- Store durable session facts locally with explicit keys.
- Retrieve by query when a new task starts.
- Keep the store inspectable instead of opaque embeddings-only state.
Evidence
- Status
- Early stage · API stabilising
Boundary
The retrieval quality depends on what is recorded; MemCore does not infer importance on its own.