time-context.patch.yml 615 B

123456789101112131415161718192021222324252627
  1. # Test-only patch over the shipped headless profile. The production bundle
  2. # layers own the agent services, tools, persistence plugin, and defaults.
  3. - id: headless-startup
  4. disabled: true
  5. - id: headless-runner
  6. disabled: true
  7. - id: agent-loop
  8. config:
  9. agents:
  10. - id: main
  11. provider: time-context-mock
  12. model: time-context-mock
  13. cwd: !!js process.cwd()
  14. - id: session-persistence-jsonl
  15. config:
  16. root: './.sessions'
  17. compression: none
  18. - insert:
  19. - id: time-context-mock-llm
  20. name: './mock-llm.ts'
  21. - id: time-context
  22. name: '@deepseek-ai/dsh-time-context'