NVIDIA / NVIDIA/cuopt-examples

[BUG]: cuopt-agent outputs nothing after more than 10 minutes running and leaves with a "Regenerate response" button

Open
#135 1 comment 0 reactions 1 assignee View on GitHub

@ramakrishnap-nv is already working on this.

Since May 5, 2026.

bug
Dominant language
Jupyter Notebook
Stars
468
Forks
87
PR merge metrics
No merged PRs in 30d

Description

Version

26.04.00

Which installation method(s) does this occur on?

Docker

Describe the bug.

follow the README.md in cuopt-agent, copy scenario_0.md to the UI on http://localhost:3000 and send it. There will be Intermediate Steps, but after more than 10 minutes, there will be nothing output, and only shows a "Regenerate response" button.

Minimum reproducible example
git clone https://github.com/NVIDIA/cuopt-examples.git
git submodule update --init --recursive
cd cuopt-agent
cp .env.example .env
# Edit .env and add your NVIDIA_API_KEY
docker compose -f deploy/compose/docker-compose.yml build
docker compose -f deploy/compose/docker-compose.yml up -d
Open the Chat UI at http://localhost:3000.
Copy the contents of a sample prompt and paste it into the chat input:
scenario_0.md -- Add opening inventory and compare against the baseline.
wait more than 10 minutes ...
Relevant log output

Environment details
**git***
     commit 1765f34db3ff8cc9d98f72cc10ac3526cea655ac (HEAD -> main, origin/main, origin/HEAD)
     Author: Trevor McKay <tmgithub1@gmail.com>
     Date:   Thu Apr 30 11:55:36 2026 -0400

     modfy cuopt_on_nemoclaw setup to prefer docker run for cuopt (#134)
     **git submodules***
     41967367b510f2e2d8ddb775a425a343072260f6 cuopt-agent/external/cuopt (v26.02.00a-204-g41967367)
     68580db2c44922863b75e556e70e280c9bb61f8d cuopt-agent/external/nat-ui (v1.3.0-36-g68580db)

     ***OS Information***
     DISTRIB_ID=Ubuntu
     DISTRIB_RELEASE=22.04
     DISTRIB_CODENAME=jammy
     DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
     PRETTY_NAME="Ubuntu 22.04.2 LTS"
     NAME="Ubuntu"
     VERSION_ID="22.04"
     VERSION="22.04.2 LTS (Jammy Jellyfish)"
     VERSION_CODENAME=jammy
     ID=ubuntu
     ID_LIKE=debian
     HOME_URL="https://www.ubuntu.com/"
     SUPPORT_URL="https://help.ubuntu.com/"
     BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
     PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
     UBUNTU_CODENAME=jammy
Other/Misc.

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.