
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@tekbreed/tekmemo
Advanced tools
@tekbreed/tekmemoUnified core memory runtime. Core memory contracts, records, chunks, source references, manifest validation, local protocol helpers, and provider-neutral runtime primitives. Consolidates file-based storage, embeddings (OpenAI, VoyageAI), vector store integration (Upstash Vector), and reranking providers into a single package.
npm install @tekbreed/tekmemo
Initialize memory in your project and read the core memory:
import { bootstrapMemoryStore, readCoreMemory } from "@tekbreed/tekmemo";
// Initialize the store in a given directory
const store = await bootstrapMemoryStore({
rootDir: "./.tekmemo",
});
// Use the store with core helpers
const core = await readCoreMemory(store);
console.log(core.content);
The @tekbreed/tekmemo package is designed to be highly modular. You can import only the specific adapters and utilities you need.
import { createNodeFsMemoryStore } from "@tekbreed/tekmemo"import { createTekMemoAgentSession } from "@tekbreed/tekmemo"import { createInMemoryGraphStore } from "@tekbreed/tekmemo"import { createUpstashRecallStore } from "@tekbreed/tekmemo"import { createOpenAIEmbedder } from "@tekbreed/tekmemo"For a complete breakdown of configuration options, interfaces, and architecture, see our Full Documentation.
This package owns the TekMemo core contracts, memory store adapters, and runtime primitives. It does not own private SaaS concerns such as billing, tenancy, hosted dashboards, encrypted BYOK storage, or internal admin tooling. All public API capabilities are consolidated and exported directly from the root namespace of @tekbreed/tekmemo.
See our central Contributing Guide and development scripts for details on formatting, linting, and testing within the monorepo.
MIT
FAQs
TekMemo memory runtime for AI apps and agents
The npm package @tekbreed/tekmemo receives a total of 0 weekly downloads. As such, @tekbreed/tekmemo popularity was classified as not popular.
We found that @tekbreed/tekmemo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.