The workflow of LowCodeLLM cannot be displayed normally
According to the command of LowCodeLLM, the workflow cannot be displayed normally.

@tuofeilunhifi , how did you get this far?
When I run the command docker run -p 8888:8888 --env-file config.ini lowcode:latest, I receive an error:
Unable to find image 'lowcode:latest' locally
docker: Error response from daemon: pull access denied for lowcode,
repository does not exist or may require 'docker login': denied:
requested access to the resource is denied.
I brought it up here #384, but none responded yet.
You need to build the image first
@tuofeilunhifi , thank you. I missed the docker build command in the docs.
I was able to generate something like a flowchart. I clicked the Submit button and had to wait ~4-5secs for the first iteration to be created.
I clicked Regenerate 3x, waiting 3-5 secs between clicks. The system generates this:

@tuofeilunhifi , I noticed that when clicking Submit or Regenerate I watched the docker run command in the terminal. I could see each POST /api/get_workflow command. Are you seeing these requests?
@tuofeilunhifi , thank you. I missed the
docker buildcommand in the docs.I was able to generate something like a flowchart. I clicked the
Submitbutton and had to wait ~4-5secs for the first iteration to be created.I clicked
Regenerate3x, waiting 3-5 secs between clicks. The system generates this:
@tuofeilunhifi , I noticed that when clicking
SubmitorRegenerateI watched thedocker runcommand in the terminal. I could see eachPOST /api/get_workflowcommand. Are you seeing these requests?
Think you.Maybe there is something wrong with my environment, I will check again.