AutoDroid
AutoDroid copied to clipboard
Source code for the paper "Empowering LLM to use Smartphone for Intelligent Task Automation"
After configuring openai Key and installing all the required dependencies, verything worked almost as expected, but unfortunatelly this sample task did not finish. Was it expected to complete? [autodroid.log](https://github.com/MobileLLM/AutoDroid/files/14393075/autodroid.log)
File "e:\aitesttt\autodroid\query_lmql.py", line 4, in model=lmql.model("openai/gpt-3.5-turbo-instruct") # OpenAI API model AttributeError: module 'lmql' has no attribute 'model'
During the use, it was discovered that the invocation method here seems to be that of a very old version of Androguard, which is no longer maintained. Therefore, I have...
INFO:sentence_transformers.SentenceTransformer:Load pretrained SentenceTransformer: hkunlp/instructor-xl load INSTRUCTOR_Transformer max_seq_length 512 INFO:sentence_transformers.SentenceTransformer:Use pytorch device: cpu Traceback (most recent call last): File "/AutoDroid/droidbot/droidbot.py", line 104, in __init__ self.input_manager = InputManager( File "/AutoDroid/droidbot/input_manager.py", line 64,...
I'm honored to be the first issue submitter for this impressive project, but I'd like to offer some suggestions: 1. Is the usage process overly complicated, for instance, is there...
I saw that @yuanchun-li mentioned the use of visual methods to detect UI in https://arxiv.org/pdf/1901.02633 Are you considering/trying to tag UI elements using CV methods In this way, many applications...
Thank you for sharing your awesome work! I'm trying to use the explorator in the droidtask_datatools repo to generate my own memory in order to enhance the TaskPolicy. However, I...
Getting this error when running droidbot -h after doing pip install  Using a Python virtual environment (.venv) when installing pip packages
I was getting the following warning and the system was failing: `WARNING:Device:Unable to get top activity name.` The regex match of `Device.get_top_activity_name` needed to be updated. This was fixed in...
Instead of `Weather in San-Francisco` it enters `'Weather-in-San-Francisco'` The task was "Open browser, go to google.com, check the current weather in San Francisco. Complete when you know what weather is...