Nathan Flurry
b860767d3f
Add SDK health wait gate
2026-03-05 18:43:38 -08:00
akalitenya
c68c614a57
fix timeout for e2b (docs)
2026-02-13 05:01:18 +05:00
Nathan Flurry
89933c5f80
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
2026-02-11 09:29:14 -08:00
Nathan Flurry
b9efe971ff
chore: fix bad merge
2026-02-11 07:33:19 -08:00
NathanFlurry
4c8d93e077
docs: add mcp and skill session config ( #106 )
2026-02-09 10:13:25 +00:00
Nathan Flurry
a442efe4bd
chore: update examples to use bypass permissions and remove inspect.sandboxagent.dev ( #51 )
...
* chore: update examples to use bypass permissions and remove inspect.sandboxagent.dev
* chore: simplify examples and print UI URL in runPrompt
- Remove logInspectorUrl calls from all examples
- Remove isMainModule checks from e2b, docker, vercel examples
- Simplify e2b, docker, vercel to match daytona's direct execution style
- Print UI URL at start of runPrompt in shared module
2026-02-01 23:25:43 -08:00
Nathan Flurry
ab210fa38a
refactor: move example tests to tests/ directories
2026-01-29 10:05:24 -08:00
Nathan Flurry
bd8f6b9c97
refactor: consolidate example client code into shared package ( #31 )
...
Move common sandbox agent client code into examples/shared to reduce
duplication across example projects (daytona, docker, e2b).
2026-01-29 07:19:20 -08:00
Nathan Flurry
0ecf4cbe0d
refactor: make docker and e2b examples testable with exported setup functions
2026-01-28 05:31:51 -08:00
Nathan Flurry
9e9514f2e8
chore: update examples to use Alpine and improve test script
...
- Docker example uses Alpine for musl compatibility with 0.1.x releases
- Update test script binary path and E2B provider
- Minor example updates
2026-01-28 04:29:08 -08:00
Nathan Flurry
cbd36eeca8
fix: detect musl/glibc at runtime for correct Claude binary download
...
Previously used cfg!(target_env = "musl") which checks compile-time,
causing musl-compiled sandbox-agent to always download musl binaries
even on glibc systems like Debian/E2B.
Now checks for /lib/ld-musl-*.so.1 at runtime to detect the actual
system libc and download the correct Claude binary variant.
2026-01-28 04:19:35 -08:00
Nathan Flurry
fa89872d3b
fix(examples): pass API keys to E2B sandbox and improve session end handling
2026-01-28 02:33:04 -08:00
Nathan Flurry
8af152f0b3
fix(examples): use SDK to install agents instead of CLI command
2026-01-28 02:31:43 -08:00
Nathan Flurry
5dd8a13845
fix: add OpenSSL build for musl in runtime Dockerfile
2026-01-28 01:23:51 -08:00
Nathan Flurry
8a91b8e9aa
feat: move api cli commands under api subcommand
2026-01-28 01:11:57 -08:00