Skip to content

Commit e346e5e

Browse files
fix: update LangGraphAgent import
1 parent 061ff45 commit e346e5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"postinstall": "npm run install:agent"
1515
},
1616
"dependencies": {
17-
"@ag-ui/langgraph": "0.0.7",
1817
"@ai-sdk/openai": "^1.3.24",
1918
"@copilotkit/react-core": "^1.10.4",
2019
"@copilotkit/react-textarea": "1.10.4",

src/app/api/copilotkit/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
copilotRuntimeNextJSAppRouterEndpoint,
55
} from "@copilotkit/runtime";
66

7-
import { LangGraphAgent } from "@ag-ui/langgraph"
7+
import { LangGraphAgent } from "@copilotkit/runtime";
88
import { NextRequest } from "next/server";
99

1010
// 1. You can use any service adapter here for multi-agent support. We use

0 commit comments

Comments
 (0)