Architecture Overview
Nimi consists of three developer-facing layers:
nimi-runtime(local AI execution)nimi-realm(cloud persistent state)@nimiplatform/sdk(unified developer interface)
Boundary rules
- Apps consume runtime/realm through SDK.
- Mods consume capabilities through
nimi-hook. - Runtime/realm are independent and can be used separately.