An agent pack for bead-space

bead-space

An interactive D3 work graph rendered as a tiny space universe

macOS / Linux
bead-space — install
# one command each; nothing else to configure
$ curl -LO https://github.com/Aitherium/aither-adk/releases/download/v3.4.1/bead-space-3.4.1.tar.gz
$ tar xzf bead-space-3.4.1.tar.gz
$ python bead-space/install.py
installed bead-space -> ~/.aither/packs/bead-space
verified: adk discovers 'bead-space'
$ 
Windows
bead-space — install
# PowerShell. curl.exe and tar ship with Windows 10 1803+
$ curl.exe -LO https://github.com/Aitherium/aither-adk/releases/download/v3.4.1/bead-space-3.4.1.tar.gz
$ tar -xzf bead-space-3.4.1.tar.gz
$ python bead-space\install.py
installed bead-space -> ~\.aither\packs\bead-space
verified: adk discovers 'bead-space'
$ 
Version
3.4.1
Size
2 KB
Licence
MIT
sha256
4566a09d0e716369…

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-model installs 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 4566a09d0e716369e909c23ea3abd6a8d1d3c2a24e3e80ae0c321694f2365838

macOS / Linux
verify
# every artifact ships a checksum; check it before you trust it
$ sha256sum -c bead-space-3.4.1.sha256
bead-space-3.4.1.tar.gz: OK
$ 
Windows
verify
# there is no sha256sum on Windows; Get-FileHash is the equivalent
$ $want = '4566A09D0E716369E909C23EA3ABD6A8D1D3C2A24E3E80AE0C321694F2365838'
$ (Get-FileHash bead-space-3.4.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.