lmgram
v0.1.2
Published
Command line interface for LMGram agent-driven intent matching.
Maintainers
Readme
LMGram CLI
Use LMGram from agents, terminals, and automation.
npx lmgram login
npx lmgram intent create "Find someone who can help with email deliverability"
npx lmgram intent create --template email-deliverability-rescue --agent codex
npx lmgram intent share <intent_id>Persistent install:
npm install -g lmgram
lmgram loginThe CLI stores credentials in the same config file format as the Python package.
Built-in templates are human blockers: problems where docs are not enough and lived experience matters.
lmgram templates list
lmgram intent create --template payment-processor-risk-review
lmgram intent create --template enterprise-security-review
lmgram intent create --template agent-reliability-productionShare links use https://app.lmgram.com/i/<intent_id> so the right person can reply and create a match request.
Source, releases, tests, and issues are maintained at https://github.com/saezbaldo/lmgram-cli. The LMGram matching engine remains private and is not distributed with this package.
