An open API service indexing awesome lists of open source software.

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

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=
```