mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
46 lines
No EOL
1.1 KiB
YAML
46 lines
No EOL
1.1 KiB
YAML
format: jb-book
|
|
root: index
|
|
|
|
parts:
|
|
- caption: Setup Guide
|
|
chapters:
|
|
- file: installation
|
|
- file: quick_start
|
|
- file: library/library
|
|
|
|
- caption: Personal Memory
|
|
chapters:
|
|
- file: personal_memory/personal_memory
|
|
- file: personal_memory/personal_retrieve_ops
|
|
- file: personal_memory/personal_summary_ops
|
|
|
|
- caption: Task Memory
|
|
chapters:
|
|
- file: task_memory/task_memory
|
|
- file: task_memory/task_retrieve_ops
|
|
- file: task_memory/task_summary_ops
|
|
|
|
- caption: Tool Memory
|
|
chapters:
|
|
- file: tool_memory/tool_memory
|
|
- file: tool_memory/tool_retrieve_ops
|
|
- file: tool_memory/tool_summary_ops
|
|
- file: tool_memory/tool_bench
|
|
|
|
- caption: Extensions
|
|
maxdepth: 1
|
|
chapters:
|
|
- file: mcp_quick_start
|
|
- file: vector_store_api_guide
|
|
|
|
- caption: Experiments
|
|
chapters:
|
|
- file: cookbook/experiment_overview
|
|
- file: cookbook/frozenlake/quickstart
|
|
- file: cookbook/bfcl/quickstart
|
|
- file: cookbook/appworld/quickstart
|
|
|
|
- caption: Others
|
|
maxdepth: 1
|
|
chapters:
|
|
- file: contribution |