This website requires JavaScript.
Explore
Help
Sign In
showdown
/
gpt-agent
Watch
1
Star
0
Fork
0
You've already forked gpt-agent
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
159
KiB
Python
100%
41f7d0e210
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Showdown76py
41f7d0e210
Refactor mouse button handling to use string literals instead of ButtonType constants; add debug print for screenshot action in web server
2025-05-19 08:53:46 +02:00
.vscode
Add initial implementation of AI agent with mouse and keyboard control features
2025-05-19 00:48:14 +02:00
ai
Refactor mouse button handling to use string literals instead of ButtonType constants; add debug print for screenshot action in web server
2025-05-19 08:53:46 +02:00
objects
Add initial implementation of AI agent with mouse and keyboard control features
2025-05-19 00:48:14 +02:00
webserver
Refactor mouse button handling to use string literals instead of ButtonType constants; add debug print for screenshot action in web server
2025-05-19 08:53:46 +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
Add initial implementation of AI agent with mouse and keyboard control features
2025-05-19 00:48:14 +02:00
README.md
Initial commit
2025-05-18 17:32:16 +00:00
requirements.txt
Add Pillow dependency and implement screenshot functionality in web server
2025-05-19 01:18:54 +02:00
README.md
gpt-agent