Skip to main content

Module graph_cli

Module graph_cli 

Source
Expand description

Graph memory CLI subcommands (behind graph feature flag).

Functions§

add_entity
Add an entity to the graph.
graph_status
Show graph stats.
hybrid_query
Hybrid query: semantic + graph expansion + optional episodes.
ingest
Ingest a single archive file into the graph (episodes only, no LLM extraction).
ingest_all
Ingest all un-ingested archives in conversations/.
init
Initialize the graph store at {memory_dir}/graph/.
pipeline_flow
Trace pipeline flow for an entity.
pipeline_stale
List stale pipeline entities.
pipeline_status
Show pipeline health stats.
pipeline_sync
Sync pipeline documents into the graph.
relate
Create a relationship between two entities.
search
Semantic search across entities.
traverse
Traverse the graph from an entity.
vigil_sync
Sync vigil-pulse signals and outcomes into the graph.