pi-peer-comms
v0.1.0
Published
Peer-to-peer communication between running Pi sessions
Maintainers
Readme
pi-peer-comms
A Pi extension that lets running Pi sessions discover each other, exchange messages, and read peer status.
Install
pi install npm:pi-peer-commsOr install the GitHub package:
pi install git:github.com/shantanugoel/pi-peer-commsRestart Pi or run /reload after installation.
Usage
/peers— list active peer sessions/peer-send <session-name-or-id> <message>— send a message/peer-read [session-name-or-id]— read a peer's status and latest replypeer_sessions— tool for listing, messaging, and reading peers
The extension stores session records and mailboxes under ~/.pi/agent/peer-comms/.
License
MIT
