mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
30 lines
652 B
YAML
30 lines
652 B
YAML
# Missing-credential patch over the shipped headless profile. The replacement
|
|
# adapter registers the production route but cannot reach its endpoint.
|
|
- id: headless-startup
|
|
disabled: true
|
|
|
|
- id: headless-runner
|
|
disabled: true
|
|
|
|
- id: llm-deepseek
|
|
disabled: true
|
|
|
|
- id: agent-loop
|
|
config:
|
|
agents:
|
|
- id: main
|
|
provider: deepseek-official
|
|
model: deepseek-v4-flash
|
|
cwd: !!js process.cwd()
|
|
|
|
- id: session-persistence-jsonl
|
|
config:
|
|
root: './.sessions'
|
|
compression: none
|
|
|
|
- insert:
|
|
- id: llm-deepseek-keyless
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
config:
|
|
baseURL: 'http://127.0.0.1:9'
|