2. The Preview Solution: Local File System
We initially tried Sandpack (browser-based sandbox) for code previews, but it failed with complex private components.The Pivot: We gave the Agent a Local File System (a VM or directory per session). This allowed the Agent to freely read, write, modify, and compile code.
显示更多