mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
docs(memory): rename library references to memory throughout documentation
This commit is contained in:
parent
02ed621b36
commit
b9841bc88a
8 changed files with 18 additions and 22 deletions
10
README.md
10
README.md
|
|
@ -601,15 +601,15 @@ fetch("http://localhost:8002/retrieve_tool_memory", {
|
|||
|
||||
---
|
||||
|
||||
## 📦 Ready-to-Use Libraries
|
||||
## 📦 Ready-to-Use Memories
|
||||
|
||||
ReMe provides pre-built memory libraries that agents can immediately use with verified best practices:
|
||||
ReMe provides pre-built memories that agents can immediately use with verified best practices:
|
||||
|
||||
### Available Libraries
|
||||
### Available Memories
|
||||
|
||||
- **`appworld.jsonl`**: Memory library for Appworld agent interactions, covering complex task planning and execution
|
||||
- **`appworld.jsonl`**: Memory for Appworld agent interactions, covering complex task planning and execution
|
||||
patterns
|
||||
- **`bfcl_v3.jsonl`**: Working memory library for BFCL tool calls
|
||||
- **`bfcl_v3.jsonl`**: Working memory for BFCL tool calls
|
||||
|
||||
### Quick Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,7 @@ parts:
|
|||
chapters:
|
||||
- file: installation
|
||||
- file: quick_start
|
||||
|
||||
- caption: Library
|
||||
chapters:
|
||||
- file: library/library
|
||||
- file: library/use_library
|
||||
|
||||
- caption: Personal Memory
|
||||
chapters:
|
||||
|
|
|
|||
|
|
@ -85,11 +85,11 @@ Learn more about how to use tool memory from [tool memory](tool_memory/tool_memo
|
|||
|
||||
---
|
||||
|
||||
## 📦 Ready-to-Use Libraries
|
||||
## 📦 Ready-to-Use Memories
|
||||
|
||||
ReMe provides pre-built memory libraries that agents can immediately use with verified best practices:
|
||||
ReMe provides pre-built memories that agents can immediately use with verified best practices:
|
||||
|
||||
### Available Libraries
|
||||
### Available Memories
|
||||
|
||||
- **`appworld.jsonl`**: Memory library for Appworld agent interactions, covering complex task planning and execution
|
||||
patterns
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Memory Library
|
||||
# Ready-to-Use Memories
|
||||
|
||||
<div id="memory-lib-root" class="ml-prose-container">
|
||||
<!-- 工具条 -->
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<svg class="ml-icon" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
|
||||
</svg>
|
||||
<input id="ml-search" placeholder="Search libraries or memories..." />
|
||||
<input id="ml-search" placeholder="Search memories..." />
|
||||
</div>
|
||||
<button id="ml-clear" class="ml-btn secondary">Clear</button>
|
||||
</div>
|
||||
|
|
@ -20,18 +20,18 @@
|
|||
<!-- 加载/错误 -->
|
||||
<div id="ml-loading" class="ml-loading">
|
||||
<div class="ml-spinner" aria-label="Loading"></div>
|
||||
<div class="ml-muted">Loading memory library…</div>
|
||||
<div class="ml-muted">Loading memories…</div>
|
||||
</div>
|
||||
<div id="ml-error" class="ml-error" hidden>
|
||||
<div class="ml-error-icon">⚠️</div>
|
||||
<div class="ml-muted">Failed to load memory library.</div>
|
||||
<div class="ml-muted">Failed to load memories.</div>
|
||||
<button id="ml-retry" class="ml-btn">Try again</button>
|
||||
</div>
|
||||
|
||||
<!-- 面包屑 -->
|
||||
<div id="ml-crumb" class="ml-crumb" hidden>
|
||||
<button id="ml-back" class="ml-link">← Back to Libraries</button>
|
||||
<div class="ml-crumb-title" id="ml-crumb-title">Libraries</div>
|
||||
<button id="ml-back" class="ml-link">← Back to memory home</button>
|
||||
<div class="ml-crumb-title" id="ml-crumb-title">memories</div>
|
||||
</div>
|
||||
|
||||
<!-- 列表容器 -->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Task Memory Retrieval Operations
|
||||
# Task Memory Retrieval Ops
|
||||
|
||||
## BuildQueryOp
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Task Summary Operations
|
||||
# Task Memory Summary Ops
|
||||
|
||||
## TrajectoryPreprocessOp
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Tool Memory Retrieval Operations
|
||||
# Tool Memory Retrieval Ops
|
||||
|
||||
## RetrieveToolMemoryOp
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ kernelspec:
|
|||
name: python3
|
||||
---
|
||||
|
||||
# Tool Memory Summary Operations
|
||||
# Tool Memory Summary Ops
|
||||
|
||||
## ParseToolCallResultOp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue