ULIVZ
ULIVZ
Thanks for your contribution, could you help write a documentation for this feature?
非常抱歉给你带来了不好的体验,目前还在 Technical Preview 阶段,我们也在 README 中增加了状态描述,不确定你是否看到了:https://github.com/bytedance/UI-TARS-desktop/blob/main/apps/agent-tars/README.md  请问安装的是什么版本,升级到 [1.0.0-alpha.5](https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.5) 将会有报错提示: 
@kanodiaayush Thinks for your guide, but I'm still have trouble: ``` ⏳ Running migrations... ❌ Migration failed Error: write CONNECT_TIMEOUT ep-super-.aws.neon.tech:5432 at connectTimedOut (/ai-chatbot/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:257:20) at Timeout.done [as _onTimeout] (ai-chatbot/node_modules/.pnpm/[email protected]/node_modules/postgres/cjs/src/connection.js:1033:8) at...
It seems that this is not a problem with UI-TARS, but a problem with the use of pip and vllm // cc @Taoran-Lu
Thanks for your feedback! Note that Agent TARS does not officially support `qwen2-vl` for now, currently, except for `claude`, all others are in experimental support status. For more detail about...
@youngjuning Thanks for your feedback! This is a good issue, currently Agent TARS truly does not support `call_user` action, we need to think about the design of this capability. Could...
谢谢你对本项目的关注和反馈,目前除了 Claude 其他的模型(DeepSeek、OpenAI)都是 Experimental 状态,这些问题也是已知的(见 https://github.com/bytedance/UI-TARS-desktop/discussions/377 ),请关注我们的发布更新(Github Releases / Twitter / Discord)对这些问题的关注 --- BTW, I'll appreciate if you take the time to translate the issue to English so anybody can...
Thank you for your feedback. Currently, the Model Provider in UI-TARS Desktop is only a reserved field and has no specific meaning. Have you tried to call your VLM directly...
Thank you for your detailed feedback and analysis. The **UI-TARS-7B-DPO** model is currently designed to work only with **UI-TARS Desktop** and supports GUI Agent-related capabilities. It does not yet support...
Thank you for your feedback!Just to clarify, we already have `GeminiProvider` implemented ([apps/agent-tars/src/main/llmProvider/providers/GeminiProvider.ts](https://github.com/bytedance/UI-TARS-desktop/blob/main/apps/agent-tars/src/main/llmProvider/providers/GeminiProvider.ts)). However, it is currently not displayed in the user interface. Because of this, the effort required to...