Skip to content

docs(concepts): P0 optimization - #46

Merged
yi-ge merged 5 commits into
mainfrom
docs/concepts-optimization-p0
Jul 28, 2026
Merged

docs(concepts): P0 optimization#46
yi-ge merged 5 commits into
mainfrom
docs/concepts-optimization-p0

Conversation

@yi-ge

@yi-ge yi-ge commented Jul 28, 2026

Copy link
Copy Markdown
Member

修复断链、补全英文 auto-dream

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 28, 2026 3:44am

Request Review

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

Copy link
Copy Markdown

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: 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)

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 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 👍 / 👎.

Comment thread docs/04-concepts/11-auto-dream.md Outdated
### 记忆生命周期(含 Dream 阶段)

在 [自动学习与遗忘](../user-guide/memory/auto-learning) 中,我们介绍了记忆的五阶段生命周期。加入 Auto Dream 后,完整的生命周期变为:
在 [自动学习与遗忘](../02-user-guide/07-memory/04-auto-learning) 中,我们介绍了记忆的五阶段生命周期。加入 Auto Dream 后,完整的生命周期变为:

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 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

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

Copy link
Copy Markdown

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: 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:

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 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
```
![Trust Ladder](/img/concepts/trust-ladder.svg)

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 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 👍 / 👎.

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

Copy link
Copy Markdown

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: 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 │
└───────────────────────────┘
```
![Three-Layer Pyramid](/img/concepts/three-layer-pyramid.svg)

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 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 👍 / 👎.

@yi-ge
yi-ge merged commit f9bdcc7 into main Jul 28, 2026
3 checks passed
@yi-ge
yi-ge deleted the docs/concepts-optimization-p0 branch July 28, 2026 15:10
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