书库 / We rewrote our agent to run entirely in a Durable Object with Pi, Agents SDK and Code Mode
我们最近完成了将 camelAI 代理从虚拟机迁移的工作。现在,该代理运行在 Cloudflare Durable Object 中,其文件系统位于 SQLite 和 R2 中,并且它编写 JavaScript 而不是 bash。大多数团队在完整的 Linux 虚拟机或容器沙箱中运行编码代理,我们过去也是如此。