run CrewAI python script with node-calls-python package

This commit is contained in:
Eng. Elias
2024-02-20 23:45:47 +04:00
parent 7927fd3038
commit d43ab45ae6
10 changed files with 258 additions and 64 deletions

View File

@@ -2,6 +2,7 @@
"name": "crew-ai-visualizer",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -15,6 +16,7 @@
"@prisma/client": "^5.9.1",
"graphql": "^16.8.1",
"next": "14.1.0",
"node-calls-python": "^1.8.2",
"react": "^18",
"react-dom": "^18",
"tw-elements": "^1.1.0",