agentscope-ai / agentscope-ai/QwenPaw

[Feature]: 按频道独立配置模型

Abierto
#7,085 5 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
TypeScript
Estrellas
35k
Forks
3.1k
Merge medio
1 d 13 h
PR fusionados (30 d)
228

Descripción

当前 QwenPaw 的模型配置是全局或智能体级别的,修改默认模型会对所有渠道生效。用户希望不同渠道(频道)可以独立配置不同的模型,这样更改某个渠道的模型时不会影响其他渠道。

**示例场景:**
- 钉钉渠道使用 `gpt-4o`(快速响应)
- 微信渠道使用 `qwen-max`(中文优化)
- 控制台渠道使用本地 `llama.cpp` 模型(测试用)

## 当前行为 / Current Behavior

- 模型配置存储在 `agent.json` 的 `active_model` 字段(智能体级别)
- 或通过控制台「设置 → 模型 → 默认 LLM」配置,影响所有渠道
- 无法针对特定渠道单独指定模型

## 期望行为 / Expected Behavior

支持在渠道配置中指定模型

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start with the channel configuration path and the agent.json active_model field, then trace how the console's Settings → Model → Default LLM value reaches each channel. Determine how a per-channel model override should coexist with the agent-level or default value. Done means each channel can select a model without changing other channels, while existing default behavior remains intact.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
backend
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Activo
Claridad
Bastante claro
Aptitud para principiantes
48/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.