@mempat-ai/groom
v0.0.2
Published
Local host daemon that pairs proactive.stream Scouts with user-owned execution environments
Downloads
254
Readme
Mempat Groom
@mempat-ai/groom is the local host daemon for proactive.stream Scouts.
It pairs a user-owned machine with one Scout, advertises local capabilities, and executes local host tools on behalf of that Scout. It is not the proactive.stream platform, Studio UI, database schema, or deployment code.
Install
npm install -g @mempat-ai/groomPair A Scout
Run the pairing command shown in proactive.stream onboarding. It has this shape:
GROOM_ENDPOINT="wss://groom.proactive.stream" \
GROOM_WORKSPACE_ID="<scout-id>" \
GROOM_AUTH_TOKEN="<pairing-token>" \
GROOM_DAEMON_ID="$(hostname)" \
mempat-groomThe install is one-time per host. Each Scout gets its own pairing token and can run as a separate daemon process.
Included Surface
mempat-groomCLI- WebSocket client transport
- Pairing/auth handshake
- Local host tools:
bash,read,write,code - Local capability probing for git, GitHub CLI, and runtime tools
- Daemon-side Scout task loop
Not Included
- proactive.stream Next.js application
- Studio UI
- Slack/GitHub OAuth backend
- Platform Postgres or RisingWave code
- Terraform/deployment files
- Server-side platform secrets
