Communication between two agents often times contain request-reply structures, as also shown in [the tutorial](https://mango-agents.readthedocs.io/en/latest/tutorial.html#messaging-between-containers). It would be nice to have an inbuilt way RPCs, which could also facilitate `await`. This way, the control flow is easier to track.
Communication between two agents often times contain request-reply structures, as also shown in the tutorial.
It would be nice to have an inbuilt way RPCs, which could also facilitate
await. This way, the control flow is easier to track.