sandbox-agent/examples/daytona
Nathan Flurry 136926b445 refactor: split daytona example into two variants
- daytona.ts (default): Installs sandbox-agent at runtime. Faster to
  start but installs on each run. Use for quick testing.
- daytona-with-snapshot.ts: Builds custom image with sandbox-agent
  pre-installed. Slow first run (~2-3 min) but fast subsequent runs.
  Use for repeated development.

Run with: pnpm start (default) or pnpm start:snapshot
2026-01-29 10:04:02 -08:00
..
src refactor: split daytona example into two variants 2026-01-29 10:04:02 -08:00
package.json refactor: split daytona example into two variants 2026-01-29 10:04:02 -08:00
tsconfig.json chore: sync workspace changes 2026-01-28 01:13:50 -08:00