@yzxoi/dsh-holos-research
Structured research management for the DeepSeek Harness (dsh): project state machine, entity lifecycles, adversarial review, audit trail — files as the single source of truth, no UI panel, no compute submission.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗@yzxoi/dsh-holos-research
Structured research management as a dsh (Cordis) plugin: project state machine, entity lifecycles, adversarial review, audit trail — files as the single source of truth, no UI panel, no compute submission.
This is the dsh port of the Synergy plugin holos-research (v1.1.1). It ships:
- 14 model-facing tools (
research_init,research_state,research_idea,research_plan,research_experiment,research_claim,research_exhibit,research_paper,research_submission,research_wiki,research_timeline,research_monitor,research_journal,research_checkpoint_brief) - 17 skills served through
ctx.skills(providerholos-package), consumable bydsh-tool-skill - 4 agent prompt assets (critic / methodologist / auditor / editor) plus an example agent preset with persona-ized
dsh-tool-subagentinstances - 10 utility scripts + 5 matplotlib themes materialized into
.research/scripts/byresearch_init(including the compose pre-writing gates:contribution_check.py,results_validation_check.py,latex_guard.py,numeric_consistency_check.py,compose_progress_check.py) - Node-only runtime (ESM,
node:fs); no Bun, no UI panel, nocompute_submit
Install
pnpm add @yzxoi/dsh-holos-research
Add the plugin to a cordis.yml:
- name: '@yzxoi/dsh-holos-research'
The research root is resolved per tool execution in this order:
rootfrom the plugin config (explicit override; used by tests and deployments)- the calling agent's session
cwd