Embedding Looplane:SDK、ConversationController 與 WebSocket Boundary
Looplane 用 0.x typed SDK facade 暴露 bounded run 與 conversation contracts;WebSocket attach 只包住一個預先建立、由 controller 擁有的 runtime session,沒有 conversation-ID resume 或多 client routing。
Looplane 用 0.x typed SDK facade 暴露 bounded run 與 conversation contracts;WebSocket attach 只包住一個預先建立、由 controller 擁有的 runtime session,沒有 conversation-ID resume 或多 client routing。
Run SDK 是 Vercel 開源的 QuickJS 沙盒,讓 agent 生成的 JS/TS 只能呼叫你開放的 host function。安裝:pnpm add run。解決了 agent 執行動態程式碼時「要嘛裸用 eval、要嘛上整台虛擬機」的兩難。