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
13
Commits
1
Branch
0
Tags
159
KiB
Python
100%
2bcddedca5
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
2bcddedca5
fix: Adjust message handling in process method; ensure correct image assignment and add next steps output
2025-05-19 13:13:28 +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: Adjust message handling in process method; ensure correct image assignment and add next steps output
2025-05-19 13:13:28 +02:00
objects
fix: Update process method return type and handle image attribute correctly; improve error handling
2025-05-19 13:10:46 +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
README.md
gpt-agent