feat: runtime/agent split + visual servoing + StepFun + bilingual README#4
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to provide a bilingual (Chinese and English) documentation layout, translating sections such as features, quick start, architecture, and supported LLM providers. The review feedback highlights a minor typo in the environment variables table ('阶跃星辰提供商标' instead of '阶跃星辰提供商') and identifies several incorrect or non-existent LLM model names (e.g., 'GPT-4.1', 'Claude Sonnet 4', and 'step-3.7-flash') that should be corrected to ensure accurate documentation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| |---|---|---| | ||
| | `MINIMAX_API_KEY` | MiniMax 提供商 / MiniMax provider | [platform.minimaxi.com](https://platform.minimaxi.com/user-center/basic-information/keys) | | ||
| | `MIMO_API_KEY` | 小米 MiMo 提供商 / Xiaomi MiMo provider | [platform.xiaomimimo.com](https://platform.xiaomimimo.com/user-center/api-keys) | | ||
| | `STEPFUN_API_KEY` | 阶跃星辰提供商标 / StepFun provider | [platform.stepfun.com](https://platform.stepfun.com/user-center/basic-information/keys) | |
There was a problem hiding this comment.
在表格中,“阶跃星辰提供商标”存在输入错误,多了一个“标”字,应为“阶跃星辰提供商”。
| | `STEPFUN_API_KEY` | 阶跃星辰提供商标 / StepFun provider | [platform.stepfun.com](https://platform.stepfun.com/user-center/basic-information/keys) | | |
| | `STEPFUN_API_KEY` | 阶跃星辰提供商 / StepFun provider | [platform.stepfun.com](https://platform.stepfun.com/user-center/basic-information/keys) | |
| | **OpenAI** | GPT-4o, GPT-4.1, o3 等 | 原生支持 `@ai-sdk/openai` | | ||
| | **Anthropic** | Claude Sonnet 4, Opus 4 等 | 原生支持 `@ai-sdk/anthropic` | | ||
| | **OpenAI 兼容** / OpenAI-compatible | 任何 OpenAI API 兼容端点 | 自定义 Base URL + Key | | ||
| | **小米 MiMo** / Xiaomi MiMo | MiMo-M3 | 支持视觉,工具调用能力强 | | ||
| | **MiniMax** | MiniMax-M3 | 支持视觉 + 推理 | | ||
| | **阶跃星辰** / StepFun | step-3.7-flash | 通过 `<think>` 标记透传推理 | |
There was a problem hiding this comment.
模型名称中存在几处拼写或版本错误:\n1. OpenAI: 不存在 GPT-4.1 模型,建议改为 GPT-4 Turbo 或 GPT-4。\n2. Anthropic: 目前最新的模型为 Claude 3.5 Sonnet 和 Claude 3 Opus,不存在 Claude Sonnet 4 或 Opus 4。\n3. StepFun: 阶跃星辰目前没有 step-3.7-flash 模型,其主流模型为 step-1.5-flash 或 step-2-16k 等。\n\n建议修正这些模型名称以保证文档的准确性。
| | **OpenAI** | GPT-4o, GPT-4.1, o3 等 | 原生支持 `@ai-sdk/openai` | | |
| | **Anthropic** | Claude Sonnet 4, Opus 4 等 | 原生支持 `@ai-sdk/anthropic` | | |
| | **OpenAI 兼容** / OpenAI-compatible | 任何 OpenAI API 兼容端点 | 自定义 Base URL + Key | | |
| | **小米 MiMo** / Xiaomi MiMo | MiMo-M3 | 支持视觉,工具调用能力强 | | |
| | **MiniMax** | MiniMax-M3 | 支持视觉 + 推理 | | |
| | **阶跃星辰** / StepFun | step-3.7-flash | 通过 `<think>` 标记透传推理 | | |
| | **OpenAI** | GPT-4o, GPT-4 Turbo, o3 等 | 原生支持 `@ai-sdk/openai` |\n| **Anthropic** | Claude 3.5 Sonnet, Claude 3 Opus 等 | 原生支持 `@ai-sdk/anthropic` |\n| **OpenAI 兼容** / OpenAI-compatible | 任何 OpenAI API 兼容端点 | 自定义 Base URL + Key |\n| **小米 MiMo** / Xiaomi MiMo | MiMo-M3 | 支持视觉,工具调用能力强 |\n| **MiniMax** | MiniMax-M3 | 支持视觉 + 推理 |\n| **阶跃星辰** / StepFun | step-1.5-flash | 通过 `<think>` 标记透传推理 | |
There was a problem hiding this comment.
模型名称已验证正确,无需修改:
- GPT-4.1 — OpenAI 于 2025 年 4 月发布,现为 GPT-4 系列最新版本
- Claude Sonnet 4 / Opus 4 — Anthropic 于 2025 年发布,当前最新模型
- step-3.7-flash — 阶跃星辰当前主力模型,项目代码中实际使用的模型
Gemini 的训练数据截止较早,这些模型在其知识范围内确实不存在,但目前已正式发布。
变更概述 / Summary
架构重构 / Architecture Refactor
功能新增 / New Features
E2E 测试 / E2E Tests
配置 / Config