vivarium-core
vivarium-core copied to clipboard
More flexible topology rewiring for glob schemas
Consider a process (e.g. multibody physics) with a ports schema like this:
{
'agents': {
'*': {
'a': {...},
'b': {...},
},
},
}
Now imagine that we want to use this process with an agent with a store hierarchy like this:
{
'a': {...}
'boundary': {
'b': {...},
},
}
We don't currently have a way to wire the environment process to this agent.