mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
db667891a4
## Summary - Productizes the Claude SDK Python and TypeScript showcase demos with LangGraph-parity frontends. - Wires the Claude demo backends through the official Claude Agent SDK/AG-UI adapter paths using `claude-sonnet-4.6`. - Keeps Claude integration docs hidden for this PR and excludes generated/authored docs artifacts from scope. ## Why The goal is to bring the productized LangGraph demo surface to Claude Agents SDKs without publishing integration docs in this pass. This keeps the PR focused on local showcase demos, runtime behavior, fixtures, and validation support. ## How - Ported the demo frontend surfaces and local shell-dojo support for Claude SDK Python/TypeScript. - Added official Claude SDK adapter/backend wiring plus real-Claude local compose support. - Updated Claude aimock fixtures and validation ratchets for the expanded demo set. - Set both Claude manifests to `docs_mode: hidden` and removed docs setup/snippet artifacts from the PR scope.