Skip to content

Commit 9d360ec

Browse files
authored
Update docs.html
1 parent 33257f7 commit 9d360ec

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

docs/docs.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,30 @@ <h2>How It Works</h2>
652652
</ul>
653653
</section>
654654
<section class="section" id="platform">
655-
<h2>MemoryOS Playground</h2>
655+
<h2>MemoryOS Playground (Online)</h2>
656656
<a class="memory-platform-btn" href="https://baijia.online/memoryos/" target="_blank" rel="noopener">Go to MemoryOS Playground</a>
657657
<p style="margin-top:18px;">Web-based memory analytics and management platform for MemoryOS. Coming soon!</p>
658+
<h2 style="margin-top:36px;">MemoryOS Playground (Local)</h2>
659+
<a class="memory-platform-btn" href="https://github.com/BAI-LAB/MemoryOS/tree/main/memoryos-playground" target="_blank" rel="noopener">Open Local Playground Repo</a>
660+
<div style="margin-top:18px;">
661+
<p><b>Local run steps:</b></p>
662+
<pre style="font-size:1.15em;"><code>cd MemoryOS/memoryos-playground/memdemo/
663+
664+
python3 app.py</code></pre>
665+
<ul class="features">
666+
<li>After launching the main interface, fill in <b>User ID</b>, <b>OpenAI API Key</b>, <b>Model</b>, and <b>API Base URL</b>.</li>
667+
</ul>
668+
<div style="margin-top:16px;display:flex;flex-direction:column;gap:12px;">
669+
<img src="./local1.png" alt="MemoryOS Playground Local Screenshot 1" style="width:100%;max-width:860px;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.08);"/>
670+
<ul class="features">
671+
<li>After entering the system, click the <b>Help</b> button to see what each button does.</li>
672+
</ul>
673+
<img src="./local2.png" alt="MemoryOS Playground Local Screenshot 2" style="width:100%;max-width:860px;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.08);"/>
674+
<ul class="features">
675+
<li>The user's memory is stored under MemoryOS-main/memoryos-playground/memdemo/data</li>
676+
</ul>
677+
</div>
678+
</div>
658679
</section>
659680
<section class="section" id="api-reference">
660681
<h2 style="font-size:1.6rem;font-weight:700;margin-top:36px;">MemoryOS Public API Reference</h2>

0 commit comments

Comments
 (0)