commune-ai / commune

Commune Repo
88 stars 79 forks source link

Main refactor #113

Closed salvivona closed 6 months ago

salvivona commented 6 months ago

The following includes a refactor in making commune more open to outside repos. I will be adding additional tests and docs as well for more clarity.

Mainly when using commune we have a module tree that is used to map the simple names to the class import paths. This was updated periodically and does not adapt to new modules automatically. I want to move to a more pythonic experience where you can specify any file with a class in it instead of it being within the commune folder.