-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which repo is the latest one? #165
Comments
Hi Nikita, thanks for asking. It is based on your purpose. If you want to use the automated GUI testing feature, then this repo (https://github.com/honeynet/droidbot) is what you need. We are working on a new project that uses LLM to improve the test coverage, but the new repo is not released yet. If you want to build LLM-based agents for UI task automation, you can use either DroidBot-GPT or AutoDroid. The difference can be found in the papers (paper titles can be found in the README). |
@yuanchun-li thanks for a quick reply! So droidbot is actually not a legacy project and is more up-to-date than the other two? |
I did analysis through Claude and compared AutoDroid and DroidBot-GPT to droidbot. Leaving it here: BRANCH: autodroid
• State Management Improvements:
• Bug Fixes:
• UI Interaction Enhancements:
• AI Integration:
BRANCH: droidbot-gpt
• State Management Improvements:
• Bug Fixes:
• UI Interaction Enhancements:
• AI Integration:
COMPARISON:
Overall Assessment:
The choice between them would depend on specific needs:
Both branches represent valid approaches to the problem, but autodroid clearly invested more in stability and edge case handling, while droidbot-gpt focused on simplification and ease of use. |
droidbot is not a legacy project, but I haven't updated it for quite a while. Now sure whether it will run into problems for new devices and Android versions. It should be okay for systems earlier than Android 31. |
Hey guys,
Firstly, thanks for such a nice creature you made. It's incredible!
Secondly, I see 3 repos:
To clarify, to use that project in other projects, we need to use https://github.com/MobileLLM/DroidBot-GPT , correct? And the other 2 are deprecated.
Thanks,
Nikita
The text was updated successfully, but these errors were encountered: