File tree Expand file tree Collapse file tree
examples/integrations/strands-python
src/app/api/copilotkit/[[...slug]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 }
6262 }
6363 ]
64- }
64+ }
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "@ag-ui/client" : " 0.0.52" ,
17+ "@copilotkit/a2ui-renderer" : " 1.56.5" ,
1718 "@copilotkit/react-core" : " 1.56.5" ,
1819 "@copilotkit/react-ui" : " 1.56.5" ,
1920 "@copilotkit/runtime" : " 1.56.5" ,
20- "next" : " 16.1.6" ,
21- "react" : " ^19.2.4" ,
22- "react-dom" : " ^19.2.4" ,
23- "zod" : " ^3.23.8" ,
2421 "@copilotkit/shared" : " 1.56.5" ,
25- "@copilotkit/a2ui-renderer" : " 1.56.5" ,
2622 "@radix-ui/react-checkbox" : " ^1.3.3" ,
2723 "@radix-ui/react-label" : " ^2.1.8" ,
2824 "@radix-ui/react-separator" : " ^1.1.8" ,
2925 "class-variance-authority" : " ^0.7.1" ,
3026 "clsx" : " ^2.1.1" ,
3127 "hono" : " ^4.12.10" ,
3228 "lucide-react" : " ^0.577.0" ,
29+ "next" : " 16.1.6" ,
30+ "react" : " ^19.2.4" ,
31+ "react-dom" : " ^19.2.4" ,
3332 "react-rnd" : " ^10.5.2" ,
3433 "react18-json-view" : " ^0.2.9" ,
3534 "recharts" : " ^3.7.0" ,
36- "tailwind-merge" : " ^3.5.0"
35+ "tailwind-merge" : " ^3.5.0" ,
36+ "zod" : " ^3.23.8"
3737 },
3838 "devDependencies" : {
3939 "@tailwindcss/postcss" : " ^4" ,
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ const app = createCopilotEndpoint({
3939} ) ;
4040
4141export const GET = handle ( app ) ;
42- export const POST = handle ( app ) ;
42+ export const POST = handle ( app ) ;
You can’t perform that action at this time.
0 commit comments