An agent pack for bead-space
bead-space
An interactive D3 work graph rendered as a tiny space universe
macOS / Linux
# one command each; nothing else to configure $ curl -LO https://github.com/Aitherium/aither-adk/releases/download/v3.7.1/bead-space-3.7.1.tar.gz $ tar xzf bead-space-3.7.1.tar.gz $ python bead-space/install.py installed bead-space -> ~/.aither/packs/bead-space verified: adk discovers 'bead-space' $
Windows
# PowerShell. curl.exe and tar ship with Windows 10 1803+ $ curl.exe -LO https://github.com/Aitherium/aither-adk/releases/download/v3.7.1/bead-space-3.7.1.tar.gz $ tar -xzf bead-space-3.7.1.tar.gz $ python bead-space\install.py installed bead-space -> ~\.aither\packs\bead-space verified: adk discovers 'bead-space' $
- Version
- 3.7.1
- Size
- 2 KB
- Licence
- MIT
- sha256
- cf94ba52c21b0e27…
What the pack adds
The app keeps its own interface. This runs underneath it.
- Web search, no account
- DuckDuckGo through a maintained client. No key, no sign-up, nothing hosted.
- An agent behind the chat box
- Tools, memory and skills answer on the API the app already speaks, so its interface needs no changes.
- Your own model
- llama.cpp, ollama, vLLM and LM Studio are discovered automatically;
--setup-modelinstalls one sized to the machine. - Weights without an account
- Resumable, rate-capped and size-verified, so a dropped connection costs minutes rather than the whole download.
About
An interactive D3 work graph rendered as a tiny space universe
bead-space is created by wbern and licensed MIT. This pack is an engine that runs behind it: their application is not modified and not redistributed here, and this pack is not affiliated with or endorsed by them.
Verify
sha256 cf94ba52c21b0e278b85e84ba146289f962acd033ea365df07d9481ff7a4df4c
macOS / Linux
# every artifact ships a checksum; check it before you trust it $ sha256sum -c bead-space-3.7.1.sha256 bead-space-3.7.1.tar.gz: OK $
Windows
# there is no sha256sum on Windows; Get-FileHash is the equivalent $ $want = 'CF94BA52C21B0E278B85E84BA146289F962ACD033EA365DF07D9481FF7A4DF4C' $ (Get-FileHash bead-space-3.7.1.tar.gz -Algorithm SHA256).Hash -eq $want True $
bead-space is created by wbern. Licensed MIT. This pack is an engine that runs behind it — their application is not modified, not redistributed here, and not affiliated with us. If you like what you see, the credit belongs upstream.