agentscope-ai / agentscope-ai/QwenPaw
[Feature]: 按频道独立配置模型
- Lingua principale
- TypeScript
- Stelle
- 35k
- Fork
- 3.1k
- Merge medio
- 1g 13h
- PR unite (30g)
- 228
Descrizione
当前 QwenPaw 的模型配置是全局或智能体级别的,修改默认模型会对所有渠道生效。用户希望不同渠道(频道)可以独立配置不同的模型,这样更改某个渠道的模型时不会影响其他渠道。
**示例场景:**
- 钉钉渠道使用 `gpt-4o`(快速响应)
- 微信渠道使用 `qwen-max`(中文优化)
- 控制台渠道使用本地 `llama.cpp` 模型(测试用)
## 当前行为 / Current Behavior
- 模型配置存储在 `agent.json` 的 `active_model` 字段(智能体级别)
- 或通过控制台「设置 → 模型 → 默认 LLM」配置,影响所有渠道
- 无法针对特定渠道单独指定模型
## 期望行为 / Expected Behavior
支持在渠道配置中指定模型
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- backend
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Attiva
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 48/100