mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
# Code Mode image overlay: mounts the worker runtime and durable attachment
|
|
# store so a nested read_image result can cross the generic rich-result bridge.
|
|
# The live config selects the shipped vision route for manual use.
|
|
- id: agent-default-model
|
|
name: '@deepseek-ai/dsh-agent-default-model'
|
|
config:
|
|
provider: deepseek-official
|
|
model: deepseek-v4-flash-vision-exp
|
|
|
|
- id: session-persistence-jsonl
|
|
name: '@deepseek-ai/dsh-session-persistence-jsonl'
|
|
config:
|
|
root: !!js dshHomePath('sessions')
|
|
compression: !!js 'process.env.DSH_SNAPSHOT === undefined ? ''zstd'' : ''none'''
|
|
|
|
- id: agent-instructions
|
|
name: '@deepseek-ai/dsh-agent-instructions'
|
|
config:
|
|
maxBytes: 65536
|
|
|
|
- id: tools
|
|
name: '@deepseek-ai/dsh-tools'
|
|
config:
|
|
mode: code
|
|
|
|
- id: system-prompt
|
|
name: '@deepseek-ai/dsh-system-prompt'
|
|
config:
|
|
persona: |
|
|
You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}.
|
|
|
|
Verify your work by running the code or tests. Keep answers brief and factual.
|
|
|
|
- id: attachment-local
|
|
name: '@deepseek-ai/dsh-attachment-local'
|