Expand description
CLI command implementations.
Functionsยง
- cmd_add
- Add a cognitive event to the graph.
- cmd_
analogy - Analogical query.
- cmd_
budget - Estimate long-horizon storage growth vs configured budget.
- cmd_
centrality - Centrality analysis.
- cmd_
consolidate - Consolidation.
- cmd_
create - Create a new empty .amem file.
- cmd_
decay - Run decay calculations.
- cmd_
drift - Drift detection.
- cmd_
export - Export graph as JSON.
- cmd_
gaps - Gap detection.
- cmd_get
- Get a specific node by ID.
- cmd_
hybrid_ search - Hybrid BM25 + vector search.
- cmd_
impact - Causal impact analysis.
- cmd_
import - Import nodes and edges from JSON.
- cmd_
info - Display information about an .amem file.
- cmd_
link - Add an edge between two nodes.
- cmd_
path - Shortest path.
- cmd_
quality - Graph-wide quality report (confidence, staleness, structural health).
- cmd_
resolve - Resolve a node through SUPERSEDES chains.
- cmd_
revise - Belief revision.
- cmd_
runtime_ sync - Scan a workspace for sister artifacts and optionally write an episode memory.
- cmd_
search - Pattern search.
- cmd_
sessions - List sessions.
- cmd_
stats - Detailed statistics.
- cmd_
text_ search - BM25 text search.
- cmd_
traverse - Run a traversal query.