Is there any way to integrate chatbot with django and deploy on server for user websites

Hi Everyone, I have one question. I have created a website with the help of Django, now I want to integrate the chatbot with that website in Django. I have googled, checked the docs but not found any idea or solution can anyone please help me out

hi @maj3r_x you can use agent to do so,

Agent

i have tried agent but its not working

what’s the issue

sync and await?

remove await it still works without Sun n await did u tried that?

sys:1: RuntimeWarning: coroutine ‘Agent.handle_text’ was never awaited

reply?

hey @maj3r_x I had done without using await and it worked for me, I don’t know why you are facing that issue.

can i see your code?