适用于安卓系统的开源浏览器,相当于CUA(命令用户界面):移动使用
Open-source browser-use/CUA equivalent for androids: mobile-use

原始链接: https://github.com/runablehq/mobile-use

使用AI控制你的手机。mobile_use.mp4 目前仅支持安卓手机。你需要本地安装安卓平台SDK工具(adb)才能使用此库。 ```javascript import { mobileUse } from "@/src"; const response = await mobileUse({ task: "打开Instagram,进入私信,给第一个人发送hi", // llm: 使用AI SDK提供商自带的LLM模型,或默认使用Claude。你需要设置ANTHROPIC_API_KEY环境变量来使用Claude。 }); console.log(response.text); ``` 包含一个CLI工具,可用于执行命令行或文件中的指令。 # 从命令行传递指令 npx mobile-use "打开Instagram,进入私信,给第一个人发送hi" # 从文件传递指令 npx mobile-use instruction.txt 此项目采用MIT许可证授权。

Hacker News 最新 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 开源浏览器使用/CUA Android 等效项:mobile-use (github.com/runablehq) Umesh110 1小时前 6 分 | 隐藏 | 过去 | 收藏 | 讨论 加入我们,参加 6 月 16-17 日在旧金山举办的 AI 初创公司学校! 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系我们 搜索:
相关文章

原文

Use AI to control your mobile.

MIT License Discord

mobile_use.mp4

Currently, only android phones are supported. You need to have android platform sdk tools installed locally (adb) to use this library.

import { mobileUse } from "@/src";

const response = await mobileUse({
  task: "Open instagram and go to direct messages, send hi to first person",
  // llm: bring your own LLM model using ai sdk provider or use the claude by default. You need set ANTHROPIC_API_KEY environment variable to use claude.
});

console.log(response.text);

There is an included CLI tool that can be used to act on instructions from the command line or from a file.

# Pass the instruction from the command line
npx mobile-use "Open instagram and go to direct messages, send hi to first person"

# Pass the instruction from a file
npx mobile-use instruction.txt

This project is licensed under the MIT License.

联系我们 contact @ memedata.com