mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
- Added new Tool Memory section with overview, retrieve ops, summary ops, and benchmark pages - Included SOP Memory section with making SOP memories page - Added deployment instructions for mkdocs including build, serve, and gh-deploy commands
76 lines
1.8 KiB
YAML
76 lines
1.8 KiB
YAML
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
|
|
show_stargazers: true
|
|
|
|
|
|
nav:
|
|
- Welcome: index.md
|
|
|
|
- Library:
|
|
- Library Home: library/library.md
|
|
|
|
- Personal Memory:
|
|
- Overview: personal_memory/personal_memory.md
|
|
- Retrieve Ops: personal_memory/personal_retrieve_ops.md
|
|
- Summary Ops: personal_memory/personal_summary_ops.md
|
|
|
|
- Task Memory:
|
|
- Overview: task_memory/task_memory.md
|
|
- Retrieve Ops: task_memory/task_retrieve_ops.md
|
|
- Summary Ops: task_memory/task_summary_ops.md
|
|
|
|
- Tool Memory:
|
|
- Overview: tool_memory/tool_memory.md
|
|
- Retrieve Ops: tool_memory/tool_retrieve_ops.md
|
|
- Summary Ops: tool_memory/tool_summary_ops.md
|
|
- Benchmark: tool_memory/tool_bench.md
|
|
|
|
- SOP Memory:
|
|
- Making SOP Memories: sop_memory/making_sop_memories.md
|
|
|
|
- Extensions:
|
|
- MCP: mcp_quick_start.md
|
|
- Vector Store: vector_store_api_guide.md
|
|
|
|
- Experimental Tutorials:
|
|
- AppWorld: cookbook/appworld/quickstart.md
|
|
- BFCL: cookbook/bfcl/quickstart.md
|
|
- FrozenLake: cookbook/frozenlake/quickstart.md
|
|
|
|
|
|
- Contributions: contribution.md
|
|
|
|
plugins:
|
|
- search
|
|
- excalidraw
|
|
|
|
markdown_extensions:
|
|
admonition:
|
|
codehilite:
|
|
fenced_code:
|
|
footnotes:
|
|
extra:
|
|
pymdownx.blocks.details:
|
|
pymdownx.tabbed:
|
|
pymdownx.blocks.tab:
|
|
combine_header_slug: true
|
|
separator: ___
|
|
pymdownx.progressbar:
|
|
pymdownx.snippets:
|
|
pymdownx.arithmatex:
|
|
generic: true
|
|
shadcn.extensions.echarts.alpha:
|
|
shadcn.extensions.codexec:
|
|
shadcn.extensions.iconify:
|
|
|
|
|
|
# pip install mkdocs-shadcn
|
|
# mkdocs build
|
|
# mkdocs serve
|
|
# mkdocs gh-deploy --force
|