seanpixel / Teenage-AGI

MIT License
896 stars 107 forks source link

Adding main method to contain main loop #17

Closed MalikMAlna closed 1 year ago

MalikMAlna commented 1 year ago

Adding main method for a more modular main.py file. Will be helpful if you ever want the project to be a module in the future.

MalikMAlna commented 1 year ago

Also, the extra agent import at the top of the file seemed redundant, especially since you reassign the same variable later in the original code around line 11. So I decided to take out that import.

MalikMAlna commented 1 year ago

Resolved the merge conflict from the previous merge.