-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support port-forwarding or tunnels natively #6183
Comments
From what I've been told, this is already available in main. We are hoping to release this soon. |
What options are there currently to directly try out what the agent built without having to download and set up everything locally? |
@Niklas080 if you would look to try it out, you could try the main version and see how it works. We are hoping to release it as beta soon and get some feedback. We know there are some issues with it. I've tried it and it works well with localhost. Even if it doesn't show in the
|
I tried it, this only worked once and now I can't reach any page on localhost again. thanks for your help anyway |
The first version of this has been released as part of 0.20.0. If this version does not quite resolve this issue, please explain what is missing and I'll reopen. |
What problem or use case are you trying to solve?
It would be very helpful to interact with a web service when creating one with Open Hands. Think streamlit app, or even a rest api.
Describe the UX of the solution you'd like
Ideally the sandbox could detect when a port is opened and forward it like Colab, Codespaces, or Jupyter Hub does.
Do you have thoughts on the technical implementation?
There are many possible approaches here. Here are some idea's:
/proxy
path. Speaking from experience, forwarding from a path is unfortunate and can cause a lot of pain. It's much better if each opened port can just be served from its own subdomain.Describe alternatives you've considered
I can ask the agent to use it's browser tool to visit the application, but I want to interact with whatever it's built.
Additional context
The text was updated successfully, but these errors were encountered: