Skip to main content

Entry Web UI overview

The Entry Web UI is the local-only control panel for Engram. Use it to configure memory roots, link AI agents, tune routing, review duplicates, inspect the memory graph, and debug runtime config without editing JSON by hand.

When to use it

  • First-time setup of a workspace or global memory root
  • Linking or unlinking AI agents without remembering CLI flags
  • Tuning routing, graph, vector, and rule variant settings
  • Reviewing duplicate or conflicting memories
  • Inspecting the memory graph
  • Debugging resolved config, paths, and Git detection

Local-only access model

The panel runs on your machine. It is not a cloud service. Close the server when you are done for security hygiene.

Warning:

The Entry panel is local-only. Treat it as open while you are configuring memory, then close the server from the Runtime tab when finished.

Relationship to CLI commands

Every visible control maps to a CLI command or config key. Where a CLI equivalent exists, the field reference lists it. The CLI remains the source of truth for scripting and automation.

Tabs at a glance

TabJob
ConnectionsDetect and link supported AI agents
ConstructConfigure every Engram runtime field
ProfilesManage isolated global memory profiles
WorkspacesRegister and link project repos
CoreReview duplicate and conflicting memories
MemoriesInspect the memory graph and archive memories
RuntimeRead-only resolved config and paths

Next steps