-
Notifications
You must be signed in to change notification settings - Fork 34
Local Development Writing your own bot
Trishal Kumar edited this page Jul 26, 2024
·
1 revision
If the application to be built using JB is a conversational bot, it’s 5-steps for the bot to go-live:
- Launch JB Manager UI. Typically this would be in: http://localhost:4173/
- Fill in some details like the name of the bot, version and the entire contents of the FSM file. Click on "Install new bot".
- Provide required data to create your bot. This may include credentials to access LLMs (if applicable, as in the case of OpenAI services).
- If Whatsapp is the chosen channel of communication for the bot, enter the number of an active Whatsapp Business Account (WABA). Since the service is running on a local HTTP server, the callback url for the tunnelling service (such as ngrok) needs to be registered with the service provider.
- Activate the bot by clicking the play icon. Verify that the status of the bot has been changed to ‘active’.
- Introduction
- Key Principles powering Jugalbandi
- Demystifying Jugalbandi: What Jugalbandi isn’t?
- Breaking down Jugalbandi’s Anatomy
- Building with Jugalbandi
-
Use Cases of Jugalbandi
- Access to Legal Information
- Jugalbandi for Govt. Schemes
- Accessing Legal Services
- Jugalbandi for Grievance Redressal
- Climate Action with Wildlife First
- Affordable Housing with Bandhu
- Paralegal Services with Nyaya Mitra
- Is Jugalbandi Applicable to your use case?
- The versatile applications of Jugalbandi
- Some other example use cases
- Possibilities and Future Directions
- Get Involved
- Appendix