bright-horses-agent-cli
v0.1.2
Published
Sandbox-facing bh-agent CLI package for Bright Horses main-agent board operations.
Maintainers
Readme
bright-horses-agent-cli
bright-horses-agent-cli installs the sandbox-facing bh-agent binary used by the Bright Horses main agent.
The package intentionally contains only:
- the
bh-agentexecutable wrapper - the
bh-agent-cliskill asset
It does not contain the trusted host-side executor. The wrapper expects the Bright Horses computer daemon to expose the local POST /bh-agent endpoint inside the sandbox.
Behavior notes:
bh-agentis limited to the current board.- Sandbox-local
@fileinputs are attached by the wrapper and forwarded to the host executor. - Bridge downloads block localhost and private-network targets.
Install
npm install -g bright-horses-agent-cliPublish
From the repository root:
npm pack ./packages/bh-agent-cli --dry-run
npm publish ./packages/bh-agent-cli --access public