Skip to content

AppAgent: Multimodal Agents as Smartphone Users, an LLM-based multimodal agent framework designed to operate smartphone apps.

License

Notifications You must be signed in to change notification settings

Untergang1/AppAgent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppAgent

图数据库:

提前安装并启用neo4j,用环境变量配置neo4j用户名和密码:

export NEO4J_USERNAME=xxx
export NEO4J_PASSWORD=xxx

代码默认使用Gemini api,提前用环境变量配置api key:

export GEMINI_API_KEY=xxx

运行:

python run.py --task 'turn on wifi' 

About

AppAgent: Multimodal Agents as Smartphone Users, an LLM-based multimodal agent framework designed to operate smartphone apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%