Raxol.Agent.Comm
(Raxol v2.3.0)
View Source
Agent communication primitives.
Agents discover each other via Raxol.Agent.Registry and communicate
through their Session GenServers. Messages arrive in the target agent's
update/2 as {:agent_message, from_id, payload}.
Summary
Functions
Broadcast a message to all agents in a team.
Synchronous request-reply with another agent.
Send an async message to another agent by id.