fix: deploy 17 chat/render examples to LangGraph Cloud#115
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add chat examples to CAPABILITIES (checks chat element visible), render examples to RENDER_CAPABILITIES (checks 200 status), and A2UI to the send/receive smoke test. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Prevents a single transient LangGraph Cloud failure from cancelling all other deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All 31 LangGraph Cloud deployments verified healthy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0397746 to
7f4ae6b
Compare
3 tasks
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
What was broken
None of the chat or render Angular examples worked at examples.cacheplane.ai — their Python backends were never deployed and the proxy had no routing entries for them.
Changes
.github/workflows/deploy-langgraph.yml— 17 new matrix entries,fail-fast: falsedeployment-urls.json— 17 actual deployment URLs (all verified healthy)scripts/examples-middleware.ts— 17DEPLOYMENT_URLS+ 17PATH_TO_KEYentriesapps/cockpit/e2e/production-smoke.spec.ts— chat capabilities + render capabilities test blocksTest plan
npx tsx scripts/verify-langgraph-deployments.ts→ 31 passed, 0 failednpx tsx scripts/assemble-examples.ts→ 31 apps assemblednpx nx build cockpit→ successnpx nx run-many -t test --projects=chat,a2ui→ all pass🤖 Generated with Claude Code