Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

akh-medu Component Status

ComponentStatusModuleCrates UsedNotes
Error typesImplementederrormiette, thiserrorRich diagnostics with error codes and help text
Symbol systemImplementedsymbolserdeSymbolId (NonZeroU64), SymbolKind, SymbolMeta, AtomicSymbolAllocator
SIMD kernelsImplementedsimd(std::arch)VsaKernel trait, Generic fallback, AVX2 acceleration
Memory storeImplementedstore::memdashmapHot-tier concurrent in-memory storage
Mmap storeImplementedstore::mmapmemmap2Warm-tier memory-mapped file storage with header/index
Durable storeImplementedstore::durableredbCold-tier ACID key-value storage
Tiered storeImplementedstore::modComposes hot/warm/cold with auto-promotion
HyperVecImplementedvsaConfigurable-dimension hypervector type
VSA operationsImplementedvsa::opsbind, unbind, bundle, permute, similarity, cosine
Symbol encodingImplementedvsa::encoderandDeterministic symbol→vector, sequence, role-filler
Item memoryImplementedvsa::item_memoryhnsw_rs, anndists, dashmapANN search with HNSW, concurrent access
Knowledge graphImplementedgraph::indexpetgraph, dashmapIn-memory digraph with dual indexing
SPARQL storeImplementedgraph::sparqloxigraphPersistent RDF with SPARQL queries
Graph traversalImplementedgraph::traverseBFS with depth/predicate/confidence filtering
Reasoning (egg)ImplementedreasoneggAkhLang, built-in rewrite rules, equality saturation
Engine facadeImplementedengineTop-level API, owns all subsystems
CLIImplementedmainclap, mietteinit, ingest, query, info subcommands
ProvenanceImplementedprovenanceredb, bincodePersistent ledger with 4 redb tables, multi-index (derived/source/kind), batch ops
InferenceImplementedinfereggSpreading activation, backward chaining, superposition reasoning, VSA recovery, e-graph verification
PipelineImplementedpipelineeggLinear stage pipeline (Retrieve → Infer → Reason → Extract), built-in query/ingest pipelines
SkillsImplementedskillsegg, serde_jsonMoE-style skillpacks with Cold/Warm/Hot lifecycle, memory budgets, dynamic rule compilation
Graph analyticsImplementedgraph::analyticspetgraphDegree centrality, PageRank, strongly connected components
AgentImplementedagentOODA loop, 9 tools, planning/reflection, session persistence, REPL mode
Autonomous cycleImplementedautonomousSymbol grounding, superposition inference, confidence fusion, KG commit