@swarmvaultai/viewer 1.3.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  `@swarmvaultai/viewer` is the graph UI package for SwarmVault.
4
4
 
5
- It powers `swarmvault graph serve` and renders `state/graph.json` as an interactive graph of sources, concepts, and entities.
5
+ It powers `swarmvault graph serve` and renders `state/graph.json` as an interactive graph of sources, concepts, entities, agent tasks, and decisions.
6
6
 
7
7
  ## What It Does
8
8
 
@@ -11,7 +11,9 @@ The viewer loads graph data from `/api/graph` and renders:
11
11
  - source nodes
12
12
  - concept nodes
13
13
  - entity nodes
14
+ - agent task and decision nodes
14
15
  - extracted, inferred, conflicted, and stale edge states
16
+ - the workflow rail for approvals, candidates, refresh state, lint findings, activity, and the Memory dashboard
15
17
 
16
18
  Its main purpose is to support the SwarmVault runtime, but the package also exports lightweight types and helpers for custom integrations.
17
19