swarmvault graph serve

Start a local HTTP server with an interactive graph visualization.

Usage

swarmvault graph serve [--port <port>]

Options

  • --port <port> — Port override (default: from config, usually 4123)

What It Does

  1. Starts an HTTP server serving the graph viewer app
  2. Exposes /api/graph endpoint returning state/graph.json
  3. Serves an interactive Cytoscape-based visualization

The standard global CLI install already includes the viewer assets. You do not need to install @swarmvaultai/viewer separately to use this command.

Node Colors

  • Orange — Source nodes
  • Blue — Concept nodes
  • Green — Entity nodes

Edge Filters

Filter edges by claim status: all, extracted, inferred, conflicted, stale.