mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix bug: update site_url to point to GitHub Pages
This commit is contained in:
parent
805b7520ec
commit
9da6a14fcb
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ Personal memory helps "**understand user preferences**", while task memory helps
|
|||
and [frozenlake exp](./cookbook/frozenlake/quickstart.md).
|
||||
- **[2025-08]** 🚀 MCP protocol support is now available -> [MCP Quick Start](mcp_quick_start.md).
|
||||
- **[2025-06]** 🚀 Multiple backend vector storage support (Elasticsearch &
|
||||
ChromaDB) -> [Vector DB quick start](docs/vector_store_api_guide.md).
|
||||
ChromaDB) -> [Vector DB quick start](vector_store_api_guide.md).
|
||||
- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1 released,
|
||||
personalized and time-aware memory storage and usage.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
site_name: ReMe
|
||||
site_url: https://github.com/modelscope/ReMe/
|
||||
site_url: https://modelscope.github.io/ReMe/
|
||||
site_description: "Memory Management Framework for Agents"
|
||||
theme:
|
||||
name: shadcn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue