Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 728 Bytes

tasks.md

File metadata and controls

11 lines (9 loc) · 728 Bytes

Major Tasks

I’d suggest to go through JARVIS’s code first to understand the basic concepts.

  1. Integrate with Rasa NLU.
  2. Play around with Messenger, Slack, Discord, Telegram, Skype APIs to see what all features they support.
  3. Design a generic response interface.
  4. Write adaptors to convert response to platform-specific response.
  5. Integrate with platform APIs (prefer using libraries here) to send and receive messages.
  6. Write modules (see examples here: https://github.com/swapagarwal/JARVIS-on-Messenger/tree/master/modules/src )
  7. Set up analytics to gather usage feedback.