Run Multiple bots at a single rasa core instance

Hi Guys,

How can I run multiple bot projects in a rasa core server instance.

I mean I have a FAQ Bot and Helpdesk bot How to run these at a time and how can I call them using REST API?

do I need to run them in different ports?

@NikhilBansal21 can you help me?

2 Likes

both your bots are working on RASA core?

Yes

You can use uuid package to distinguish between recipients and in bot server input and output channels, you can define a function that uses this recipient id. I have already tried it and it works fine.

Okay thanks @Vikalp26 . I will give a shot.

Hi, how did you implement this?

Continuing the discussion from Run Multiple bots at a single rasa core instance:

hello vikalp, i am trying to implement the same multiple bot having different stories … can you please help i am fresher and trying to understand

@Vikalp26 hello vikalp, i am trying to implement the same multiple bot having different stories … can you please help i am fresher and trying to understand