VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.05k stars 537 forks source link

How to connect chat with AI agency in Telegram and WhatsApp? #124

Closed innodev-group closed 1 month ago

innodev-group commented 1 month ago

How can I use Telegram bot or Watsapp chat instead of Gradio chat so that only @User message is shown?

VRSEN commented 1 month ago

You would first deploy your agents as an API and then integrate this endpoint with Telegram or WhatsApp webhooks. We will add this to our SaaS and release some templates in our course later, however, it will never be added directly into the framework.

In the meantime, I recommend finding some tutorials on how to create telegram/whatsapp bots and taking it from there.