OthersideAI / self-operating-computer

A framework to enable multimodal models to operate a computer.
https://www.hyperwriteai.com/self-operating-computer
MIT License
8.21k stars 1.09k forks source link

refactor: moved main to main.py and added some type annotations #154

Open mjspeck opened 5 months ago

mjspeck commented 5 months ago

What does this PR do?

Just moved the main function to main.py and added some type annotations. I plan to add a lot more to make developing easier. I can move main back to operate.py if necessary, but it feels very disorganized to have it anywhere other than main.py.

Requirement/Documentation

No docs required.

Type of change

Mandatory Tasks