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.4.0/bead-space-3.4.0.tar.gz $ tar xzf bead-space-3.4.0.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.4.0/bead-space-3.4.0.tar.gz $ tar -xzf bead-space-3.4.0.tar.gz $ python bead-space\install.py installed bead-space -> ~\.aither\packs\bead-space verified: adk discovers 'bead-space' $
- Version
- 3.4.0
- Size
- 2 KB
- Licence
- MIT
- sha256
- d39a3f247f4da0bf…
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 d39a3f247f4da0bfafce71a8e7ed007ad73b9d5e3fe0de4c8db2dbca312036b4
macOS / Linux
# every artifact ships a checksum; check it before you trust it $ sha256sum -c bead-space-3.4.0.sha256 bead-space-3.4.0.tar.gz: OK $
Windows
# there is no sha256sum on Windows; Get-FileHash is the equivalent $ $want = 'D39A3F247F4DA0BFAFCE71A8E7ED007AD73B9D5E3FE0DE4C8DB2DBCA312036B4' $ (Get-FileHash bead-space-3.4.0.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.