diff --git a/examples/integrations/strands-python/fixtures/default.json b/examples/integrations/strands-python/fixtures/default.json index 0fc2627896..a4050647b8 100644 --- a/examples/integrations/strands-python/fixtures/default.json +++ b/examples/integrations/strands-python/fixtures/default.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/examples/integrations/strands-python/package.json b/examples/integrations/strands-python/package.json index 1614777b2e..51d7afd1de 100644 --- a/examples/integrations/strands-python/package.json +++ b/examples/integrations/strands-python/package.json @@ -14,15 +14,11 @@ }, "dependencies": { "@ag-ui/client": "0.0.52", + "@copilotkit/a2ui-renderer": "1.56.5", "@copilotkit/react-core": "1.56.5", "@copilotkit/react-ui": "1.56.5", "@copilotkit/runtime": "1.56.5", - "next": "16.1.6", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "zod": "^3.23.8", "@copilotkit/shared": "1.56.5", - "@copilotkit/a2ui-renderer": "1.56.5", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-separator": "^1.1.8", @@ -30,10 +26,14 @@ "clsx": "^2.1.1", "hono": "^4.12.10", "lucide-react": "^0.577.0", + "next": "16.1.6", + "react": "^19.2.4", + "react-dom": "^19.2.4", "react-rnd": "^10.5.2", "react18-json-view": "^0.2.9", "recharts": "^3.7.0", - "tailwind-merge": "^3.5.0" + "tailwind-merge": "^3.5.0", + "zod": "^3.23.8" }, "devDependencies": { "@tailwindcss/postcss": "^4", diff --git a/examples/integrations/strands-python/src/app/api/copilotkit/[[...slug]]/route.ts b/examples/integrations/strands-python/src/app/api/copilotkit/[[...slug]]/route.ts index 2a5ffae1fd..4531f4c84a 100644 --- a/examples/integrations/strands-python/src/app/api/copilotkit/[[...slug]]/route.ts +++ b/examples/integrations/strands-python/src/app/api/copilotkit/[[...slug]]/route.ts @@ -39,4 +39,4 @@ const app = createCopilotEndpoint({ }); export const GET = handle(app); -export const POST = handle(app); \ No newline at end of file +export const POST = handle(app);