11# Agents and Tools
22
3+ ## Install (SHA-256)
4+
5+ Pin GitHub Release ** v0.6.0** and verify ` SHA256SUMS ` . Website ` install.sh ` / ` install.ps1 ` abort on mismatch.
6+
7+ https://github.com/LinespottingOrg/GrokBuildRemote-Agents/releases/tag/v0.6.0
8+ https://github.com/LinespottingOrg/GrokBuildRemote-Agents/blob/main/docs/PINNED-INSTALL.md
9+
10+ ```
11+ 96cef605d3e030ccef99d27ea6240e0d3b668dd045e6b5b9e585c9fd03c6ef23 gbr-agent-darwin-amd64
12+ de7e065ef2cf6877b3b2cd04679a67b627f876337f529247e236204543e4062c gbr-agent-darwin-arm64
13+ a50a5c41993e6531a3b477eb409ccc845212bf541384dc803061c80657f86719 gbr-agent-linux-amd64
14+ 5bfd22c7110234942c4c02ff8154b836d0af45a9422c178a4f52010187d40061 gbr-agent-linux-arm64
15+ f773b89fd31310172b756e0593e0f3b2382b0a3440af2a7d0a8b3073b0c23e27 gbr-agent-windows-amd64.exe
16+ 8fb9efcbc7e2ac91c11964944bf0f45e31bb23f4356d9dcb4b305d7cb9b0fe8c gbr-agent-windows-arm64.exe
17+ ```
18+
19+ ``` bash
20+ VER=v0.6.0
21+ BASE=https://github.com/LinespottingOrg/GrokBuildRemote-Agents/releases/download/$VER
22+ # swap darwin-arm64 for your OS/arch
23+ curl -fsSL -o gbr-agent-darwin-arm64 " $BASE /gbr-agent-darwin-arm64"
24+ curl -fsSL -o SHA256SUMS " $BASE /SHA256SUMS"
25+ shasum -a 256 -c SHA256SUMS --ignore-missing
26+ gbr-agent pair && gbr-agent run
27+ ```
28+
29+
330## Agents
431
532- Prompt/programmatic agents live in ` .agents/ ` (programmatic agents use ` handleSteps ` generators).
@@ -55,11 +82,6 @@ Freebuff can use [Build Remote Agent](https://grokbuildremote.com/) as a pairing
5582
5683Independent product by Linespotting AB. Not affiliated with xAI or SpaceX.
5784
58- ``` bash
59- curl -fsSL https://grokbuildremote.com/install.sh | bash
60- gbr-agent version # v0.6.0+
61- gbr-agent pair && gbr-agent run
62- ```
6385
6486Attach only loopback Bot API ` http://127.0.0.1:8788 ` or MCP stdio ` gbr-mcp ` . Never commit mailbox keys.
6587
@@ -79,3 +101,10 @@ curl -sS http://127.0.0.1:8788/health
79101 }
80102}
81103```
104+
105+ ## What the phone sees
106+
107+ ** Terminal windows** on this PC (machine-wide mailbox). Not headless OpenCode / CodeNomad sidecar / Electron. ` :8788 ` in a sidecar is Bot API JSON, not a transcript.
108+
109+ https://github.com/LinespottingOrg/GrokBuildRemote-Agents/blob/main/docs/WHAT-THE-PHONE-SEES.md
110+ https://grokbuildremote.com/integrations.html
0 commit comments