Service to Agent Clients

Service to Agent Clients. Communication between the service and an agent.

The Service communicates with the Agent via the standard defined in AgentContainer. This includes the Agent implementing a REST API, primarily for a health check, and a Websocket Endpoint. The Service opens a websocket and sends messages over the websocket using AIMP, and the Agent sends messages in AIMP to the Service, asynchronously.

Last updated