https://github.com/mycloudlab/alf
alf is my personal assistance
https://github.com/mycloudlab/alf
Last synced: 7 days ago
JSON representation
alf is my personal assistance
- Host: GitHub
- URL: https://github.com/mycloudlab/alf
- Owner: mycloudlab
- License: apache-2.0
- Created: 2018-04-25T17:23:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T18:16:39.000Z (about 8 years ago)
- Last Synced: 2025-10-25T18:47:19.615Z (8 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alf
Alf é uma arquitetura para comunicação de bots por meio de agentes
# openshift
Para executar no openshift utilize o comando:
```bash
# roda o servidor mqtt
oc new-app --name=mqtt-server https://github.com/mycloudlab/alf \
--context-dir=mqtt-server \
--strategy=docker \
-e AUTH="user:passwd"
# roda o analyzer
oc new-app --name=analyzer https://github.com/mycloudlab/alf \
--context-dir=analyzer \
--strategy=docker \
-e MQTT_BROKER=mqtt://mqtt-server:1883 \
-e MQTT_USERNAME user -e MQTT_PASSWORD passwd -e WIT_AI_TOKEN=
```