Add RAGFlow sandbox provider example - #10
Open
opencolin wants to merge 2 commits into
Open
Conversation
|
opencolin does not have permission to run Code Reviewer. You can manage permissions in your settings. |
Walkthrough for RAGFlow's tenki code-execution provider (infiniflow/ragflow#17305): pip install tenki-sandbox, the Admin > Sandbox Settings keys, the ephemeral create/exec/destroy lifecycle, and the artifacts/ contract. verify.py proves the Tenki surface the provider is built on -- who_am_i health check, outbound-off sandbox, python and node execution paths, artifacts/ read-back, terminate -- against the live API, without running RAGFlow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Review feedback: the Go port explicitly does not collect run artifacts (only the Python provider does), so drop the "full parity" claim and qualify the artifacts bullet; remove the stale upstream test count. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
opencolin
force-pushed
the
examples/ragflow-tenki
branch
from
August 14, 2026 16:50
f32db3d to
fa9e935
Compare
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.
Adds
examples/ragflow-tenki: running RAGFlow's agent code components on Tenki, per thetenkiprovider from ragflow#17305 (Python + Go).README.md—pip install tenki-sandbox+ the Admin > Sandbox Settings table, ephemeral create → execute → destroy lifecycle,allow_outboundoff by default,artifacts/collection (Python provider; the Go port doesn't collect artifacts), server-sidemax_durationverify.py(+ Node shim) — CI proof without running RAGFlow:who_am_i()→ outbound-off sandbox → python3 (42) and node paths →artifacts/read-back → terminate; passes against the live API🤖 Generated with Claude Code