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.