refactor(examples): rename DSBench composition to jsonrpc-agent

This commit is contained in:
Tianyi Cui
2026-07-19 22:19:42 +08:00
parent 43d036ca41
commit a1c85447b8
9 changed files with 23 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ from deepseek_harness import DeepSeekHarness
with DeepSeekHarness(
provider="deepseek",
model="deepseek-v4-flash",
cordis="examples/dsbench-coding-agent/cordis.yml",
cordis="examples/jsonrpc-agent/cordis.yml",
) as harness:
result = harness.run("Make the requested code change.")
```