New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@nuzo/memory-core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuzo/memory-core

Core memory lifecycle, ports, and domain contracts for Nuzo.

Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
17
-63.04%
Maintainers
1
Weekly downloads
 
Created
Source

@nuzo/memory-core

The host-neutral memory engine for Nuzo.

This package contains memory lifecycle behavior, policy checks, SQLite storage, FTS recall, audit events, and portable import/export contracts. It is consumed by @nuzo/memory.

Most users should install the CLI or a host plugin instead of depending on the core package directly.

Use When

Use @nuzo/memory-core when you are:

  • building a library-level integration with Nuzo;
  • contributing to Nuzo itself;
  • writing a host wrapper that cannot use the MCP server directly.

Use @nuzo/memory for local command-line workflows, Codex, Claude Code, and other MCP-compatible hosts.

Product Boundary

Nuzo is intentionally local-first. SQLite is part of the product boundary, not a placeholder for a required cloud database.

By default, Nuzo should not:

  • send memories to a remote service;
  • call embedding APIs;
  • enable telemetry;
  • hide inferred memory writes from the user.

Documentation: https://nuzo.com.br/

License: Apache-2.0

Keywords

ai-agents

FAQs

Package last updated on 29 Jun 2026

Related posts