Multiple Agents In rasa x

Can I build multiple agents in Rasa X , If not is there any solution achieve this ?

If you have multiple Rasa projects, you can open multiple Rasa X instances (on different ports of course).

If you installed Rasa X with pip, just do rasa x --port <port_number>.

What if I have to create Multiple rasa agents using One rasa x ? Any solution for this?

No, each project has its own Rasa X instance.

You run Rasa X in your project’s folder, so there is no way to get out of that folder into another one.

The best you can do is switch between models in a same project.