Skip to content

docs: 新增 Adam Framework 持久记忆用例#34

Open
AlexAnys wants to merge 2 commits intomainfrom
feat/adam-persistent-memory
Open

docs: 新增 Adam Framework 持久记忆用例#34
AlexAnys wants to merge 2 commits intomainfrom
feat/adam-persistent-memory

Conversation

@AlexAnys
Copy link
Copy Markdown
Owner

@AlexAnys AlexAnys commented Mar 11, 2026

Summary

  • 新增 Adam Framework 持久记忆用例(基于上游 PR #56)
  • 完整保留原始功能描述和 5 层架构说明
  • 含国内适配:Kimi K2.5/通义千问 API 替代 Gemini、Ollama 离线部署方案、中文 SOUL.md/CORE_MEMORY.md 模板

Test plan

  • 用例文件格式符合仓库规范
  • 原始内容完整保留
  • 中国用户适配章节实用可操作
  • API 替代方案可用(Moonshot/阿里云百炼/智谱)
  • 离线部署方案可行(Ollama + Qwen2.5)

含国内适配:Kimi K2.5/通义千问 API 替代 Gemini、Ollama 离线部署方案、
中文 SOUL.md/CORE_MEMORY.md 模板、飞书/钉钉/企业微信集成思路。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: db203c228b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

2. 从模板创建身份文件:

```bash
cp vault-templates/SOUL.template.md ~/MyAIVault/SOUL.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add Adam repo checkout before local copy commands

Stage 1 tells users to run cp vault-templates/... immediately, but the guide never includes a git clone/cd step for the Adam repository where those directories exist. On a fresh machine (or when run from this repo), these commands fail with “No such file or directory,” which blocks setup before any memory layers can be enabled.

Useful? React with 👍 / 👎.

Comment on lines +103 to +104
# 配置 mcporter 路由
mcporter call "neural-memory.nmem_stats()"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the missing mcporter route registration command

This section says “配置 mcporter 路由” but does not provide the actual command, then immediately invokes mcporter call "neural-memory.nmem_stats()". In a clean install, that call fails unless the neural-memory route has been registered first, so readers cannot complete the validation flow as written.

Useful? React with 👍 / 👎.

- 神经图谱数据恢复为上游 PR #56 原始值(7,219/29,291)
- 删除 Layer 2 中无来源的 70%/30% 比例数据
- 为 Kimi K2.5 model ID 添加验证提示
- 补充与 semantic-memory-search 的区分说明
- 添加上游原文链接

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant