Writes are proposals
Incoming observations go through consolidation before they update current state.
Our approach
Useful agent memory needs clear rules for what changes, what stays current, and where information came from. These principles shape ConceptMem.
In practice
The system governs recorded knowledge. The quality of that knowledge still depends on the observations and policies you provide.
Built into the workflow
Incoming observations go through consolidation before they update current state.
Repeated and conflicting observations are handled as updates to coherent records.
Keep the accepted record distinct from previous values and the changelog.
Classes, fields, and relationships define your model. Strictness determines when non-conformance refuses a write.
Every mutation carries source, actor, confidence, timestamp, and extraction method.
Markdown and exports derive from memory. Editing them does not change stored state.
Merge, conflict, retention, privacy, and review settings belong in explicit policy.
Follow a new observation from submission through consolidation to a queryable record.
Explore the workflowMake your next update count
Create a workspace, define a type, and see your first observation become a traceable record.