wxxb789/dsh-raven-research0

dsh-raven-research

Progressive, source-grounded research, writing, and learning for DeepSeek Harness

AI 分析

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

パッケージ
dsh-raven-research
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.