cordis.snapshot.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Keyless Python PTC composition through the real headless Loader.
  2. - id: llm-deepseek
  3. name: '@deepseek-ai/dsh-llm-deepseek'
  4. disabled: true
  5. - id: plugin-package-inventory-deepseek
  6. disabled: true
  7. - id: agent-default-model
  8. name: '@deepseek-ai/dsh-agent-default-model'
  9. config:
  10. provider: deepseek-official
  11. model: deepseek-v4-flash
  12. - id: session-persistence-jsonl
  13. name: '@deepseek-ai/dsh-session-persistence-jsonl'
  14. config:
  15. root: !!js dshHomePath('sessions')
  16. compression: none
  17. - id: agent-instructions
  18. name: '@deepseek-ai/dsh-agent-instructions'
  19. config:
  20. maxBytes: 65536
  21. - id: tools
  22. name: '@deepseek-ai/dsh-tools'
  23. config:
  24. mode: ptc
  25. - id: ptc-runtime
  26. disabled: true
  27. - id: workflow-ptc
  28. disabled: true
  29. - id: tool-workflow
  30. disabled: true
  31. - insert:
  32. - id: ptc-runtime-python
  33. name: '@deepseek-ai/dsh-experimental-ptc-runtime-python'
  34. - id: system-prompt
  35. name: '@deepseek-ai/dsh-system-prompt'
  36. config:
  37. personaPrefix: |
  38. You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}.
  39. Verify your work by running the code or tests. Keep answers brief and factual.
  40. - insert:
  41. - id: llm-replay
  42. name: '@deepseek-ai/dsh-llm-replay'
  43. config:
  44. providers:
  45. - id: deepseek-official
  46. name: DeepSeek
  47. models:
  48. - id: deepseek-v4-flash
  49. - id: deepseek-v4-pro