@asaki14/pi-memory

extensionmaintained

Asaki personal memory for the Pi coding agent (Cloudflare-backed). Standalone Pi extension package.

by · v0.2.1 · published 3d ago

$ pi install npm:@asaki14/pi-memory
downloads/mo
1.5K
stars
0
last push
3d ago
open issues
0

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

1.5K downloads · last 12 weeks (weekly)

README

@asaki14/pi-memory

Standalone Pi extension for Asaki personal memory, backed by a Cloudflare Worker. No repo checkout required.

Install

pi install npm:@asaki14/pi-memory

Configure

The extension reads its backend URL and admin key from the environment or ~/.asaki-memory.json (never hardcoded). Set:

export ASAKI_MEMORY_BASE_URL="https://your-worker-subdomain.workers.dev"
export ASAKI_MEMORY_API_KEY="your-admin-api-key"

or ~/.asaki-memory.json:

{ "baseUrl": "https://your-worker-subdomain.workers.dev", "apiKey": "your-admin-api-key", "userId": "asaki" }

Source of truth lives in the asaki-memory-manager monorepo at integrations/pi/asaki-memory.ts; this package is generated by npm run build:pi.