Bryan-cmf / dsh-cross-search

목록에 있음

DSH-Plugin: multi-engine cross-validated search - parallel Brave/Tavily/DDG/Wikipedia, URL dedupe, confidence tiers.

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Bryan-cmf/dsh-cross-search

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 15023be동기화 2026. 8. 18.

🔍 Cross Search — DSH-Plugin

多引擎交叉驗證搜索:Brave / Tavily / DuckDuckGo / Wikipedia(可選 Bing / Mojeek)並行查詢,URL 去重,按獨立引擎同意數分置信度——單引擎結果誠實標為 LOW。

npm License: MIT DSH

Confidence tiers

TierConditionMeaning
🟢 HIGH≥ 50% of running engines agreeindependently verified
🟡 MEDIUM≥ 2 engines agreepartially verified
🔴 LOWsingle enginehonest unverified

Tool

cross_search { query, engines?, limit? } — parallel fetch, URL dedupe (tracking params stripped), tiered ranking, engine provenance per result.

API keys (env)

EngineEnv varKeyless fallback
BraveBRAVE_API_KEY
TavilyTAVILY_API_KEY
BingBING_API_KEY
MojeekMOJEEK_API_KEY
DuckDuckGo✅ (HTML endpoint)
Wikipedia✅ (REST API, wikiLang config)

Missing keys skip that engine; the report always states which engines ran.

Install

"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-cross-search"] } }

Configuration

KeyDefaultMeaning
enginesbrave, tavily, duckduckgo, wikipedia, bing, mojeekAttempt order
timeoutMs8000Per-engine timeout
perEngine8Results per engine
wikiLangzhWikipedia language

Development

pnpm install --store-dir .pnpm-store
pnpm build

License

MIT

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 15. 오전 5:09

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.