AgentSmith/README.md

729 B

agent-smith

Agent Smith is a Matrix reaction bot that runs solely in the browser. It listens for user selected trigger words and can react either with an emoji or a text message.
See https://agent-smith.app

Currently only unencrypted rooms are supported.

Project setup

If you want to hack it start with:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Compiles and minifies for more recent browsers

npm run build-modern

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.