docs(deep-agents): five capability pages teach through their running examples - #1035
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…cision counts, cards Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ming a default todo middleware; wording precision Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…'s comments name history hydration Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…attribution is by description; example comments corrected Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ention, one sentence after each block Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…allout; the orchestrator docstring matches the page Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
blove
enabled auto-merge (squash)
September 6, 2026 06:00
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 5 of the example-first docs program (plan:
docs/superpowers/plans/2026-09-06-docs-example-first-products.md, PR 5 table; spec:docs/superpowers/specs/2026-09-05-docs-example-first-content-design.md).Pages rewritten:
deep-agents/capabilities/{filesystem,memory,planning,skills,subagents}.Walkthroughs deleted: the five
cockpit/deep-agents/*/python/docs/guide.mdfiles;PENDING_PAGESdrops the five entries (16 remain).Example sources: comment-only
#regionmarkers in ten graphs/components (inline-template markers included; each example project builds); three stale docstrings/comments corrected where they contradicted the current deepagents 0.7.11 behavior or the adapter (planning's "default todo middleware", subagents' "namespace matching", memory's "getState").Facts settled (each verified against deepagents 0.7.11, langchain middleware, and
libs/langgraph/libs/chatsource):create_deep_agentalways installsFilesystemMiddleware, shipsSubAgentMiddlewarethrough the defaultgeneral-purposesubagent, does not installTodoListMiddleware, and adds Memory/Skills middleware when passed;filesvalues areFileDatarecords; HITL resumes need one decision per hanging tool call;PrivateStateAttrkeys are absent from the values stream but present on the checkpoint, which is why two examples republish them through a small middleware;customEvents()is per run andvalue()hydrates from history; subagent attribution matches child streams by description (exact, containment, single candidate), not by namespace;CompositeBackendstrips and re-adds the mount prefix.Verification:
nx run-many -t test,lintgreen (website, cockpit-registry, cockpit-shell, scripts); generators no drift; prod build renders every page withdata-example-filecounts equal to tag counts;nx e2e website124 passed.🤖 Generated with Claude Code