| 123456789101112131415161718192021222324252627282930 |
- # Replay-backed continuable child settlement patch over the shipped headless profile.
- - 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-replay
- name: '@deepseek-ai/dsh-llm-replay'
- # Hold the parent's second step until the manager notice enters its inbox.
- - id: settlement-fence
- name: './tests/fixtures/subagent-settlement-fence.ts'
|