[BUG] Autolayout and Export as Yaml does not work
Describe the bug I can't export as yaml or use autolayout and copilot chat features seem to be disabled/not working in development or self-hosted. It seems they are trying to interact with sim-agent service on localhost:8000 but there is no implementation for sim-agent causes broken experience.
To Reproduce
Simply run the app using bun run dev:full and try to export a workflow as yaml or try autolayout feature. They all are broken.
Expected behavior I expected to be able to autolayout and export as yaml and be able to use copilot for chatting locally on my local machine.
have you fix it?
@mhbdev It seems you can setup this project, have you tried deploying it to VPS? Do you know the steps needed to deploy this project to VPS? I tried following the document in the image section of Sim but almost all services are not working
have you fix it?
No I couldn't fix it
@mhbdev It seems you can setup this project, have you tried deploying it to VPS? Do you know the steps needed to deploy this project to VPS? I tried following the document in the image section of Sim but almost all services are not working
![]()
By reviewing the code I noticed there is a sim-agent client that interacts with a blackbox api we don't have access to it on port 8000 (even their public sim-agent needs an API key) so some features like converting to/from yaml, chat completion, autolayout, etc are disabled and can't be accessed unless we there is an implementation and setup guidance I couldn't find yet. But all other features are working even without ollama setup. Using ollama is optional and won't solve sim-agent issue.
@mhbdev It seems you can setup this project, have you tried deploying it to VPS? Do you know the steps needed to deploy this project to VPS? I tried following the document in the image section of Sim but almost all services are not working
By reviewing the code I noticed there is a sim-agent client that interacts with a blackbox api we don't have access to it on port 8000 (even their public sim-agent needs an API key) so some features like converting to/from yaml, chat completion, autolayout, etc are disabled and can't be accessed unless we there is an implementation and setup guidance I couldn't find yet. But all other features are working even without ollama setup. Using ollama is optional and won't solve sim-agent issue.
So as I understand, you are also setting up this project but encountering errors and are lacking documentation to support the setup, right? But have you tried this project on seft hosts? Do you have any suggestions for me?
@mhbdev It seems you can setup this project, have you tried deploying it to VPS? Do you know the steps needed to deploy this project to VPS? I tried following the document in the image section of Sim but almost all services are not working
By reviewing the code I noticed there is a sim-agent client that interacts with a blackbox api we don't have access to it on port 8000 (even their public sim-agent needs an API key) so some features like converting to/from yaml, chat completion, autolayout, etc are disabled and can't be accessed unless we there is an implementation and setup guidance I couldn't find yet. But all other features are working even without ollama setup. Using ollama is optional and won't solve sim-agent issue.
So as I understand, you are also setting up this project but encountering errors and are lacking documentation to support the setup, right? But have you tried this project on seft hosts? Do you have any suggestions for me?
Kind of yes, kind of no! I am just studying the repo and tried hosting it both on my personal computer in production mode and on my Linux server using Docker. To self hosts you have multiple options based on what I see. You can use Docker compose (prod config), you can use helm, and you can use their cli under packages directory. Make sure you configure essential env variables to make it work. You can check .env.example or env.ts file in the source code to have a complete look on what environment variables there.
@mhbdev It seems you can setup this project, have you tried deploying it to VPS? Do you know the steps needed to deploy this project to VPS? I tried following the document in the image section of Sim but almost all services are not working
By reviewing the code I noticed there is a sim-agent client that interacts with a blackbox api we don't have access to it on port 8000 (even their public sim-agent needs an API key) so some features like converting to/from yaml, chat completion, autolayout, etc are disabled and can't be accessed unless we there is an implementation and setup guidance I couldn't find yet. But all other features are working even without ollama setup. Using ollama is optional and won't solve sim-agent issue.
So as I understand, you are also setting up this project but encountering errors and are lacking documentation to support the setup, right? But have you tried this project on seft hosts? Do you have any suggestions for me?
Kind of yes, kind of no! I am just studying the repo and tried hosting it both on my personal computer in production mode and on my Linux server using Docker. To self hosts you have multiple options based on what I see. You can use Docker compose (prod config), you can use helm, and you can use their cli under packages directory. Make sure you configure essential env variables to make it work. You can check .env.example or env.ts file in the source code to have a complete look on what environment variables there.
Thanks for the information. On my side, when I try to setup this project in VPS with Docker compose, I see that I can use functions such as login and registration, but I can't use features related to agent, compile or execute flow. I can't find any document related to the configuration to make the above features work. If you know any more information to make the issues I encounter can be handled, please let me know.
