[labs] featured

engram/ˈeŋ.ɡræm/

Memory that travels across sessions, tools, and teams. Capture → connect → resurface. A shared, structured record of what's already been decided.

View on GitHub →npm i @humanlayerdo/engram

Quickstart

example.ts
import { Engram } from "@humanlayerdo/engram"

const engine = new Engram({
  memory: "persistent",
  context: "structured",
})

await engine.ingest(conversation)
const recall = await engine.query("last decision on auth")

Concepts

01
Contextual memory

Knowledge that survives the next context switch.

02
Human-in-the-loop

AI proposes. The human decides. The design problem is where the seam goes.

03
Agent orchestration

How agents hand off work without losing the thread.

Changelog

v0.4.2todayfixrecall ordering when score ties · signal highlight on HITL prompts
v0.4.15dfeatstreaming ingest for long transcripts
v0.4.02wbreakingunified query() API, deprecated recall()
v0.3.71moperf3× index build on >100k docs