@mnemopay/swarm
v0.1.0
Published
CLI for the MnemoPay skill catalog and Swarm orchestration — list, install, and run budget-gated parallel agent tasks.
Downloads
89
Maintainers
Readme
@mnemopay/swarm
CLI for the MnemoPay skill catalog and Swarm orchestration.
Every swarm run can be budget-gated, audit-logged, and settled on the MnemoPay ledger.
Install
npm i -g @mnemopay/swarm
# or
npx @mnemopay/swarm listCommands
# Browse the public catalog
npx @mnemopay/swarm list
npx @mnemopay/swarm list --verified
# Inspect one skill
npx @mnemopay/swarm show mnemopay/sdk
# Run the install command from the catalog
npx @mnemopay/swarm install mnemopay/sdk
# End-to-end demo: catalog → Swarm → audit JSONL → ledger receipt
npx @mnemopay/swarm demo
# Single-task run (mock provider — no Playwright required)
npx @mnemopay/swarm run --skill mnemopay/sdk --prompt "Recall last 3 memories"Programmatic
import { runSwarmDemo } from "@mnemopay/swarm";
const result = await runSwarmDemo({ auditPath: "./.audit/swarm.jsonl" });
console.log(result.receiptId, result.auditPath);License
Apache-2.0 — J&B Enterprise LLC
