@liao-techs/proxenus
v0.1.0
Published
Local agent runtime host daemon for Proxenus.
Maintainers
Readme
@liao-techs/proxenus
@liao-techs/proxenus is the Proxenus daemon CLI package. It runs the local
execution-side runtime host: runtime probing, run lifecycle management, worker
sessions, artifacts, terminal APIs, and ACP stdio.
Install
npm install -g @liao-techs/proxenusRun
proxenusPair a local machine to a cloud control-plane workspace:
proxenus daemon pair <pairing-code> --control-plane http://127.0.0.1:4849Inspect the local pairing state:
proxenus daemon statusRemove the persisted local pairing identity:
proxenus daemon unpairRun the ACP stdio mode:
proxenus --acp-stdioLocal Development From Workspace
From the repository root:
npm run dev:daemonBuild the package:
npm run build -w @liao-techs/proxenusDry-run the npm payload:
npm run publish:dry -w @liao-techs/proxenusLicense
MIT
Notes
- Node.js
>= 22 - native runtime dependencies include
better-sqlite3andnode-pty - this package is the daemon only, not the full Agent Control Plane
