javipalanca / spade

Smart Python Agent Development Environment
MIT License
258 stars 98 forks source link

Mobility of agents #97

Open fatenlouati opened 3 years ago

fatenlouati commented 3 years ago
virtadpt commented 3 years ago

What do you mean?

fatenlouati commented 3 years ago

Some MAS platforms such as Jade ensure the mobility of the agent. Mobility is one of the features of MAS, it means that the agent is able to move. I want to know if spade ensure that

javipalanca commented 1 year ago

Mobility is not supported in its current version. It is not easy to freeze a Python process and migrate it to another node. But, since the XMPP connection is server-centered, you can have the agent wherever in the world with the same ID.