docs: document OMNIGENT_CONTAINER_RUNTIME env var for tool sandbox - #385
Open
omnigent-ci[bot] wants to merge 2 commits into
Open
docs: document OMNIGENT_CONTAINER_RUNTIME env var for tool sandbox#385omnigent-ci[bot] wants to merge 2 commits into
omnigent-ci[bot] wants to merge 2 commits into
Conversation
Co-authored-by: omnigent-ci[bot] <294685417+omnigent-ci[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
terrytangyuan
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation update for omnigent-ai/omnigent#2949 — feat(sandbox): support OMNIGENT_CONTAINER_RUNTIME env var for container runtime selection
Changes documented
app/docs/build/tools/page.mdx— added a "Sandboxed execution" subsection under Python function tools documenting thetools.sandboxblock (container_image,container_runtime) and the newOMNIGENT_CONTAINER_RUNTIMEenvironment variable, including precedence (per-agent key > env var >dockerdefault) and allowed values (docker,podman).Manual review needed
sandboxblock (container_image/container_runtime) was previously undocumented on the site; I placed it on the MCP & Tools page next to Python function tools. A reviewer may prefer it live on the custom-agents "Putting it all together" area or a dedicated sandbox page.Source PR: omnigent-ai/omnigent#2949 · merged by @terrytangyuan
Drafted automatically by the doc-sync workflow. Review for accuracy before merging.