JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
717 stars 115 forks source link

AgentsIO submodule needs to be re-written to use the exported API and not internals #901

Open Datseris opened 10 months ago

Datseris commented 10 months ago

With Agents v6 we have a very well defined API for agent based models.

Unfortunately, the submodule AgentsIO was written too much in the past and with a narrow view in ABMs that is limited to StandardABM. As such, it uses many internals instead of using the API.

We should fix that if we want our IO to work out of the box for other types of ABMs.