cleanup(cli): remove dsh-cli-demo

This commit is contained in:
Tianyi Cui
2026-08-08 15:08:07 +08:00
parent bdd2f49df7
commit dc57f7d854
90 changed files with 539 additions and 2238 deletions
+7 -5
View File
@@ -12,12 +12,14 @@ Harness implements every capability an AI agent needs—including LLM calls, too
# Select the LLM backend
- name: '@deepseek-ai/dsh-llm-deepseek'
# Select the one-shot application
- id: cli-agent
name: '@deepseek-ai/dsh-cli-demo'
# Compose one configured agent
- id: agent-spine
name: '@deepseek-ai/dsh-agent-spine-demo'
config:
provider: deepseek-official
model: deepseek-v4-flash
agents:
- id: main
provider: deepseek-official
model: deepseek-v4-flash
workspaceContext: false
```