Skip to content

Releases: alphaonedev/openclaw-graph

LadybugDB v1.3 — security, correctness, install improvements

23 Feb 04:33
v1.3
d8d1e0b

Choose a tag to compare

LadybugDB v1.3

What's new

  • Security: escCypher() — all user-supplied Cypher parameters are now sanitized to prevent injection
  • Correctness: Removed dead secondary-index DDL that was silently failing (lbug 0.14.3 does not support CREATE INDEX on non-PK node properties) — seed script was logging false ✓ index messages
  • Install: Platform-aware prerequisite detection — auto-detects Homebrew (macOS), apt (Ubuntu/Debian), dnf (Fedora)
  • Install: curl | bash pipe fix — no interactive prompts in piped installs
  • Config: OPENCLAW_GRAPH_QUERY_SCRIPT env var — configurable script path (matches documented behavior)
  • Performance: Parallel workspace loading via Promise.allSettled in workspace.ts — 5× faster cold load
  • Tooling: import-workspace.mjs, sync-metrics.mjs, QueryMetrics auto-recording

DB artifacts

Identical to v1.2 — no reinstall needed if you already have v1.2.

LITE_SHA256=6da38b83a4cb7f865a55677386101d4745db146a7912042abc0e896357291e1b
FULL_SHA256=d8f9e8f16583e58b974c30f8c1b8eba0580fe3595e89a24bd03ee1ac7733ce56

Contents

Tier Skills AgentConfig Soul Memory Tools References Compressed
Lite 316 9 4 2 26 0 ~295 MB
Full 316 9 4 2 26 545,072 ~295 MB

Install

curl -fsSL https://raw.githubusercontent.com/alphaonedev/openclaw-graph/main/install.sh | bash

LadybugDB v1.2 — 316 skills + 9 AgentConfig + 545k Reference nodes

22 Feb 17:06
v1.2
0bb8f1b

Choose a tag to compare

LadybugDB v1.2

What's new

  • 9 AgentConfig nodes pre-seeded in every release (was 6 in v1.1)
    • New nodes: TOON compression, Search Resilience, Schema Rules, Path Aliases
  • Re-benchmarked with actual 9-node workspace — all queries sub-millisecond
  • Sanitized — no private workspace data, no redteam cluster

Contents

Tier Skills AgentConfig Soul Memory Tools References Compressed
Lite 316 9 4 2 26 0 ~295 MB
Full 316 9 4 2 26 545,072 ~295 MB

Install

# One-liner install
curl -fsSL https://raw.githubusercontent.com/alphaonedev/openclaw-graph/main/install.sh | bash

# Or clone and run
git clone https://github.com/alphaonedev/openclaw-graph.git
cd openclaw-graph && bash install.sh --full

Performance (Mac mini, Apple M-series, 32 GB)

Query avg
Reference PK lookup (545k table) 0.11ms
Skill PK lookup 0.18ms
AgentConfig — 9 nodes 0.33ms
Tool query — 26 nodes 0.41ms
Full 316-skill scan 2.02ms

Checksums (SHA256)

6da38b83...291e1b  alphaone-skills-lite.db.zst
d8f9e8f1...33ce56  alphaone-skills-full.db.zst

LadybugDB v1.1 — 100% Graph-Native Workspace

22 Feb 15:31
033d6f1

Choose a tag to compare

What's New in v1.1

100% graph-native out of the box. Every install now ships with a default workspace='openclaw' pre-seeded — Soul, Memory, AgentConfig, and Tool nodes ready to use immediately. No manual seed required.

New in this release

  • seed-default-workspace.mjs — seeds agnostic defaults for any workspace
  • Default workspace='openclaw' baked into every DB artifact
  • Private workspace nodes (Soul/Memory/AgentConfig) stripped from public releases
  • sessions_spawn=true reset to community default in public artifacts
  • QueryMetrics table schema included (populated by workspace.ts adaptive TTL cache)
  • Updated workspace stubs: all reference workspace='openclaw' by default
  • CUSTOMIZING.md — complete guide for personalizing workspace nodes

Install

# Full (skills + 545k DevDocs reference nodes)
curl -fsSL https://raw.githubusercontent.com/alphaonedev/openclaw-graph/main/install.sh | bash

# Lite (skills + embeddings only)
curl -fsSL https://raw.githubusercontent.com/alphaonedev/openclaw-graph/main/install.sh | bash -s -- --lite

SHA256 Checksums

244675608dae5d173f940bf0bbdffff830a4be1d12c95623f459831addc5eb70  alphaone-skills-lite.db.zst
24d5607245e92d30cd8c287df792ab29928a567b367c26c5f68550f611066e96  alphaone-skills.db.zst

Stats

  • 316 skills · 27 clusters · 247 edges · 1536d embeddings
  • 545,072 Reference nodes · 718 DevDocs docsets
  • Default workspace: Soul×4 · Memory×2 · AgentConfig×5 · Tool×21

LadybugDB v1.0 — 316 skills + 545k DevDocs Reference nodes

22 Feb 04:36
fc89e02

Choose a tag to compare

LadybugDB v1.0

Pre-built LadybugDB database for the openclaw-graph skill integration.

Contents

  • 316 Skill nodes across 27 clusters with vector embeddings (1536d)
  • 545,072 Reference nodes from 718 DevDocs docsets
  • Covers: C++, Vue 3, PyTorch, PostgreSQL 18, Tailwind CSS, Kotlin, Django, Flask, Rails, NumPy, OpenJDK 17, Laravel, Node.js 22 LTS, and 700+ more

Install

curl -fsSL https://raw.githubusercontent.com/alphaonedev/openclaw-graph/main/install.sh | bash

Tiers

File Contents Size
alphaone-skills-lite.db.zst Skills + embeddings only 295 MB
alphaone-skills.db.zst Full DB incl. 545k Reference nodes 295 MB

SHA256

2aeb2461e7cfdfa1ba48ed9fb8eeca1b170c53a0ffa5046b3bedd5cab5229e43  alphaone-skills-lite.db.zst
1c663cece30175f680486f5875ad58d9c01ba58f239be0b83605793d6487745b  alphaone-skills.db.zst