mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 22:02:51 +00:00
feat: add opencode container example connecting to sandbox agent
This commit is contained in:
parent
a7b3881099
commit
2b3e8914fc
6 changed files with 174 additions and 0 deletions
21
examples/opencode/package.json
Normal file
21
examples/opencode/package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "@sandbox-agent/example-opencode",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx src/opencode.ts",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opencode-ai/sdk": "latest",
|
||||
"@sandbox-agent/example-shared": "workspace:*",
|
||||
"dockerode": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dockerode": "latest",
|
||||
"@types/node": "latest",
|
||||
"tsx": "latest",
|
||||
"typescript": "latest",
|
||||
"vitest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue