Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions adapters/acp-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"@grey/pipeline": "workspace:*",
"@grey/x402-middleware": "workspace:*",
"@virtuals-protocol/acp-node-v2": "^0.0.4",
"tsx": "^4.22.4",
"viem": "^2.53.1"
},
"devDependencies": {
"tsx": "^4.22.4"
}
}
5 changes: 4 additions & 1 deletion infra/systemd/grey-acp-adapter.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Wants=network-online.target
Type=simple
User=grey
WorkingDirectory=/opt/grey/grey
ExecStart=/usr/bin/node adapters/acp-adapter/dist/main.js
# FDQ-70: the @virtuals-protocol/acp-node-v2 SDK ships ESM with EXTENSIONLESS relative
# imports (bun-authored; bun tolerates them, strict Node ESM does not). The tsx loader
# resolves them, so the adapter runs under `node --import tsx`. tsx is a runtime dependency.
ExecStart=/usr/bin/node --import tsx adapters/acp-adapter/dist/main.js
EnvironmentFile=/etc/grey/acp-adapter.env
Restart=on-failure
RestartSec=5
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.