AIMS Atlas · v1 · OSS reference toolkit

One interface. Five memory types.

PMS · KRS · SMS · TMS · EMS

AIMS Atlas is the reference memory routing harness for the five AIMS memory categories. Agents call one interface; Atlas routes each call to the right store and the right backend.

Why Atlas

Memory shouldn't be a hard wire.

AIMS recognizes five memory categories. Each category has different reliability, recall, and consistency needs. Agents should declare what kind of memory they need, not which database holds it. Atlas is the harness that makes that possible.

Install

Three lines to get started.

Exact package name and registry pending the AIMS-tools repo organization decision (see spec footnote §10). Install command will be one of:

npm install @aims/atlas
pip install aims-atlas
go get github.com/Extended-Systems-Intelligence/aims-atlas

See the GitHub repo for the canonical install instructions on the day of release.

AIMS registry integration

Conformance by declaration.

At registration time, Atlas declares which AIMS memory categories it serves and which backends are wired. The AIMS agent registry records the declaration and exposes it for conformance audit. Memory writes and reads are not exposed; the declaration of capability is.