mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-12 04:01:20 +00:00
28 lines
615 B
YAML
28 lines
615 B
YAML
# Test-only patch over the shipped headless profile. The production bundle
|
|
# layers own the agent services, tools, persistence plugin, and defaults.
|
|
- id: headless-startup
|
|
disabled: true
|
|
|
|
- id: headless-runner
|
|
disabled: true
|
|
|
|
- id: agent-loop
|
|
config:
|
|
agents:
|
|
- id: main
|
|
provider: time-context-mock
|
|
model: time-context-mock
|
|
cwd: !!js process.cwd()
|
|
|
|
- id: session-persistence-jsonl
|
|
config:
|
|
root: './.sessions'
|
|
compression: none
|
|
|
|
- insert:
|
|
- id: time-context-mock-llm
|
|
name: './mock-llm.ts'
|
|
|
|
- id: time-context
|
|
name: '@deepseek-ai/dsh-time-context'
|