Like, I have this Python project, right? My AI agent is supposed to automatically run pip install -r requirements.txt
to install dependencies. But if the command takes a while, it just gives up and cancels! Is there a way to set how long it waits? Or even better, could it ask me if I want to keep waiting before it bails?