It would be cool to have native support for whatsapp to serve the agents. For instance, something like: ```python from sdialog.agents import Agent my_agent = Agent(...) my_agent.serve_whatsapp(port=1234, ...) # <-- like this ```
It would be cool to have native support for whatsapp to serve the agents. For instance, something like: