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
Move blog posts higher on the landing page. Increase featured blogs t… (#51)
Move blog posts higher on the landing page. Increase featured blogs to show from 2 to 4
Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>
Copy file name to clipboardExpand all lines: themes/memmachine/layouts/_partials/home-sections.html
+90-87Lines changed: 90 additions & 87 deletions
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,23 @@
7
7
<divclass="row">
8
8
<divclass="col-md-12">
9
9
<h1class="title">
10
-
Build <span>Agents that Learn,</span><br/>
10
+
Build <span>Agents that Learn,</span><br/>
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
15
+
learn, store, and recall data and preferences from past sessions to enrich future interactions. MemMachine's
16
+
memory layer persists across multiple sessions, agents, and large language models, building a sophisticated,
17
+
evolving user profile. It transforms AI chatbots into personalized, context-aware AI assistants designed to
18
+
understand and respond with better precision and depth.
15
19
</p>
16
20
<divclass="hero-btn">
17
21
<div>
18
-
<a
19
-
href="https://docs.memmachine.ai/getting_started"
20
-
class="btn btn-primary mx-2"
21
-
>Start Building
22
+
<ahref="https://docs.memmachine.ai/getting_started" class="btn btn-primary mx-2">Start Building
22
23
</a>
23
-
<a
24
-
href="https://memmachine.ai/playground/"
25
-
class="btn btn-primary mx-2"
26
-
>Try the Playground
24
+
<ahref="https://memmachine.ai/playground/" class="btn btn-primary mx-2">Try the Playground
27
25
</a>
28
-
<a
29
-
href="https://discord.gg/usydANvKqD"
30
-
class="btn btn-primary mx-2"
31
-
>Let's Chat on Discord
26
+
<ahref="https://discord.gg/usydANvKqD" class="btn btn-primary mx-2">Let's Chat on Discord
Of course, Jane. Dr. Sharma has a 9:00 AM slot on Tuesday, but <strong>I remember you dislike morning appointments and find fasting difficult.</strong> Would you prefer an afternoon slot on Wednesday at 2:00 PM instead? That one doesn't require fasting.
141
+
Of course, Jane. Dr. Sharma has a 9:00 AM slot on Tuesday, but <strong>I remember you
142
+
dislike morning appointments and find fasting difficult.</strong> Would you prefer an
143
+
afternoon slot on Wednesday at 2:00 PM instead? That one doesn't require fasting.
145
144
</p>
146
145
</div>
147
146
</div>
@@ -154,7 +153,9 @@ <h3>MemMachine AI <span>10:14 AM</span></h3>
154
153
<divclass="col-md-8 mx-auto text-center">
155
154
<h3class="title-3">Memory is the <span>Key to Personalization</span></h3>
156
155
<pclass="mw-100 text-center">
157
-
A generic agent follows a script, ignoring a patient's personal needs and creating a sterile, one-size-fits-all experience. An agent powered by MemMachine remembers what makes each patient unique, allowing it to provide truly empathetic and personalized care.
156
+
A generic agent follows a script, ignoring a patient's personal needs and creating a sterile,
157
+
one-size-fits-all experience. An agent powered by MemMachine remembers what makes each patient
158
+
unique, allowing it to provide truly empathetic and personalized care.
158
159
</p>
159
160
</div>
160
161
</div>
@@ -188,7 +189,7 @@ <h2 class="title-2">
188
189
</div>
189
190
<h3>Build Context-Aware Agents</h3>
190
191
<p>
191
-
MemMachine allows your agents to retain and recall information
192
+
MemMachine allows your agents to retain and recall information
192
193
across multiple sessions. They'll understand the full context of
193
194
a conversation, leading to more relevant, intelligent, and
Users interact with an agent, which connects to the MemMachine Memory core through a RESTful API, Python SDK, or MCP Server.
270
+
Users interact with an agent, which connects to the MemMachine Memory core through a RESTful API,
271
+
Python SDK, or MCP Server.
269
272
</p>
270
273
</div>
271
274
</div>
@@ -276,7 +279,8 @@ <h4>Agents Interact via the API Layer</h4>
276
279
<div>
277
280
<h4>MemMachine Manages Memory</h4>
278
281
<p>
279
-
MemMachine processes interactions and stores them in two distinct types: Episodic Memory for conversational context and Profile Memory for long-term user facts.
282
+
MemMachine processes interactions and stores them in two distinct types: Episodic Memory for
283
+
conversational context and Profile Memory for long-term user facts.
<p>Offer continuous patient support with an agent that remembers medical history and tracks treatment progress to provide a seamless healthcare journey.</p>
0 commit comments