mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 15:27:37 -05:00
[GH-ISSUE #19045] feat: coding sandbox #89494
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Nov 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19045
Check Existing Issues
Verify Feature Scope
Problem Description
https://github.com/OpenHands/OpenHands or anything that either provides a Linux sandbox environment will be very useful for running coding agents with open-webui.
they can git clone, obtain user uploaded code snippet, and do multiple rounds of modifications and code execution
Desired Solution you'd like
provide the sandbox as a core built-in functionality of open-webui, like search and RAG, extending the current jupyter and web-based python execution ability.
the sandbox works like github runner that controls docker to start from a image and provide link to artifacts /view button to view these files in the open-webui after each step.
the RAG can optionally run on the sandbox files as required by the model.
Alternatives Considered
MCP or bridges between open-webui and https://github.com/OpenHands/OpenHands
Additional Context
No response