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
- 83aacc76cfa737c7…
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 83aacc76cfa737c7b8e93312a05e32af86abaf0201faae4819ca8b787b38a9b3
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 = '83AACC76CFA737C7B8E93312A05E32AF86ABAF0201FAAE4819CA8B787B38A9B3' $ (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.