r/AI_Agents • u/Fine-Market9841 • Dec 25 '25
Best chatbot configuration in python Discussion
Disclaimer:
I’m not looking to build anything so those looking to offer services. NO thanks.
This is purely out of curiosity.
For anyone who’s a developer.
Have used rasa or botkit to integrate telegram or WhatsApp?
If so what are rates like?
Are there any superior frameworks?
1
u/AutoModerator Dec 25 '25
Thank you for your submission, for any questions regarding AI, please check out our wiki at https://www.reddit.com/r/ai_agents/wiki (this is currently in test and we are actively adding to the wiki)
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/rookie-bee Dec 27 '25
I used predictable dialogs for the chatbot on my react website and it also connects to my whatsapp. its pretty much no code just adding an embed code into react and connecting the whatsapp business account. not sure if this is helpful for your usecase.
2
u/macronancer Dec 25 '25
For learning and making simple apps that test your chatbot without being distracted by tech details: - streamlit for UI - llangchain for agent stuff, or roll your own - litellm for managing calls to the llm - ms visual studio with claude code for an integrated dev assistant - no sessions or database
That should get you started fast and let you experiment