English | 简体中文
<b>TARS<sup>*</sup></b> 是一个多模态人工智能代理栈,目前包含两个项目:Agent TARS 和 UI-TARS-desktop:
<table> <thead> <tr> <th width="50%" align="center"><a href="#agent-tars">Agent TARS</a></th> <th width="50%" align="center"><a href="#ui-tars-desktop">UI-TARS-desktop</a></th> </tr> </thead> <tbody> <tr> <td align="center"> <video src="https://github.com/user-attachments/assets/c9489936-afdc-4d12-adda-d4b90d2a869d" width="50%"></video> </td> <td align="center"> <video src="https://github.com/user-attachments/assets/e0914ce9-ad33-494b-bdec-0c25c1b01a27" width="50%"></video> </td> </tr> <tr> <td align="left"> <b>Agent TARS</b> 是一个通用多模态AI代理栈,它将GUI代理和视觉能力带入您的终端、计算机、浏览器和产品中。 <br> <br> 它主要提供了一个<a href="https://agent-tars.com/guide/basic/cli.html" target="_blank">命令行界面(CLI)</a>和<a href="https://agent-tars.com/guide/basic/web-ui.html" target="_blank">Web用户界面(UI)</a>供使用。它旨在通过尖端的多模态大语言模型和与各种现实世界工具的无缝集成,提供更接近人类任务完成的工作流程。 </td> <td align="left"> <b>UI-TARS Desktop</b> 是一个桌面应用程序,基于<a href="https://github.com/bytedance/UI-TARS" target="_blank">UI-TARS</a>模型提供原生GUI代理。 <br> <br> 它主要提供了<a href="https://github.com/bytedance/UI-TARS-desktop/blob/main/docs/quick-start.md#get-model-and-run-local-operator" target="_blank">本地</a>和<a href="https://github.com/bytedance/UI-TARS-desktop/blob/main/docs/quick-start.md#run-remote-operator" target="_blank">远程</a>计算机以及浏览器操作。 </td> </tr> </tbody> </table><b>Agent TARS</b> 是一个多模态AI代理栈,它将GUI代理和视觉能力带入您的终端、计算机、浏览器和产品中。<br><br> 它主要提供了一个<a href="https://agent-tars.com/guide/basic/cli.html" target="_blank">命令行界面(CLI)</a>和<a href="https://agent-tars.com/guide/basic/web-ui.html" target="_blank">Web用户界面(UI)</a>供使用。它旨在通过尖端的多模态大语言模型和与各种现实世界工具的无缝集成,提供更接近人类任务完成的工作流程。
请帮我预订9月1日从圣何塞到纽约最早的航班,以及9月6日返回的最后一班航班,在Priceline上。
https://github.com/user-attachments/assets/772b0eef-aef7-4ab9-8cb0-9611820539d8
<br> <table> <thead> <tr> <th width="50%" align="center">预订酒店</th> <th width="50%" align="center">生成图表并附加MCP服务器</th> </tr> </thead> <tbody> <tr> <td align="center"> <video src="https://github.com/user-attachments/assets/c9489936-afdc-4d12-adda-d4b90d2a869d" width="50%"></video> </td> <td align="center"> <video src="https://github.com/user-attachments/assets/a9fd72d0-01bb-4233-aa27-ca95194bbce9" width="50%"></video> </td> </tr> <tr> <td align="left"> <b>指令:</b> <i>我将在9月1日至9月6日在洛杉矶,预算为5000美元。请帮我预订最靠近机场的Ritz-Carlton酒店,并在booking.com上编译一份交通指南。</i> </td> <td align="left"> <b>指令:</b> <i>画一个月内杭州的天气图。</i> </td> </tr> </tbody> </table>更多用例,请参阅#842。
# 使用`npx`启动。
npx @agent-tars/cli@latest
# 全局安装,需要Node.js >= 22
npm install @agent-tars/cli@latest -g
# 使用您首选的模型提供商运行
agent-tars --provider volcengine --model doubao-1-5-thinking-vision-pro-250428 --apiKey 您的api密钥
agent-tars --provider anthropic --model claude-3-7-sonnet-latest --apiKey 您的api密钥
访问详细的快速开始指南获取详细设置说明。
<table> <thead> <tr> <th width="20%" align="center">类别</th> <th width="30%" align="center">资源链接</th> <th width="50%" align="left">描述</th> </tr> </thead> <tbody> <tr> <td align="center">🏠 <strong>中心枢纽</strong></td> <td align="center"> <a href="https://agent-tars.com"> <img src="https://img.shields.io/badge/访问-网站-4F46E5?style=for-the-badge&logo=globe&logoColor=white" alt="网站" /> </a> </td> <td align="left">通往Agent TARS生态系统的门户</td> </tr> <tr> <td align="center">📚 <strong>快速开始</strong></td> <td align="center"> <a href="https://agent-tars.com/guide/get-started/quick-start.html"> <img src="https://img.shields.io/badge/开始-快速开始-06B6D4?style=for-the-badge&logo=rocket&logoColor=white" alt="快速开始" /> </a> </td> <td align="left">五分钟从零到英雄</td> </tr> <tr> <td align="center">🚀 <strong>最新动态</strong></td> <td align="center"> <a href="https://agent-tars.com/beta"> <img src="https://img.shields.io/badge/阅读-博客-F59E0B?style=for-the-badge&logo=rss&logoColor=white" alt="博客" /> </a> </td> <td align="left">发现前沿功能及愿景</td> </tr> <tr> <td align="center">🛠️ <strong>开发者专区</strong></td> <td align="center"> <a href="https://agent-tars.com/guide/get-started/introduction.html"> <img src="https://img.shields.io/badge/查看-文档-10B981?style=for-the-badge&logo=gitbook&logoColor=white" alt="文档" /> </a> </td> <td align="left">掌握每个命令及功能</td> </tr> <tr> <td align="center">🎯 <strong>展示</strong></td> <td align="center"> <a href="https://github.com/bytedance/UI-TARS-desktop/issues/842"> <img src="https://img.shields.io/badge/查看-示例-8B5CF6?style=for-the-badge&logo=github&logoColor=white" alt="示例" /> </a> </td> <td align="left">查看官方和社区构建的用例</td> </tr> <tr> <td align="center">🔧 <strong>参考</strong></td> <td align="center"> <a href="https://agent-tars.com/api/"> <img src="https://img.shields.io/badge/API-参考-EF4444?style=for-the-badge&logo=book&logoColor=white" alt="API" /> </a> </td> <td align="left">完整的技术参考</td> </tr> </tbody> </table> <br/> <br/> <br/>🌟 探索Agent TARS宇宙 🌟
UI-TARS Desktop是针对您本地计算机的原生GUI代理,由UI-TARS和Seed-1.5-VL/1.6系列模型驱动。
<div align="center"> <p>    📑 <a href="https://arxiv.org/abs/2501.12326">论文</a>    | 🤗 <a href="https://huggingface.co/ByteDance-Seed/UI-TARS-1.5-7B">Hugging Face模型</a>   |   🫨 <a href="https://discord.gg/pTXwYVjfcs">Discord</a>   |   🤖 <a href="https://www.modelscope.cn/collections/UI-TARS-bccb56fa1ef640">ModelScope</a>   <br> 🖥️