@sorrycc/helm
v0.0.11
Published
Helm agent daemon + CLI
Readme
@sorrycc/helm
Headless agent daemon + helm CLI, wrapping @anthropic-ai/claude-agent-sdk.
The desktop UI in helm-desktop talks to
this daemon over HTTP+SSE; the CLI also works standalone.
Install
npm i -g @sorrycc/helm
helm --versionRequires Node 20+.
Usage
helm daemon start --json # boots the local HTTP daemon, prints handshake
helm daemon status
helm daemon stop
helm session new --help
helm workspace --helpState and logs live under ~/.helm by default (override with HELM_HOME).
Links
- Source: https://github.com/sorrycc/Helm
- Architecture:
docs/designs/2026-04-20-helm-arch.mdin the source repo
