
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@memofs/adapter-workers-ai
Advanced tools
@memofs/adapter-workers-aiCloudflare Workers AI extractor adapter for MemoFS.
Cloudflare Workers AI frontier extractor adapter for MemoFS. Implements
core's provider-neutral Extractor contract against a Cloudflare Workers AI
binding (env.AI), extracting subject–predicate–object facts into the memory
graph.
npm install @memofs/adapter-workers-ai
Requires Node.js >= 22.
Peer dependency: @cloudflare/workers-types (for the Ai binding type).
import { createWorkersAiExtractor } from "@memofs/adapter-workers-ai";
const extractor = createWorkersAiExtractor({ ai: env.AI });
// Pass it to the MemoFS runtime:
// new MemoFS({ store, projectId, mode: "local", extractor, ... })
The adapter parses the model's output defensively: malformed JSON, missing
fields, or unknown relation types are dropped (never thrown). A failed
extraction returns an empty { nodes, edges }, so the write fan-out stays
resilient — and the rule-based extractor remains available as the fallback when
no Ai binding is configured.
This package owns the Workers AI extractor adapter implementation. It does not
own the MemoFS core Extractor contract, other adapters, or the Workers AI
service itself.
See our central Contributing Guide and development scripts for details on formatting, linting, and testing within the monorepo.
MIT
FAQs
Cloudflare Workers AI extractor adapter for MemoFS.
The npm package @memofs/adapter-workers-ai receives a total of 1 weekly downloads. As such, @memofs/adapter-workers-ai popularity was classified as not popular.
We found that @memofs/adapter-workers-ai 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

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.