Add Yutori Navigator as a CUA engine (#5513)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Lawrence Chen 2026-05-24 21:38:20 -07:00 committed by GitHub
parent 6b9d7b0eda
commit aa51d2eb6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 1003 additions and 31 deletions

View file

@ -61,6 +61,29 @@ ENABLE_GEMINI=false
# GEMINI_API_KEY: Your Gemini API key for accessing models like Gemini2.5Pro.
GEMINI_API_KEY=""
# ENABLE_NOVITA: Set to true to enable Novita AI as a language model provider.
ENABLE_NOVITA=false
# NOVITA_API_KEY: Your Novita AI API key.
NOVITA_API_KEY=""
# ENABLE_VOLCENGINE: Set to true to enable Volcengine(ByteDance Doubao) as a language model provider.
ENABLE_VOLCENGINE=false
# VOLCENGINE_API_KEY: Your Volcengine(ByteDance Doubao) API key.
VOLCENGINE_API_KEY=""
# VOLCENGINE_API_BASE: The base URL for Volcengine(ByteDance Doubao) API.
VOLCENGINE_API_BASE="https://ark.cn-beijing.volces.com/api/v3"
# ENABLE_YUTORI: Set to true to enable the Yutori Navigator computer-use model.
ENABLE_YUTORI=false
# YUTORI_API_KEY: Your Yutori API key.
YUTORI_API_KEY=""
# YUTORI_API_BASE: The base URL for the Yutori API.
YUTORI_API_BASE="https://api.yutori.com/v1"
# YUTORI_MODEL: The Yutori model to use.
YUTORI_MODEL="n1.5-latest"
# YUTORI_TOOL_SET: Tool set for Navigator. Options: "" (default core), "browser_tools_core-20260403", "browser_tools_expanded-20260403".
YUTORI_TOOL_SET=""
# LLM_KEY: The chosen language model to use. This should be one of the models
# provided by the enabled LLM providers (e.g., OPENAI_GPT5_5, OPENAI_GPT5_4,
# ANTHROPIC_CLAUDE4.7_OPUS, ANTHROPIC_CLAUDE4.6_SONNET, GEMINI_3_PRO,