-
|
Hi OpenSandbox team, I'm currently evaluating OpenSandbox for building an AI agent sandbox environment. In our use case, agents running inside a sandbox may generate or modify files during execution (for example under a directory like Our goal is to automatically synchronize a specific directory inside the sandbox to S3 so that files produced by the agent can be preserved even after the sandbox is terminated. Example scenario:
I would like to ask:
Any guidance or best practices would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Yes, OpenSandbox provides |
Beta Was this translation helpful? Give feedback.
-
|
Hi @qiankunli , Thanks for your interest in OpenSandbox and for reaching out! This is a great question. We absolutely agree that decoupling the sandbox lifecycle from the storage lifecycle is critical for Agentic workflows, and we are actively working on implementing these features. To answer your specific questions:
Feel free to track our upcoming releases, and let us know if you have more details to share about your Agent orchestration setup. We'd love to hear more about your use case! |
Beta Was this translation helpful? Give feedback.
Yes, OpenSandbox provides
Volumeto handle your use cases, see also https://github.com/alibaba/OpenSandbox/blob/main/oseps/0003-volume-and-volumebinding-support.md for more information. We are working about it .