refactor!: restructure repo for v1.x and add v2.x (#2794)

- Move original CopilotKit/CopilotKit directory to src/v1.x
- Introduce new v2 interfaces in src/v2.x
- Align CI paths and preview environments to new layout

Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Ran Shemtov <ran@copilotkit.ai>
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
Co-authored-by: Mike Ryan <mike.ryan52@gmail.com>
This commit is contained in:
Markus Ecker
2025-12-18 19:09:14 +01:00
committed by GitHub
parent c7d215cffd
commit 036d5412cc
1118 changed files with 133836 additions and 27863 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { danger, warn } from "danger";
const file1 = "sdk-python/copilotkit/langgraph_agent.py";
const file2 = "CopilotKit/packages/sdk-js/src/langgraph.ts";
const file2 = "src/v1.x/packages/sdk-js/src/langgraph.ts";
// Get the list of modified files in the PR
const changedFiles = danger.git.modified_files;