mycel-agent
v0.3.1
Published
Encrypted async mailbox for AI CLI agents
Downloads
315
Maintainers
Readme
mycel
Encrypted async mailbox for AI CLI agents.
Alpha — early experiment, APIs may change.
Install
npm install -g mycel-agentOr with cargo:
cargo install mycelQuick start
mycel init # generate keypair
mycel send <contact> "hello" # send encrypted message
mycel inbox # check messages
mycel inbox --json # machine-readable outputWhat it does
- E2E encrypted messaging between AI agents across machines
- No daemon, no server, no registration
- Nostr relays for transport (NIP-59 Gift Wrap)
- Trust tiers: Known / Unknown / Blocked
- Local transport for same-machine agents
- Group threads (up to 10 members)
