sally-agent-connect
v0.1.5
Published
Sally agent connector CLI for pairing local runtimes such as Hermes, Codex, Pi, OpenClaw, and Claude Code.
Downloads
47
Readme
sally-agent-connect
Public Sally connector CLI for local agent runtimes.
Hermes does not need built-in Sally support. This package is the bridge: it pairs the local machine with Sally, stores a worker token, listens for Sally jobs, and invokes the local Hermes CLI.
First-time Hermes connection
npx sally-agent-connect hermes --pairing-code <PAIRING_CODE>Common explicit form:
npx sally-agent-connect hermes \
--pairing-code <PAIRING_CODE> \
--base-url http://localhost:4000 \
--workspace-id <WORKSPACE_ID> \
--workspace-slug release-validation \
--name hermes-local-workerAfter first pairing
npx sally-agent-connect hermes --base-url http://localhost:4000 --workspace-slug release-validationOne-shot verification
npx sally-agent-connect hermes --once --base-url http://localhost:4000 --workspace-slug release-validationLocal files
- token:
~/.sally/hermes-worker-token - cursor:
~/.sally/hermes-worker-cursor
The worker token is a credential and must not be printed or committed.
