@asaki14/pi-memory

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

Packages

Package details

extension

Install @asaki14/pi-memory from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@asaki14/pi-memory
Package
@asaki14/pi-memory
Version
0.1.6
Published
Jul 21, 2026
Downloads
791/mo · 69/wk
Author
asaki14
License
MIT
Types
extension
Size
70.9 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./asaki-memory.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

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.