Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
I'm using the latest CrewAI version, and I'm noticing very low speed when importing the library.
I created a profiling code (thx gpt4) and CrewAI takes around 23 seconds to only import.
Up, is anyone having this problem or is it only for me?
Right now I tried creating a plain new virtual environment, installed CrewAI and I still have like 20seconds of import time both in command line and jupyter
Description
I'm using the latest CrewAI version, and I'm noticing very low speed when importing the library. I created a profiling code (thx gpt4) and CrewAI takes around 23 seconds to only import.
I'm attaching the code used, genai_core is my custom library that actually imports CrewAI.
Steps to Reproduce
Just import it
Expected behavior
.
Screenshots/Code snippets
.
Operating System
Ubuntu 20.04
Python Version
3.10
crewAI Version
0.76.9
crewAI Tools Version
0.13.4
Virtual Environment
Venv
Evidence
.
Possible Solution
.
Additional context
.