Expand description
Graph memory CLI subcommands (behind graph feature flag).
Structs§
- GcOptions
- Thresholds and mode for one
graph gcinvocation.
Functions§
- add_
entity - Add an entity to the graph.
- daemon_
status - Show daemon status without touching the graph.
- daemon_
stop - Stop the daemon serving this graph, if one is running.
- decay_
report - Show relationship decay report — lists all relationships with their stored vs effective confidence.
- extract
- Extract entities from already-ingested archives using an LLM.
- feedback
- Apply an outcome to every entity a session touched.
- gc
- Run garbage collection on 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.