You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/memmachine/layouts/_partials/home-sections.html
+64-1Lines changed: 64 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ <h1 class="title">
11
11
With <span>Memory that Lasts.</span>
12
12
</h1>
13
13
<pclass="text-center mx-850">
14
-
Meet MemMachine, an open-source memory layer for advanced AI agents. It enables AI-powered applications to learn, store, and recall data and preferences from past sessions to enrich future interactions. MemMachine’s memory layer persists across multiple sessions, agents, and large language models, building a sophisticated, evolving user profile. It transforms AI chatbots into personalized, context-aware AI assistants designed to understand and respond with better precision and depth.
14
+
Meet MemMachine, an open-source memory layer for advanced AI agents. It enables AI-powered applications to learn, store, and recall data and preferences from past sessions to enrich future interactions. MemMachine's memory layer persists across multiple sessions, agents, and large language models, building a sophisticated, evolving user profile. It transforms AI chatbots into personalized, context-aware AI assistants designed to understand and respond with better precision and depth.
Users interact with an agent, which connects to the MemMachine Memory core through a RESTful API, Python SDK, or MCP Server.
278
+
</p>
279
+
</div>
280
+
</div>
281
+
<divclass="solution-single">
282
+
<divclass="icon-circle">
283
+
<iclass="fa-solid fa-2"></i>
284
+
</div>
285
+
<div>
286
+
<h4>MemMachine Manages Memory</h4>
287
+
<p>
288
+
MemMachine processes interactions and stores them in two distinct types: Episodic Memory for conversational context and Profile Memory for long-term user facts.
289
+
</p>
290
+
</div>
291
+
</div>
292
+
<divclass="solution-single">
293
+
<divclass="icon-circle">
294
+
<iclass="fa-solid fa-3"></i>
295
+
</div>
296
+
<div>
297
+
<h4>Data is Persisted to Databases</h4>
298
+
<p>
299
+
Memory is persisted to a database layer where Episodic Memory is stored in a graph database and Profile Memory is stored in an SQL database.
0 commit comments