Files
crewAI/lib
Joao Moura 83afb17cf9 refactor: implement lazy loading for heavy dependencies in Memory module
- Introduced lazy imports for the Memory and EncodingFlow classes to optimize import time and reduce initial load, particularly beneficial for deployment scenarios like Celery pre-fork.
- Updated the Memory class to include new configuration options for aggregation queries, enhancing its functionality.
- Adjusted the __getattr__ method in both the crewai and memory modules to support lazy loading of specified attributes.
2026-02-26 22:01:50 -08:00
..