feat: metadata refactor

- Refactor how metadata is handled to support a user-defined metadata in graphs
- Update workflow embed handling
- Update UI to work with these changes
- Update tests to support metadata/workflow changes
This commit is contained in:
psychedelicious
2023-10-17 17:23:10 +11:00
parent c2da74c587
commit f0db4d36e4
66 changed files with 1807 additions and 1798 deletions

View File

@ -44,8 +44,8 @@ if True: # hack to make flake8 happy with imports coming after setting up the c
boards,
images,
models,
sessions,
session_queue,
sessions,
utilities,
workflows,
)