Skip to content

Commit 7d09414

Browse files
committed
Cleanup cleanup everybody everywhere
1 parent f220c1c commit 7d09414

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2
-1230
lines changed

Dev/NovaHelper.py

Lines changed: 0 additions & 79 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

Dev/NovaSystem.py renamed to brainstorming/01-NovaSystem/NovaSystem.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
This draft is a proof of concept for the NovaSystem. It is a simple implementation of the NovaSystem that uses a single Expert,the AI Tribunal, represented as three separate calls to OpenAI in a recursive iteravtive manner. This recursive iteration is the first step in the NovaSystem's ability to dynamically spin up multiple Experts that all weigh in on a single problem with multifaceted perspectives and solutions.
4040
'''
4141

42-
4342
class NovaSystem:
4443
_DEFAULT_CONFIG = {
4544
"id": 00,
@@ -71,6 +70,7 @@ def load_default_config(self):
7170
stc(f'Config loaded successfully.\n')
7271
return self.config
7372

73+
7474
def set_name(self):
7575
if not hasattr(self, 'name'):
7676
if 'name' in self.config:
@@ -104,8 +104,7 @@ def run_startup_tests(self):
104104
# Next, check the object to make sure it has the required attributes
105105
# Finally, run the test() method to make sure the object is set up and ready to run
106106
self.stc(f'Running startup tests for {self.name}...\n\n')
107-
self.stc(f'Running startup tests for {self.name}...\n')
108-
107+
109108
def test(self):
110109
# Run tests
111110

File renamed without changes.
File renamed without changes.
File renamed without changes.

brainstorming/NovaSystem.py

Lines changed: 0 additions & 209 deletions
This file was deleted.

brainstorming/NovaTribunal.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)