Skip to content

Commit 33dd22e

Browse files
authored
revert: back out the ENT-679 Intelligence threads rollout (CopilotKit#5151, CopilotKit#5196, CopilotKit#5205, CopilotKit#5211) (CopilotKit#5217)
## Summary Reverts the four remaining Intelligence/threads merges, completing the back-out started by CopilotKit#5215 (langgraph-fastapi) and CopilotKit#5216 (agent-spec): - Revert CopilotKit#5211 — mcp-apps - Revert CopilotKit#5205 — a2a-middleware - Revert CopilotKit#5196 — pydantic-ai - Revert CopilotKit#5151 — north-star foundation + batch 1 (incl. crewai-flows CopilotKit#5189 and llamaindex CopilotKit#5199, which merged into it) ## End-state verification - `git diff be20a38 HEAD -- examples/integrations` is **empty** — every integration example is byte-identical to pre-CopilotKit#5151 main (`be20a389cf`, the merge's first parent). - `scripts/__tests__/integration-intelligence-migration.test.ts` (introduced by the rollout) is deleted. - Total scope vs main: examples/integrations + that test file. Nothing else touched. ## Heads-up: collateral on two follow-up commits @jpr5 — your agent-key standardization commits (4bf50c7, 2103d0c) were written against the post-CopilotKit#5151 trees (they update `agentId` refs on ThreadsDrawer/CopilotChatConfigurationProvider etc.), so this revert necessarily takes those files back to their pre-CopilotKit#5151 content, undoing the rename. Keeping the rename only where it auto-applied would have left broken half-states (e.g. adk route registering `default` while the restored layout pins `agent="my_agent"`). If you still want the rename on the pre-threads files, it needs a fresh pass on top of this. Also note: CopilotKit#5151 carried the starter-smoke heals (v2 label keys, 1.59.1 bumps, `useSingleEndpoint`, parity sync). Reverting it returns main's starter smoke to its pre-CopilotKit#5151 state (9 starters red). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents ec856ab + 3721e7b commit 33dd22e

207 files changed

Lines changed: 11547 additions & 210226 deletions

File tree

Some content is hidden

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

examples/integrations/_intelligence/.env.intelligence

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

examples/integrations/_intelligence/README.md

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

examples/integrations/_intelligence/docker-compose.yml

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

examples/integrations/_intelligence/docker/init-db/01-create-databases.sql

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

examples/integrations/_parity/manifest.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
"src/components/generative-ui/meeting-time-picker.tsx",
3434
"src/components/headless-chat.tsx",
3535
"src/components/tool-rendering.tsx",
36-
"src/components/threads-drawer/index.tsx",
37-
"src/components/threads-drawer/locked-state.tsx",
38-
"src/components/threads-drawer/threads-drawer.module.css",
39-
"src/components/threads-drawer/threads-drawer.tsx",
4036
"src/components/ui/badge.tsx",
4137
"src/components/ui/button.tsx",
4238
"src/components/ui/card.tsx",
@@ -130,10 +126,7 @@
130126
"docker-compose.test.yml",
131127
"entrypoint.sh",
132128
"serve.py",
133-
"scripts/**",
134-
"src/components/threads-drawer/**",
135-
"src/app/page.tsx",
136-
"next.config.ts"
129+
"scripts/**"
137130
],
138131
"packageJsonOverrides": {
139132
"scripts.dev:agent": "./scripts/run-agent.sh || scripts\\\\run-agent.bat",
@@ -151,10 +144,7 @@
151144
"src/app/api/copilotkit/**",
152145
"docker/Dockerfile.agent",
153146
"docker-compose.test.yml",
154-
"scripts/**",
155-
"src/components/threads-drawer/**",
156-
"src/app/page.tsx",
157-
"next.config.ts"
147+
"scripts/**"
158148
],
159149
"packageJsonOverrides": {
160150
"scripts.dev:agent": "cd agent && uv run main.py",
@@ -174,10 +164,7 @@
174164
"docker/Dockerfile.agent",
175165
"docker-compose.test.yml",
176166
"serve.py",
177-
"scripts/**",
178-
"src/components/threads-drawer/**",
179-
"src/app/page.tsx",
180-
"next.config.ts"
167+
"scripts/**"
181168
],
182169
"packageJsonOverrides": {
183170
"scripts.dev:agent": "./scripts/run-agent.sh || scripts\\\\run-agent.bat",

examples/integrations/a2a-middleware/.env.example

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,3 @@ RESEARCH_PORT=9001
3939

4040
# Analysis Agent
4141
ANALYSIS_PORT=9002
42-
43-
44-
# ========================================
45-
# CopilotKit Intelligence Threads (Optional)
46-
# ========================================
47-
48-
# COPILOTKIT_LICENSE_TOKEN=
49-
# INTELLIGENCE_API_KEY=
50-
# INTELLIGENCE_API_URL=http://localhost:4201
51-
# INTELLIGENCE_GATEWAY_WS_URL=ws://localhost:4401

0 commit comments

Comments
 (0)