docs(concepts): P0 optimization - #46
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 059febaba7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - 想了解步骤的可控性?请阅读 [固化/灵活/人闸门](./step-types) | ||
| - 想了解多智能体如何协作?请阅读用户指南中的 [跨智能体协作](../user-guide/delegation/cross-agent) | ||
| - 想了解多智能体如何协作?请阅读用户指南中的 [跨智能体协作](../02-user-guide/04-delegation/06-cross-agent) |
There was a problem hiding this comment.
Restore docs-file resolution for the cross-agent link
This changed link now omits the .md extension while still using the numbered source-file path. Docusaurus treats extensionless relative links as URL paths instead of resolving them against the docs filesystem, so from /concepts/task-orchestration this points at /02-user-guide/04-delegation/06-cross-agent rather than the generated /user-guide/delegation/cross-agent route, leaving the Next Steps link broken; add .md or use the actual route URL.
Useful? React with 👍 / 👎.
| ### 记忆生命周期(含 Dream 阶段) | ||
|
|
||
| 在 [自动学习与遗忘](../user-guide/memory/auto-learning) 中,我们介绍了记忆的五阶段生命周期。加入 Auto Dream 后,完整的生命周期变为: | ||
| 在 [自动学习与遗忘](../02-user-guide/07-memory/04-auto-learning) 中,我们介绍了记忆的五阶段生命周期。加入 Auto Dream 后,完整的生命周期变为: |
There was a problem hiding this comment.
Restore docs-file resolution for the memory links
This target, and the same newly added numbered paths in the Next Steps section, omit .md, so Docusaurus leaves them as raw URL paths instead of converting them from source files to the configured /user-guide/memory/... routes. Readers on /concepts/auto-dream will be sent to /02-user-guide/07-memory/... pages that are not generated, so these links should either include .md or use the route paths.
Useful? React with 👍 / 👎.
…model, ASCII→SVG - P0-2: Create EN 11-auto-dream.md (125 lines, full translation) - P0-3: Add Task Orchestration & Auto Dream rows to EN index.md - P0-4: Add 'Official Cloud Compute' and 'Generative vs. Chat Models' to EN 08-compute-model.md - P0-5: Replace ASCII art with SVG references in EN 07-three-layer-control.md
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 648ceb5be4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ### Memory Lifecycle (Including the Dream Phase) | ||
|
|
||
| In [Auto-Learning and Forgetting](/docs/02-user-guide/07-memory/04-auto-learning), we introduced the five-stage memory lifecycle. With Auto Dream, the complete lifecycle becomes: |
There was a problem hiding this comment.
Point Auto Dream links at generated routes
Because this docs site sets the docs routeBasePath to /, it does not generate /docs/... pages; leading-slash Markdown links are treated as URL paths rather than source-file links. This new English page therefore sends readers to a 404 for this link, and the same /docs/... pattern appears again later in the file. Use relative .md links or the generated routes such as /user-guide/memory/auto-learning.
Useful? React with 👍 / 👎.
| ↓ | ||
| Dare to delegate more tasks → Gain greater value | ||
| ``` | ||
|  |
There was a problem hiding this comment.
Keep the English trust diagram localized
On the English page this now embeds the shared trust-ladder.svg, but that SVG's visible labels are Chinese (for example 可见, 设定边界, and 敢于委派更多任务). The previous ASCII diagram was in English, so English readers now lose the explanation of the trust ladder; use an English SVG variant or keep the localized text diagram here.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ce0cce82c2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| │ Visible │ | ||
| └───────────────────────────┘ | ||
| ``` | ||
|  |
There was a problem hiding this comment.
Keep the pyramid diagram localized
This first SVG replacement also points the English page at a shared diagram whose visible labels and callouts are Chinese (L3 可逆, 做错了能改回来, etc.). The removed ASCII diagram was fully English, so English readers now lose part of the model explanation unless this uses an English SVG variant or keeps localized text here.
Useful? React with 👍 / 👎.
修复断链、补全英文 auto-dream