Go to file
2025-05-19 13:41:25 +02:00
.vscode Add initial implementation of AI agent with mouse and keyboard control features 2025-05-19 00:48:14 +02:00
ai fix: Parse tool call arguments as JSON for improved handling in process method 2025-05-19 13:41:25 +02:00
objects fix: Enhance screenshot functionality; add crosshair drawing and save screenshot to file 2025-05-19 13:39:26 +02:00
webserver Add confirmation function and re-execution logic in AIProcessor; clean up web server request handling 2025-05-19 09:30:58 +02:00
.gitignore Initial commit 2025-05-18 17:32:16 +00:00
LICENSE Initial commit 2025-05-18 17:32:16 +00:00
main.py Implement click indicator with red circle display; update server run parameters 2025-05-19 09:00:39 +02:00
README.md Initial commit 2025-05-18 17:32:16 +00:00
requirements.txt Add screenshot functionality and new commands for wait and reprompt 2025-05-19 09:15:08 +02:00

gpt-agent