agenthub-worker
v0.1.3
Published
AgentHub worker installer and diagnostics CLI
Maintainers
Readme
agenthub-worker
agenthub-worker is the publishable npm entrypoint for installing and diagnosing AgentHub workers.
It does not replace the existing Python worker runtime. It downloads the published worker bundle, extracts it, and calls the existing platform installer.
Commands
npx agenthub-worker doctornpx agenthub-worker install \
--api-url https://agenthub.example.com \
--enrollment-token ahe_worker_enroll_xxx \
--platform linux \
--worker-id build-vm-01 \
--workspace-root /srv/workWindows example:
npx agenthub-worker install `
--api-url https://agenthub.example.com `
--enrollment-token ahe_worker_enroll_xxx `
--platform windows `
--worker-id office-pc-01 `
--workspace-root E:/Work `
--start-at-logonNotes
doctorchecks whether the current machine exposes the shell tools the wrapper expects.installreuses the existing PowerShell or bash installer from the worker bundle.- When
pythonorpyare not onPATH, the underlying installer now falls back touvbootstrap when available.
