Hey @sage lion @surreal grotto ,
even with COMPOSIO_NO_CACHE_REFRESH=true, the cache refresh process is still being triggered. During initialization of ComposioToolSet, the log shows:
Actions cache is outdated, refreshing cache...
This step takes about 2 minutes to complete, which adds a significant startup delay and slows down initialization.
composio_toolset = ComposioToolSet(
entity_id=bot_config.account_id,
api_key=app_settings.composio_api_key,
connected_account_ids=connected_account_ids,
)
Environment:
Library: composio-langgraph>=0.7.15,<0.8
Python: >=3.11,<3.13