We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ae799 commit 52fea10Copy full SHA for 52fea10
.gitignore
@@ -1,3 +1,5 @@
1
+.envrc
2
+
3
# Dependencies
4
node_modules/
5
npm-debug.log*
@@ -90,4 +92,4 @@ jspm_packages/
90
92
.dynamodb/
91
93
94
# TernJS port file
-.tern-port
95
+.tern-port
README.md
@@ -268,4 +268,14 @@ MIT
268
269
## Contributing
270
271
-Contributions are welcome! Please feel free to submit a Pull Request.
+Contributions are welcome! Please feel free to submit a Pull Request.
272
273
+## Development
274
+```
275
+docker run -p 8000:8000 -p 8001:8001 \
276
+ -e OH_ENABLE_VNC=false \
277
+ -e SESSION_API_KEY="$SESSION_API_KEY" \
278
+ ghcr.io/all-hands-ai/agent-server:78938ee-python
279
280
281
+Then start the app
0 commit comments