Files
deepseek-harness/examples/headless-agent/tests/fixtures/time-context.cordis.yml
T

20 lines
535 B
YAML
Raw Normal View History

2026-07-14 21:45:54 +08:00
# Test-only composition: keep time-context opt-in while exercising its real Loader/app path.
2026-07-20 20:16:41 +08:00
- id: time-context-mock-llm
name: './time-context-mock-llm.ts'
2026-07-14 21:45:54 +08:00
- id: bash
name: '@deepseek-ai/dsh-bash-local'
- id: time-context
name: '@deepseek-ai/dsh-time-context'
2026-07-20 19:26:04 +08:00
- id: cli-agent
name: '@deepseek-ai/dsh-cli-demo'
2026-07-14 21:45:54 +08:00
config:
2026-07-20 20:16:41 +08:00
provider: time-context-mock
model: time-context-mock
2026-07-14 21:45:54 +08:00
persona: 'Test the time-context plugin.'
persistenceRoot: './.sessions'
persistenceCompression: 'none'
2026-07-15 13:44:26 +08:00
workspaceContext: false