Skip to main content

Module graph_cli

Module graph_cli 

Source
Expand description

Graph memory CLI subcommands (behind graph feature flag).

Structs§

CorrectOptions
One graph correct invocation, as the flags were given.
GcOptions
Thresholds and mode for one graph gc invocation.

Functions§

add_entity
Add an entity to the graph.
correct
Tell memory that something it learned is wrong.
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.