You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could rethink the way we create Agent IDs. Right now, every container just provides IDs for each Agent like this 'Agent0, Agent1'... We could think about giving unique AIDs. In aiomas e.g. the id consists of the address and then something like Agent0, so an id would look like this: 'localhost':5555/Agent0
This would also make it possible to get the address from an ID.
Open question: How to do it with MQTT Container?
The text was updated successfully, but these errors were encountered:
In GitLab by @mnebel-wenner on Dec 3, 2021, 11:00
We could rethink the way we create Agent IDs. Right now, every container just provides IDs for each Agent like this 'Agent0, Agent1'... We could think about giving unique AIDs. In aiomas e.g. the id consists of the address and then something like Agent0, so an id would look like this: 'localhost':5555/Agent0
This would also make it possible to get the address from an ID.
Open question: How to do it with MQTT Container?
The text was updated successfully, but these errors were encountered: