mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 06:04:56 +00:00
fix: use correct provider home dirs and make SSE failures non-fatal
- E2B: /home/user, Daytona: /home/daytona, Vercel: /home/vercel-sandbox, ComputeSDK: /home - Docker-based examples keep /root (correct) - Add missing install-agent steps to Daytona example and doc - Make SSE loop failure non-fatal in acp-http-client transport
This commit is contained in:
parent
8a1d17f165
commit
89933c5f80
7 changed files with 14 additions and 6 deletions
|
|
@ -450,7 +450,8 @@ class StreamableHttpAcpTransport {
|
|||
return;
|
||||
}
|
||||
|
||||
this.failReadable(error);
|
||||
// SSE failure is non-fatal: the POST request/response flow still works.
|
||||
// Exiting the loop allows ensureSseLoop() to restart it on the next POST.
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue