@asaki14/pi-memory
v0.3.0
Published
Asaki personal memory for the Pi coding agent (Cloudflare-backed). Standalone Pi extension package.
Downloads
588
Maintainers
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-memoryConfigure
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.
