We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061ff45 commit e346e5eCopy full SHA for e346e5e
package.json
@@ -14,7 +14,6 @@
14
"postinstall": "npm run install:agent"
15
},
16
"dependencies": {
17
- "@ag-ui/langgraph": "0.0.7",
18
"@ai-sdk/openai": "^1.3.24",
19
"@copilotkit/react-core": "^1.10.4",
20
"@copilotkit/react-textarea": "1.10.4",
src/app/api/copilotkit/route.ts
@@ -4,7 +4,7 @@ import {
4
copilotRuntimeNextJSAppRouterEndpoint,
5
} from "@copilotkit/runtime";
6
7
-import { LangGraphAgent } from "@ag-ui/langgraph"
+import { LangGraphAgent } from "@copilotkit/runtime";
8
import { NextRequest } from "next/server";
9
10
// 1. You can use any service adapter here for multi-agent support. We use
0 commit comments