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-tembory

v1.1.2

Published

Tembory node for n8n AI Agents with operational memory, tool history and decision state

Readme

Tembory

Node de memoria operacional da Tembory para agentes de IA no n8n.

Versao atual: 1.1.1.

1.1.1

  • Torna a entrada LLM obrigatoria no node.
  • Remove opcoes visiveis de vetor, grafo e configuracao legada da interface do node.
  • Forca o resumo SLM como parte do contrato de producao.
  • Mantem o registro de tools, inputs, outputs, status, action ledger, working memory e decision state por fluxo operacional.

Visao geral

O Tembory entrega contexto operacional para o AI Agent sem depender apenas do historico textual da conversa. Ele combina transcript curto, profile facts, tool history, estado operacional, action ledger, working memory, decision state, active summary persistente, compressao de memoria e diagnosticos.

A SLM conectada ao node organiza o estado ativo em bullets curtos e persistentes. Ela e contexto auxiliar read-only: nao decide politica de negocio, nao escolhe tools e nao substitui o prompt do agente.

Principais recursos

  • Porta ai_memory para conectar direto no AI Agent do n8n.
  • Entrada LLM obrigatoria para gerar e atualizar o resumo ativo.
  • Campo Projeto para isolar memorias por cliente/workspace.
  • Profile facts: nome, empresa, email, telefone, preferencias e contexto comercial.
  • Tool history: tools chamadas, inputs, outputs, status e ordem.
  • Working memory: objetivo atual, intencao recente, entidades ativas, ultimo erro e proxima acao esperada.
  • Decision state: decisoes ativas, ferramentas que nao devem ser repetidas e politica de conflitos.
  • Operational state: resumo deterministico do estado atual das tools e do proximo passo seguro.
  • Action ledger: linha cronologica das acoes executadas pelo agente.
  • Memory compression: resumos de turno, sessao, entidades e workflow.
  • Active summary persistente gerado pela SLM.

Custo de IA

O node usa o modelo de linguagem conectado no proprio n8n. Para esse papel, um modelo pequeno e barato costuma ser suficiente, porque a tarefa e resumir, organizar e compactar contexto operacional.

Credencial

Use a credencial Tembory API com a API key gerada no SaaS. A API key identifica a conta e o projeto comercial no Tembory.

Presets operacionais

O campo Preset Operacional preenche defaults de producao:

  • Produção Rápida (Thread + SLM): padrao recomendado.
  • Produção Balanceada: mais contexto, ainda compacto.
  • Produção Econômica: reduz resultados e secoes para economizar tokens, mantendo SLM obrigatoria.
  • Produção Nano/SLM: otimizado para modelo pequeno.
  • Diagnóstico Completo: teste e auditoria.
  • Auditoria: payload detalhado para depuracao.

Blocos de contexto

Quando habilitados, o agente recebe:

  • Conversation frame
  • Profile facts
  • Working memory
  • Decision state
  • Operational state
  • Action ledger
  • Memory compression
  • Recent messages
  • Recent highlights
  • Tool history
  • Active summary
  • SLM summary
  • Diagnostics

Validacao local

npm test
npm run simulate:n8n-agent