docs: add TealTiger governed sandbox guide#5041
Open
Tushar-Khandelwal-2004 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
2 issues found across 9 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
Signed-off-by: Tushar-Khandelwal-2004 <khandelwal.tushar8527@gmail.com>
deb734b to
7cf99cf
Compare
|
Thanks for picking this up @Tushar-Khandelwal-2004! I'm the TealTiger maintainer — happy to review the governance-specific parts and confirm the integration pattern is correct. The approach looks solid from a quick scan. Let me know if you need any help with the TealTiger API surface. |
2c15a7f to
b40f732
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.
Summary
Addresses #5036.
Adds a TealTiger + Daytona governed sandbox guide showing how to place a pre-execution governance step before
sandbox.process.code_run().Changes
guides/python/tealtiger/governed-sandboxTesting
python -m py_compile guides/python/tealtiger/governed-sandbox/governed_sandbox.pypython -m json.tool apps/docs/src/content/i18n/en.jsonpython -m json.tool apps/docs/src/content/i18n/ja.jsongit diff --checkSummary by cubic
Adds a TealTiger + Daytona governed sandbox guide and runnable Python example. Adds a pre-execution governance step before
sandbox.process.code_run()to block unsafe code and emit an execution receipt, addressing #5036.guides/python/tealtiger/governed-sandboxusingtealtiger,daytona,openai, andpython-dotenv, withpyproject.tomland.env.example.Written for commit 7cf99cf. Summary will update on new commits.