Skip to content

Commit 1534e6d

Browse files
committed
Added 'The MemMachine Architecture' section
Signed-off-by: Steve Scargall <[email protected]>
1 parent 4bc6efc commit 1534e6d

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="title">
1111
With <span>Memory that Lasts.</span>
1212
</h1>
1313
<p class="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. MemMachines 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.
1515
</p>
1616
<div class="hero-btn">
1717
<div data-aos="fade-up" data-aos-duration="1000">
@@ -245,6 +245,69 @@ <h3>Unlock Complex Workflows</h3>
245245
<!--=======================================================
246246
HOW IT WORKS
247247
=========================================================-->
248+
<div class="solution-area mtb-192">
249+
<div class="container">
250+
<div data-aos="fade-up" data-aos-duration="1000">
251+
<div class="row">
252+
<div class="col-md-12">
253+
<h2 class="title-2">
254+
The <span>MemMachine</span> Architecture
255+
</h2>
256+
</div>
257+
</div>
258+
<div class="solution-item">
259+
<div class="row align-items-stretch flex-row-reverse">
260+
<div class="col-lg-6 mb-4 mb-lg-0">
261+
<div data-aos="fade-up" data-aos-delay="200">
262+
<div class="solution-item-list h-100 d-flex justify-content-center align-items-center">
263+
<img src="{{ `img/MemMachine_Architecture-Dark.png` | relURL }}" alt="MemMachine Architecture Diagram" class="img-fluid" />
264+
</div>
265+
</div>
266+
</div>
267+
<div class="col-lg-6">
268+
<div data-aos="fade-up" data-aos-duration="800">
269+
<div class="solution-item-list h-100">
270+
<div class="solution-single">
271+
<div class="icon-circle">
272+
<i class="fa-solid fa-1"></i>
273+
</div>
274+
<div>
275+
<h4>Agents Interact via the API Layer</h4>
276+
<p>
277+
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+
<div class="solution-single">
282+
<div class="icon-circle">
283+
<i class="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+
<div class="solution-single">
293+
<div class="icon-circle">
294+
<i class="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.
300+
</p>
301+
</div>
302+
</div>
303+
</div>
304+
</div>
305+
</div>
306+
</div>
307+
</div>
308+
</div>
309+
</div>
310+
</div>
248311

249312
<!--=======================================================
250313
SOLUTIONS/USE CASES
50.2 KB
Loading
50.3 KB
Loading

0 commit comments

Comments
 (0)