npm analyzed 15.13.0

@oh-my-pi/pi-mnemopi

v15.13.0
npm

Local SQLite memory engine for Oh My Pi agents

maintainer
can1357
license
MIT
first seen
2026-05-24
last seen
2026-06-14
releases · 30d
111
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities5 tools
transport stdio counts 5 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • lsp

    everything your IDE knows, the agent knows

  • model

    metric

  • prompts

    adjusted relentlessly for each model

  • read

    summarized snippets · ideal defaults · selector hit rate

  • search

    fastest in the west

code evidencev15.13.0 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 15

  • fs package/src/cli.ts :2 import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
  • fs package/src/core/banks.ts :1 import { existsSync, mkdirSync, readdirSync, renameSync, rmSync, statSync } from "node:fs";
  • fs package/src/core/beam/index.ts :2 import { existsSync } from "node:fs";
  • fs package/src/core/content-sanitizer.ts :2 import { existsSync, mkdirSync, writeFileSync } from "node:fs";
  • fs package/src/core/cost-log.ts :2 import { mkdirSync } from "node:fs";
  • fs package/src/core/embeddings.ts :1 import { mkdirSync } from "node:fs";
  • fs package/src/core/migrations/e6-triplestore-split.ts :2 import { existsSync, writeFileSync } from "node:fs";
  • fs package/src/core/plugins.ts :1 import { existsSync } from "node:fs";
  • fs package/src/core/query-cache.ts :2 import { mkdirSync } from "node:fs";
  • fs package/src/core/streaming.ts :2 import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
  • fs package/src/core/triples.ts :2 import { copyFileSync, existsSync, mkdirSync, unlinkSync, writeFileSync } from "node:fs";
  • fs package/src/db.ts :2 import { mkdirSync } from "node:fs";
  • fs package/src/diagnose.ts :2 import { existsSync } from "node:fs";
  • fs package/src/dr/recovery.ts :14 } from "node:fs";
  • fs package/src/mcp-tools.ts :1 import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";

secrets 1

  • secrets package/src/core/extraction/client.ts :61 this.apiKey = opts.apiKey ?? process.env.OPENROUTER_API_KEY ?? "";

declared dependencies 7

  • @oh-my-pi/pi-ai@15.13.0
  • @oh-my-pi/pi-catalog@15.13.0
  • @oh-my-pi/pi-utils@15.13.0
  • lru-cache@11.5.1
  • @types/bun@^1.3.14
  • fastembed@2.1.0
  • onnxruntime-node@1.26.0