
Product
Socket Now Protects the Microsoft Edge Extension Ecosystem
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.
agenticmemoryai
Advanced tools
Official Node.js SDK for Agentic Memory. Give your AI agents persistent memory in one line.
npm install agenticmemory
const { AgenticMemory } = require('agenticmemory');
const memory = new AgenticMemory({ apiKey: 'amk_your_key' });
// Store a message
await memory.store('your-space-id', { role: 'user', content: 'Hello!' });
// Recall recent messages
const messages = await memory.recall('your-space-id', { limit: 20 });
// Search by meaning (Pro plan)
const results = await memory.search('your-space-id', 'pricing discussion');
store(spaceId, message) — append a messagerecall(spaceId, { limit }) — get recent messagessearch(spaceId, query, { scope, tags }) — semantic searchsetContext(spaceId, key, value) — set key-value contextgetContext(spaceId, key) — get context valueaddEntry(spaceId, { type, title, content, tags }) — append entrybootstrap(spaceId, opts) — load full context in one callsetShared(spaceId, key, value) — shared world memorycreateSpace(name, slug) — create a memory spaceSign up free at agenticmemory.ai. 1,000 messages/month on the free tier.
The structured memory architecture was influenced by work from the h-network community by Halil Baysal.
Proprietary — Tyga.Cloud Ltd. See LICENSE file.
FAQs
Official Node.js SDK for Agentic Memory — persistent memory for AI agents
The npm package agenticmemoryai receives a total of 2 weekly downloads. As such, agenticmemoryai popularity was classified as not popular.
We found that agenticmemoryai 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.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.

Research
/Security News
Socket researchers found 18 Chrome extensions and one Edge extension delivering a wallet drainer, credential theft, and other malicious payloads.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.