2026-07-16 16:12:27 +08:00
|
|
|
- id: cli-mock-llm
|
|
|
|
|
name: './cli-mock-llm.ts'
|
|
|
|
|
|
|
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ../../cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: llm-deepseek
|
|
|
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
|
|
|
disabled: true
|
|
|
|
|
- id: cli-agent
|
|
|
|
|
name: '@deepseek-ai/dsh-cli-demo'
|
|
|
|
|
config:
|
2026-07-19 13:11:50 +08:00
|
|
|
provider: cli-mock
|
2026-07-16 16:12:27 +08:00
|
|
|
model: cli-mock
|
|
|
|
|
persistenceRoot: './.sessions'
|
2026-07-19 13:11:50 +08:00
|
|
|
workspaceContext: false
|
2026-07-16 16:12:27 +08:00
|
|
|
persona: 'Keyless headless-agent smoke.'
|