vivarium-collective / process-bigraph

Apache License 2.0
2 stars 1 forks source link

Process protocols #9

Open eagmon opened 1 year ago

eagmon commented 1 year ago

Currently, local processes can be instantiated using the local protocol. We need to add a multiprocess protocol, a ray protocol, a docker protocol, and more generally a mechanism for adding new protocols. These also need to be supported together in the same composite.

prismofeverything commented 1 year ago

Let's have looking processes up in the process registry be the default protocol, and the others can be extensions of this.