diff --git a/src/crewai/agents/cache/__init__.py b/src/crewai/agents/cache/__init__.py index 6b4d20081..86a3c87cc 100644 --- a/src/crewai/agents/cache/__init__.py +++ b/src/crewai/agents/cache/__init__.py @@ -1,3 +1,5 @@ -from .cache_handler import CacheHandler +"""Internal caching utilities for agent tool execution. -__all__ = ["CacheHandler"] +This package provides caching mechanisms for storing and retrieving +tool execution results to avoid redundant operations. +"""