The terms that recur across the Eldric docs, with one-liners so nobody has to guess. Engineers reading this in 2027 should find no surprises.
eldric-workerd, eldric-datad, eldric-agentd, …). In 5.0 they're role modules hosted in the single eldric-aios binary. The filename convention -d suffix is the classic Unix "I'm a daemon" marker.
eldric-aios. Fifteen of them: controller, router, edge, cloud, inference, data, agent, swarm, media, comm, science, training, iot, nova, dream. Each owns a port range and an API surface. The module is what a 4.x Worker becomes when you collapse everything into one binary.
controller).
router).
/chat, runs the plugin system. Edge is where chat.eldric.ai lands.
.eldext bundle, runs as a subprocess (Model A) or external service (Model B) under the host's supervision. Extensions expose tools the Brain can invoke.
category: data or category: tool auto-surfaces as a Plugin. When users enable multiple data Plugins, one chat query fans out to all of them in parallel.
data.* Plugin in parallel via the retrieval.<plugin-id> contract. Returned snippets merge into a synthesised system message prepended to the conversation before the LLM sees it. The fan-out doesn't care whether each plugin answered via vector search, tree reasoning (PageIndex), live sensor query, or anything else — same plumbing, different epistemic strategies.
M = decay·M + importance·(v⊗k)), matrix-vector recall. Captures patterns rather than exact documents. Complements vector storage (which handles exact retrieval). Hierarchical: Domain → Project → Run matrices cascade from general knowledge to specific context.
ingest → extract → probe → distill → checkpoint → complete to reorganise what's been learned — sleep, but for AI memory. Per-user scope via the sharing.dream plugin opt-in.
eldric-aios process on port 8880.
.emm extension is what you find in memory/ on a running cluster — one file per matrix per scope (domain / project / run).
Miss a term? Tell office@eldric.ai.