runtime error
Exit code: 1. Reason: [2025-07-05 14:40:45,527][INFO] Logging is set to INFO, use `logging_level` argument or `COMPOSIO_LOGGING_LEVEL` change this /usr/local/lib/python3.10/site-packages/composio/client/collections.py:926: UserWarning: Using all the actions of an app is not recommended. Please use tags to filter actions or provide specific actions. We just pass the important actions to the agent, but this is not meant to be used in production. Check out https://docs.composio.dev/sdk/python/actions for more information. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> tools = toolset.get_tools(apps=[App.SERPAPI]) File "/usr/local/lib/python3.10/site-packages/composio_langchain/toolset.py", line 176, in get_tools for tool in self.get_action_schemas(actions=actions, apps=apps, tags=tags) File "/usr/local/lib/python3.10/site-packages/composio/tools/toolset.py", line 710, in get_action_schemas self.check_connected_account(action=item.name) File "/usr/local/lib/python3.10/site-packages/composio/tools/toolset.py", line 364, in check_connected_account action = Action(action) File "/usr/local/lib/python3.10/site-packages/composio/client/enums/base.py", line 152, in __init__ raise EnumStringNotFound(value=self._slug, enum=self.__class__.__name__) composio.client.enums.base.EnumStringNotFound: Invalid value `SERPAPI_BAIDU_SEARCH` for enum class `Action` * A new version of composio is available, run `pip install composio-core==0.7.20` to update.
Container logs:
Fetching error logs...