mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 07:20:28 +00:00
feat: Add interpreter on CodeSandbox (#891)
Agent: gap-filler Co-authored-by: B (Discovery Team) <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
parent
c833f4ed3e
commit
bdde11c356
3 changed files with 56 additions and 2 deletions
|
|
@ -58,12 +58,20 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/gemini.sh)
|
|||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/amazonq.sh)
|
||||
```
|
||||
|
||||
#### Cline
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/cline.sh)
|
||||
```
|
||||
|
||||
#### Open Interpreter
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/interpreter.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue