Skip to content

ash graph

Inspect graph entities and edges.

Usage

Terminal window
uv run ash graph [ACTION] [TARGET] [OPTIONS]

Actions

ActionDescription
usersList user nodes
chatsList chat nodes
edges <id>Show edges for a node
statsShow graph counts

Options

OptionDescription
--config, -cPath to config file

Examples

Terminal window
uv run ash graph users
uv run ash graph chats
uv run ash graph edges <node-id>
uv run ash graph stats