"""Exceptions for crewAI.""" from crewai.utilities.exceptions.context_window_exceeding_exception import LLMContextLengthExceededException from crewai.utilities.exceptions.quota_limit_exception import LLMQuotaLimitExceededException