docs(integrations): add OpenAI Agents SDK guide - #1386
Conversation
Related to TencentCloud#244 Autonomously-by: Codex:GPT-5 Signed-off-by: ZedingZhang <me@zedingzhang.com>
| E2BSandboxClientOptions, | ||
| E2BSandboxType, | ||
| ) | ||
|
|
There was a problem hiding this comment.
Minor: this snippet is presented as "replace only its sandbox connection settings," but it isn't self-contained — agent is undefined (fine, it's your existing SandboxAgent), and more importantly the envd compatibility patches that both example scripts apply (root username + stdin removal, see simple_demo.py lines 38–82) are required for the filesystem/command calls to actually work against CubeSandbox's envd. A reader copying this snippet verbatim into an existing E2B-backed agent would hit runtime errors. The Caveats section and the following sentence both point this out, so this is non-blocking — consider adding a one-line "requires the envd compat block from simple_demo.py" note right here for readers who stop at the snippet.
Review: docs(integrations) add OpenAI Agents SDK guide (#1386)Overall: approve — no blocking issues. This is a bilingual, documentation-only PR that adds an OpenAI Agents SDK integration guide ( This review was generated by an AI reviewer and has not been approved by a human. What I verified
Minor, non-blocking observation
|
Summary
Validation
npm run docs:buildgit diff --checkcompile(...)Related to #244
Autonomously-by: Codex:GPT-5