python main.py
智能体自己启动程序,无法感知执行成功,一直等待到最大时长
python main.py
智能体自己启动程序,无法感知执行成功,一直等待到最大时长
Open Qoder;
Press Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows/Linux);
Type Terminal: Select Default Profile, then select it;
Choose a supported shell:
Linux/macOS: bash, fish, pwsh, zsh
Windows: Git Bash, pwsh
Completely quit Qoder, then reopen it. try again ![]()
Sorry, I didn’t describe it clearly. I’m using Windows 11 and pwsh 7. The task of the Qoder agent is to first execute ‘uv run uvicorn src.main:app --reload --host 0.0.0.0 --port 8000’, and then execute 'curl -X GET “http://localhost:8000/api/v1/test” to check the returned result. However, it got stuck at the first step. In fact, the service started successfully very quickly, but Qoder didn’t perceive the successful start of the service or provide any other operation to terminate the waiting and take the existing output of the command as the result. It waited for a very long time before moving on to the second step.