Skip to content

Commit de89fd3

Browse files
authored
chore(integrations): remove defunct langgraph-python-threads example (ENT-800) (CopilotKit#5281)
## Summary Removes `examples/integrations/langgraph-python-threads/` (87 files) and its two entries in `.github/config-allowlist.txt`. The standalone "LangGraph Python + durable threads" template is defunct: - The ENT-679 threads rollout was fully reverted from main on 2026-06-04 (CopilotKit#5215/CopilotKit#5216/CopilotKit#5217); the settled model is base `langgraph-python` + Intelligence activation overlay, not a duplicate `-threads` template. - The Intelligence CLI no longer scaffolds from it — verified zero references on Intelligence `main` (a806a7e0) **and** in the published `copilotkit@3.0.2` npm tarball. ## Verification - `git grep langgraph-python-threads` across the tracked tree returns nothing after this change (no hits in `pnpm-workspace.yaml`, `pnpm-lock.yaml`, `_parity` manifest, CI workflows, or READMEs). - The example was standalone (npm-based, not a pnpm workspace member, not an Nx project) — zero workspace projects structurally affected. - Lefthook commit gates green: check-binaries, sync-lockfile, lint-fix, `nx run-many -t test --projects=packages/**` (25/25). - `nx run-many -t lint,build --projects=packages/**`: all green except pre-existing `@copilotkit/vue:lint` failures on main (files untouched by this diff, introduced in 913c36b). Linear: ENT-800 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents 47a4930 + 7e22490 commit de89fd3

88 files changed

Lines changed: 0 additions & 19585 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/config-allowlist.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ examples/integrations/crewai-crews/next.config.ts
1717
examples/integrations/crewai-flows/next.config.ts
1818
examples/integrations/langgraph-fastapi/next.config.ts
1919
examples/integrations/langgraph-js/next.config.ts
20-
examples/integrations/langgraph-python-threads/apps/app/src/vite-env.d.ts
21-
examples/integrations/langgraph-python-threads/apps/app/vite.config.ts
2220
examples/integrations/langgraph-python/next.config.ts
2321
examples/integrations/llamaindex/next.config.ts
2422
examples/integrations/mastra/next.config.ts

examples/integrations/langgraph-python-threads/.dockerignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/integrations/langgraph-python-threads/.env.example

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/integrations/langgraph-python-threads/.gitignore

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)