runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/getpass.py:91: GetPassWarning: Can not control echo on the terminal. passwd = fallback_getpass(prompt, stream) Warning: Password input may be echoed. Tavily API key: Traceback (most recent call last): File "/usr/local/lib/python3.10/getpass.py", line 69, in unix_getpass old = termios.tcgetattr(fd) # a copy to save termios.error: (25, 'Inappropriate ioctl for device') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> from agent import graph File "/home/user/app/agent.py", line 10, in <module> from tools import tavily_search_tool, repl_tool File "/home/user/app/tools.py", line 10, in <module> os.environ["TAVILY_API_KEY"] = getpass.getpass("Tavily API key:\n") File "/usr/local/lib/python3.10/getpass.py", line 91, in unix_getpass passwd = fallback_getpass(prompt, stream) File "/usr/local/lib/python3.10/getpass.py", line 126, in fallback_getpass return _raw_input(prompt, stream) File "/usr/local/lib/python3.10/getpass.py", line 148, in _raw_input raise EOFError EOFError
Container logs:
Fetching error logs...