Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/memos-local-plugin/core/feedback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ import {
## Persistence

* `decision_repairs` — the primary table; see
[`../storage/repos/decision-repairs.ts`](../storage/repos/decision-repairs.ts).
[`../storage/repos/decision_repairs.ts`](../storage/repos/decision_repairs.ts).
* `context_hash` — anchor for cooldown lookups and retrieval.
* `preference`, `anti_pattern` — the guidance the agent will see.
* `high_value_trace_ids`, `low_value_trace_ids` — evidence JSON
Expand Down
2 changes: 1 addition & 1 deletion apps/memos-local-plugin/docs/DEMO_TaskCLI_OpenClaw_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
> 全程使用 `openclaw agent` 命令行 + 浏览器打开 `http://127.0.0.1:18799`。
> 共 **9 轮交互 + 1 轮收官三层召回**,全程约 25 分钟。
>
> 阅读建议:先读 [`Reflect2Skill_算法设计核心.md`](./Reflect2Skill_算法设计核心.md) 0 节与 2.6 节,再读 [`DEMO_OpenClaw_Python_演示.md`](./DEMO_OpenClaw_Python_演示.md),再读本文。
> 阅读建议:先读 [`Reflect2Skill_算法设计核心.md`](./Reflect2Skill_算法设计核心.md) 0 节与 2.6 节,再读本文。
>

---
Expand Down
Loading