mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user