Go to file
2024-03-10 15:54:07 +08:00
new
2024-01-20 10:26:04 +08:00
2024-03-10 13:10:30 +08:00
new
2024-02-19 17:11:51 +08:00
2024-02-21 17:29:46 +08:00
2024-03-10 15:54:07 +08:00
2024-03-10 15:54:07 +08:00
2024-03-08 10:30:57 +08:00
2024-03-10 08:25:56 +08:00
new
2024-01-21 11:58:15 +08:00
2024-02-28 23:00:30 +08:00
2024-01-19 15:49:42 +00:00
2024-03-09 21:43:24 +08:00
2024-03-01 23:59:57 +08:00
new
2024-01-21 21:06:27 +08:00
2024-03-10 13:18:44 +08:00

autoMate

autoMate是一款基于 langchain让大模型为你打工的工具。

它支持人工编排,对多种工具进行组合使用,完成但不限于以下工作

  1. 能够根据你输入的任务在网上找资料并参考优秀案例来执行任务并最终给出一个结果。你只需要像一个老板一样反馈结果好还是坏autoMate会自动优化方案。

如果你对 autoMate 感兴趣,欢迎加群一起讨论:

工具列表

autoMate 已经集成以下工具,工具列表会不断更新:

  1. 百度搜索引擎使用selenium工具操作浏览器进行百度搜索获取列表
  2. 大模型工具利用ChatGPT进行问答
  3. 应用工具:打开指定应用;
  4. 浏览器工具:打开指定网页。

安装和运行

修改 config

运行前需要配置一下config.yaml文件将目录中的config.yaml.tmp更名为config.yaml以下是最简配置

browser:
  browser_type: edge

openai:
  api_key: "key"
  api_url: "xxxx/v1/"
  • browser.browser_type浏览器名称支持edge、chrome
  • openai.api_keyopenai 的 key
  • openai.api_urlopenai 的 base url

安装依赖

  1. 安装python的3.9+版本。
  2. 安装包依赖管理工具 poetry打开 PowerShell 或命令提示符,使用以下命令下载并安装 Poetry
curl -sSL https://install.python-poetry.org/ | python

配置 poetry将虚拟环境配置到当前项目目录

poetry config virtualenvs.in-project true

创建虚拟环境并安装依赖:

poetry env use python
poetry install

运行

运行:

poetry run python main.py
Description
Like Manus, Computer Use Agent(CUA) and Omniparser, we are computer-using agents.AI-driven local automation assistant that uses natural language to make computers work by themselves
Readme MIT 143 MiB
Languages
Python 100%