Patch Changes
-
#234
d4cee5eThanks @ghostwriternr! - Remove unused logging infrastructure (getLogger, runWithLogger) that was never called -
#224
71e86f4Thanks @ghostwriternr! - Fix memory leaks from listener accumulation, unbounded process storage, and stale DO state -
#221
3aba9e8Thanks @threepointone! - Add OpenAI Agents adaptersAdd OpenAI Agents adapters (
ShellandEditor) that integrate Cloudflare Sandbox with the OpenAI Agents SDK. These adapters enable AI agents to execute shell commands and perform file operations (create, update, delete) inside sandboxed environments. Both adapters automatically collect and timestamp results from operations, making it easy to track command execution and file modifications during agent sessions. The adapters are exported from@cloudflare/sandbox/openaiand implement the OpenAI AgentsShellandEditorinterfaces.