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

7
.gitignore vendored
View File

@@ -35,3 +35,10 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# Python
venv/
__pycache__/
# PyCharm
.idea/