agentscope-ai / agentscope-ai/agentscope-java
[Feature]: 2.0 model roadmap
- Linguagem predominante
- Java
- Estrelas
- 5.6k
- Forks
- 1.3k
- Merge médio
- 4d 12h
- PRs com merge (30d)
- 77
Descrição
| 方向 | 建议 | 优先级 | 说明 |
|---|---|---|---|
| 国内模型适配 | 优先补齐 DeepSeek、GLM、Kimi、MiniMax 的 OpenAI-compatible provider/profile | P0 | 当前这些厂商能力尚未明显脱离 OpenAI 兼容协议,短期不建议拆完整独立模块 |
| OpenAI | 保留自研 API 适配,同时新增 SDK 路线 | P1 | 自研路线继续承载 OpenAI-compatible 生态,SDK 路线承载官方能力演进 |
| DashScope | 保留自研 API 适配,同时整理 SDK 路线 | P1 | 自研路线便于处理 Qwen thinking、多模态和协议细节,SDK 路线补齐 embedding、scoring、image、audio 等模型能力 |
| Anthropic | 保持 SDK 路线 | P1 | Chat/Streaming/Tool/图像输入已覆盖,重点补 PDF、prompt cache、thinking 配置、web search 等能力 |
| Gemini | 保持 SDK 路线 | P1 | Chat/Streaming/Tool/多模态输入已覆盖,重点补 embedding、batch、image/video 生成、模型目录等能力 |
| Ollama | 保持自研 API 路线 | P1 | Chat/Streaming/Tool/图像输入已覆盖,重点补 starter、EmbeddingModel、原生 format、模型管理和 ImageModel |
| 统一模型抽象 | 补齐 Embedding、Image、Audio、Scoring、Moderation 等一等模型类型 | P1/P2 | 当前部分能力存在于 RAG simple 或工具层,不利于用户发现和统一配置 |
## Issue 列表:
> 如有其他急需/重要功能,也欢迎在评论区留言
### 国产模型适配:
- DeepSeek 适配:https://github.com/agentscope-ai/agentscope-java/issues/2211
- GLM 适配:https://github.com/agentscope-ai/agentscope-java/issues/2212
- Kimi 适配:https://github.com/agentscope-ai/agentscope-java/issues/2213
- MIniMax 适配:https://github.com/agentscope-ai/agentscope-java/issues/2214
### Anthropic:
- 推理增强:https://github.com/agentscope-ai/agentscope-java/issues/2219
- Prompt缓存对接:https://github.com/agentscope-ai/agentscope-java/issues/2223
- PDF/document reading、citations 支持:https://github.com/agentscope-ai/agentscope-java/issues/2224
- 支持 Claude 内置工具:https://github.com/agentscope-ai/agentscope-java/issues/2236
- 配置缺失:https://github.com/agentscope-ai/agentscope-java/issues/2235
- ToolChoice 映射 bug:https://github.com/agentscope-ai/agentscope-java/issues/2221
### Gemini:
- 推理增强:https://github.com/agentscope-ai/agentscope-java/issues/2240
- 缓存:https://github.com/agentscope-ai/agentscope-java/issues/2239
- 配置缺失:https://github.com/agentscope-ai/agentscope-java/issues/2238
- 内置工具支持:https://github.com/agentscope-ai/agentscope-java/issues/2241
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.