chore: archive AgentDock v1 implementation

This commit is contained in:
leefer
2026-08-24 17:14:08 +08:00
commit f512bd58ec
66 changed files with 10663 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "agentdock-runner",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node index.js",
"test": "node --test"
},
"dependencies": {
"express": "^5.1.0",
"node-pty": "^1.1.0",
"ws": "^8.18.3"
}
}