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. 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.