runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> from agent.agent import chat_with_agent File "/home/user/app/agent/agent.py", line 3, in <module> from .utils import system_prompt, handle_tool_calls File "/home/user/app/agent/utils.py", line 2, in <module> from .handlers import get_weather, web_search, get_time_in_location, analyze_image, analyze_video, transcribe_audio File "/home/user/app/agent/handlers.py", line 2, in <module> from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'
Container logs:
Fetching error logs...