chore: update readme

This commit is contained in:
Nathan Flurry 2026-02-06 01:42:01 -08:00
parent 9ab27ad1a8
commit b7fa0f75a3
19 changed files with 379 additions and 136 deletions

View file

@ -12,6 +12,10 @@
<a href="https://sandboxagent.dev/docs">Documentation</a><a href="https://sandboxagent.dev/docs/api-reference">API Reference</a><a href="https://rivet.dev/discord">Discord</a>
</p>
<p align="center">
<em><strong>Experimental:</strong> <a href="./gigacode/">Gigacode</a> — use OpenCode's TUI with any coding agent.</em>
</p>
## Why Sandbox Agent?
Running coding agents remotely is hard. Existing SDKs assume local execution, SSH breaks TTY handling and streaming, and every agent has a different API. Building from scratch means reimplementing everything for each coding agent.