npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-elefaibrain-memory-lab

v0.1.0-lab.2

Published

ElefAI Brain memory lab node for n8n, forked from the Mem0 community node for isolated testing

Readme

n8n-nodes-elefaibrain-memory-lab

Fork de laboratorio para testar o node de memoria do ElefAI Brain no n8n sem mexer no pacote local antigo em elefaibrain-project/node/@elefai/n8n-nodes-elefaibrain.

Origem

Este pacote foi reconstruido a partir do tarball publico @surreal7/[email protected], porque o pacote local atual estava incompleto e continha apenas index.js/index.d.ts vazios.

Objetivo do fork

  • Manter um pacote instalavel no n8n para testes.
  • Renomear o node de memoria para ElefAI Brain Memory Lab.
  • Expor a saida ai_memory para conectar no AI Agent.
  • Expor entradas experimentais ai_languageModel e ai_embedding para validar o desenho visual do node no canvas do n8n.
  • Preparar a evolucao em que o LLM e o embedder serao fornecidos pelo proprio n8n do cliente, deixando o custo de tokens na conta conectada pelo cliente.

Estado atual

Este fork agora entrega um conector de Chat Memory pela porta ai_memory, com:

  • loadMemoryVariables() para carregar memorias do ElefAI Brain/Mem0.
  • saveContext() para persistir pares usuario/assistente no Mem0.
  • entradas ai_languageModel e ai_embedding no canvas para validar o formato de cluster com modelos conectados no n8n.

As entradas de modelo ainda sao tratadas como contrato de interface. A proxima etapa funcional e usar esses modelos conectados para extracao/sumarizacao/embedding antes de enviar ao backend, ou criar endpoints ElefAI no Mem0 para aceitar fatos/vetores pre-processados.

Teste local

cd elefaibrain-project/node-forks/n8n-nodes-elefaibrain-memory-lab
npm pack

Depois instale o .tgz gerado no ambiente de teste do n8n.

Instalacao via npm publico

No n8n Community Nodes, use:

n8n-nodes-elefaibrain-memory-lab

Ou via terminal:

npm install [email protected]

Instalacao via GitLab Package Registry

O pacote esta publicado no GitLab Package Registry do projeto:

npm install @elefai/[email protected] \
  --registry https://gitlab.elefai.com.br/api/v4/projects/53/packages/npm/

Em ambiente privado, configure antes um token com permissao de leitura de pacotes:

npm config set @elefai:registry https://gitlab.elefai.com.br/api/v4/projects/53/packages/npm/
npm config set //gitlab.elefai.com.br/api/v4/projects/53/packages/npm/:_authToken SEU_TOKEN
npm install @elefai/[email protected]