docs: update homepage layout and add repository links

This commit is contained in:
dengjiaji 2025-09-15 15:50:30 +08:00
parent 1257c30e1a
commit 4811f72e59
2 changed files with 4 additions and 2 deletions

View file

@ -9,12 +9,12 @@ show_datetime: true
<img src="figure/reme_logo.png" alt="ReMe Logo" width="50%">
</p>
<p align="center">
<div class="flex justify-center space-x-3">
<a href="https://pypi.org/project/reme-ai/"><img src="https://img.shields.io/badge/python-3.12+-blue" alt="Python Version"></a>
<a href="https://pypi.org/project/reme-ai/"><img src="https://img.shields.io/badge/pypi-v0.1-blue?logo=pypi" alt="PyPI Version"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-black" alt="License"></a>
<a href="https://github.com/modelscope/ReMe"><img src="https://img.shields.io/github/stars/modelscope/ReMe?style=social" alt="GitHub Stars"></a>
</p>
</div>
<p align="center">
<strong>ReMe (formerly MemoryScope): Memory Management Framework for Agents</strong><br>

View file

@ -1,6 +1,8 @@
site_name: ReMe
site_url: https://modelscope.github.io/ReMe/
site_description: "Memory Management Framework for Agents"
repo_url: https://github.com/modelscope/ReMe
repo_name: modelscope/ReMe
theme:
name: shadcn
image: figure/reme_logo.png