showcase/integrations/langgraph-python/qa/cli-start.md
cli-start cell is an informational command cell (no /demos/cli-start/ route)showcase/integrations/langgraph-python/ in the CopilotKit reponpx copilotkit@latest init --framework langgraph-pythonnpx copilotkit@latest init --framework langgraph-pythonshowcase/integrations/langgraph-python/ (same top-level files: package.json, next.config.ts, langgraph.json, showcase.json, tsconfig.json, postcss.config.mjs, Dockerfile, entrypoint.sh, src/)package.json references @copilotkit/* at version 2.0.0 or newer (matches copilotkit_version in the provider manifest)npm install in the scaffolded directory; verify it completes with no error-level outputpackage.json dev script (typically npm run dev); verify it binds and logs a local URL (e.g. http://localhost:3000)langgraph dev using langgraph.json); verify it binds without errorstarter.name) and a basic chat round-trip worksnpm install outputnpm install completes without error; dev server + LangGraph backend boot; starter demo is interactive