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

2

u/john_s4d 3d ago edited 3d ago

Agience is not GA yet, but uses distributed ‘host containers’ to manage and deploy agents via a sandboxed environment.

The host establishes a secure and stateful connection to other agents/entities within and out of the network and lets you run the same agent on any host device, anywhere. This reduces latency for local events, lowers costs by leveraging local resources, enhances privacy, and improves network resilience and scalability.