feat(seo-copilot): caching + freshness UI; glassomorphic styling; CopilotKit HITL modular actions; provider fixes; DB sessions & action types; seed 17 actions

This commit is contained in:
ajaysi
2025-08-30 16:12:41 +05:30
parent d9833f30a6
commit f5f3c09ecc
39 changed files with 10606 additions and 1606 deletions

View File

@@ -4,6 +4,9 @@
"description": "Alwrity React Frontend",
"private": true,
"dependencies": {
"@copilotkit/react-core": "^1.10.3",
"@copilotkit/react-ui": "^1.10.3",
"@copilotkit/shared": "^1.10.3",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.0",
@@ -17,6 +20,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"react-scripts": "5.0.1",
"recharts": "^3.1.2",
"zustand": "^5.0.7"
},
@@ -45,7 +49,6 @@
]
},
"devDependencies": {
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
},
"proxy": "http://localhost:8000"