Remove superseded agentic-workflows examples; make example docs consistent#142
Open
NicholasDCole wants to merge 1 commit into
Open
Remove superseded agentic-workflows examples; make example docs consistent#142NicholasDCole wants to merge 1 commit into
NicholasDCole wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
NicholasDCole
marked this pull request as ready for review
July 21, 2026 16:30
…stent The examples/agentic-workflows/ folder (5 hand-built LLM-system-task workflow examples) is superseded by the durable agents layer merged in 891bd06 - every scenario it demonstrated (tool calling, multi-agent chat, HITL, MCP) has a richer counterpart under examples/agents/. Delete it and repoint all references (README, examples/README, SDK_DEVELOPMENT, SDK_NEW_LANGUAGE_GUIDE) to the agents examples. Also make the docs consistent about example counts: - examples/agents/README.md catalog rebuilt to list all 111 core examples (65 were missing after the merge) organized by topic; removed a broken link to the nonexistent 27-user-proxy-agent.ts - all counts standardized to "200+" across README, CHANGELOG, SDK_DEVELOPMENT, SDK_NEW_LANGUAGE_GUIDE, and examples READMEs - stale workflow-example counts in SDK_DEVELOPMENT fixed (14 core / 9 api-journeys / 8 advanced) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NicholasDCole
force-pushed
the
chore/agentic-examples-cleanup-and-smoke-tooling
branch
from
July 21, 2026 16:31
ea872ca to
8781a19
Compare
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.
Summary
Cleanups following the agentspan merge (#131):
Remove
examples/agentic-workflows/The 5 hand-built LLM-system-task workflow examples are superseded by the durable agents layer — every scenario they demonstrated (tool calling, multi-agent chat, HITL, MCP) has a richer counterpart under
examples/agents/. All references acrossREADME.md,examples/README.md,SDK_DEVELOPMENT.md, andSDK_NEW_LANGUAGE_GUIDE.mdare repointed to the agents examples. The LLM task builders (llmChatCompleteTasketc.) remain documented — only the example folder is removed.Documentation consistency on example counts
examples/agents/README.mdcatalog rebuilt to list all 111 core examples organized by topic — 65 were missing from the catalog after the merge, and it linked one nonexistent file (27-user-proxy-agent.ts). Verified programmatically: 111 unique links, zero broken, zero missing.SDK_DEVELOPMENT.mdcorrected (14 core / 9 api-journeys / 8 advanced).Related
🤖 Generated with Claude Code