Conversation
含国内适配:Kimi K2.5/通义千问 API 替代 Gemini、Ollama 离线部署方案、 中文 SOUL.md/CORE_MEMORY.md 模板、飞书/钉钉/企业微信集成思路。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 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 |
There was a problem hiding this comment.
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 👍 / 👎.
| # 配置 mcporter 路由 | ||
| mcporter call "neural-memory.nmem_stats()" |
There was a problem hiding this comment.
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>
Summary
Test plan