Replies: 2 comments
|
目前能用的做法:
没有官方的“优先做子 agent 的模型列表”,可以把这个当成功能请求。 |
0 replies
|
可以用 Pi 社区的子代理插件把子 Agent 模型固定下来,并且这条显式路由已经做过真实跨 Provider E2E。它不改变 DSH 原生 subagent 的继承规则: dsh plugin --profile <你的-profile> add pi2dsh
dsh plugin --profile <你的-profile> add @tintinweb/pi-subagents单次派发时直接给 Agent 指定完整模型,例如 验收中父会话保持在 示例与证据: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
每次切换主模型的时候,子agent模型会跟随主模型一起变更(同主模型),怎么才能固定子agent模型?
【settings.yaml】
agent-default-model:
provider: lm-studio
model: qwen3.5:9b
^^^^
能否在该处或者某个适合的位置标记指定哪些模型优先做为子agent模型?

All reactions