Merge branch 'main' into lg-downgrade-litellm

This commit is contained in:
Lucas Gomide
2025-04-29 11:23:51 -03:00
committed by GitHub

View File

@@ -8,8 +8,6 @@ from dotenv import load_dotenv
load_dotenv()
logging.basicConfig(level=logging.WARNING)
T = TypeVar("T", bound=type)
"""Base decorator for creating crew classes with configuration and function management."""