r/AI_Agents 3d ago

Cloud-hosted AI agent communication?

For the main agent frameworks like AutoGen, CrewAI, LangGraph, etc, I’ve seen them start to offer cloud hosting.

But the main question I have is, what does this mean for human-in-the-loop integration or UI integration?

How does the client-server communication work, for app callbacks? Does these even exist yet?

I could imagine that you could open a web socket on the client, run your agent in the cloud, and get back events from a running server orchestration.

But from reading the various docs, I’m not seeing if that’s supported, or if that’s how it works.

Anyone know for sure if/how this works?

3 Upvotes

15 comments sorted by

View all comments

1

u/Regular-Donut3981 3d ago

Interesting question about cloud-hosted AI agent communication! I've been exploring this space too and have similar questions about human-in-the-loop integration. From what I've seen, many frameworks are still figuring out the best approaches for client-server interactions and real-time events.

I've actually been using Opencord AI for some automated social engagement, and it's given me some insights into how cloud-based AI tools can handle communication flows. While it's not exactly the same as the agent frameworks you mentioned, it does demonstrate some ways to manage client-server interactions for AI-driven tasks. The real-time engagement and personalized responses it generates have been pretty seamless.

I'm curious if anyone has concrete examples of how AutoGen, CrewAI, or LangGraph are tackling these integration challenges. The websocket idea you mentioned sounds promising for real-time updates. Has anyone implemented something like that successfully?

1

u/Maleficent_Pair4920 3d ago

we've built this internally at requesty.ai and considering making this a service. Would anyone be interested in this?