ControlCraft is an AGI, that can not only generate codes, but can also preview their output by executing the apps. It can also control your Web-Browser as and how you want it to. ControlCraft uses a GPT-3.5 agent and engineered prompts to generate highly error free codes and process mechanisms thus increasing efficiency.
- Code generation based on natural language inputs from the user
- Preview of generated code by executing it in the default environment
- Automate web-browser related tasks using prompt from the user
- Control basic system tasks such as starting an application or so
AGI_ParthGupta.1.mp4
- Clone the repository:
git clone https://github.com/parthgupta1208/ControlCraft-GPT-Agent-.git
- Open
CodeCraft.py
in a python environment having all dependencies - Change paths as per your needs and you are Good to Go!
Contributions are welcome! If you'd like to contribute to ControlCraft, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-feature-branch
- Create a pull request
We welcome your feedback! Please submit any issues or suggestions on our GitHub Issues page.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.