feat(subagent): carry model routing through DSH SDK

This commit is contained in:
pku-xht
2026-08-24 21:38:28 +08:00
parent b44a139ab7
commit 1044db218d
54 changed files with 638 additions and 137 deletions
+1
View File
@@ -90,6 +90,7 @@ dsh_home = Path("/absolute/path/to/example-dsh-home").resolve()
with DeepSeekHarness(
provider="deepseek-official",
model="deepseek-v4-flash",
reasoning_effort="max",
max_tokens=49_152,
cwd=str(workspace),
dsh_home=str(dsh_home),