wxxb789/dsh-raven-research0

dsh-raven-research

DSH 渐进式、基于源的科研写作与学习插件,支持本地及远程源验证与检查点记录。

AI 分析

核心用途是辅助深度研究与学术写作。适合需要智能体进行严谨的文献/资料溯源、生成有据可查的报告或学习笔记的用户。

套件
dsh-raven-research
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

Configuration

Raven owns the raven-research settings namespace. Registering it is what exposes it: a Harness that composes a settings provider serves the namespace to every configuration surface, with nothing to add to the Harness itself.

FieldDefaultEffect
sourceVerificationremotestructural-only withholds every remote check. No Source can then be confirmed, so a Checkpoint that records Sources is refused with the policy named. Set it only where the network is genuinely out of reach.
sourceCheckTimeoutMs0Deadline for one remote Source check, in milliseconds. 0 means no deadline. An exceeded deadline reports that one Source as unverifiable instead of holding the Checkpoint open.

No setting can lower a Task's evidence floor. Withholding checks makes evidence unverifiable, which refuses publication; it never turns unchecked Sources into confirmed ones.

The composition entry in cordis.yml is the base layer. A value stored in the user's settings.yaml overrides it and takes effect on the next Source check, with no restart; if the settings service goes away, the composition entry becomes authoritative again.

A browser card for this namespace is deferred: the client module system requires a dsh.client bundle in the loader's lazy-CJS factory format, and the preset that emits it is not published outside the Harness repository.