Multi services node application for chatbot app. It's separate process in 3 service, Agent to handle receive and send message, Processor to process input from agent by text pattern, and Manager is the UI to monitor each service
Service to handle receive and send message.
Service to process input from agent by text pattern
UI to monitor each service
Status | Service | Feature |
---|---|---|
✅ | Agent | Create Restful API to create whatsapp session |
✅ | Agent | Create Restful API to show session list |
✅ | Agent | Create Restful API to delete session |
✅ | Agent | Create Restful API to send message |
⬜ | Processor | Create json config for question and answer |
⬜ | Processor | Create message processor to read input from agent and show output base on config |
⬜ | Processor | Create queue message |
⬜ | Manager | Create express skeleton app |
⬜ | Manager | Create dashboard menu to show all agent session |
⬜ | Manager | Create dashboard for bot builder |