initial update for cavepedia

This commit is contained in:
2025-12-07 09:10:49 -07:00
parent 69be2a5179
commit 176c4344de
7 changed files with 66 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cavepediav2-web",
"version": "1.0",
"name": "langgraph-python-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:agent\" --names ui,agent --prefix-colors blue,green --kill-others",
@@ -16,9 +16,9 @@
"dependencies": {
"@ag-ui/langgraph": "0.0.18",
"@copilotkit/react-core": "1.10.6",
"@copilotkit/react-ui": "^0.2.0",
"@copilotkit/react-ui": "1.10.6",
"@copilotkit/runtime": "1.10.6",
"next": "^16.0.7",
"next": "16.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zod": "^3.24.4"