Module io_agent

Module io_agent 

Source
Expand description

UI gateway agent.

IOAgent is the bridge between the frontend and the actor system. It listens on the fixed MQTT topic io/chat and routes messages to the appropriate actor by parsing an optional @agent-name prefix.

If no @ prefix is given, the message is forwarded to main-actor.

Structsยง

IOAgent
The UI gateway actor.