8b-is / deepsiper-enthea

목록에 있음

Sovereign, agent-driven LLM evaluation harness forked from deepseek-harness (dsh) — Cordis plugin architecture, EntheAI backends, and multi-model benchmarking

master모델 소스 보기

설치

pnpm dsh --profile headless "Analyze repository security posture and evaluate tool coverage"

이 명령은 GitHub 저장소 주소에서 생성됩니다. 실행 전에 업스트림 README와 소스를 검토하고 재현성이 필요하면 release 또는 commit을 고정하세요.

README

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

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

Deepsiper Enthea

Version License: MIT Org Upstream

Deepsiper Enthea — Sovereign LLM Evaluation Harness

English | 中文

Deepsiper Enthea (deepsiper-enthea) is a sovereign, agent-driven LLM evaluation harness forked from deepseek-ai/deepseek-harness (dsh 0.1.0-rc.7). It provides end-to-end multi-model orchestration, self-hosted and sovereign backend integration, Cordis-powered extensible plugin pipelines, and JSON-RPC automation for modern LLM evaluation workflows.


Fork Enhancements

  • Sovereign Backend: Native integration with EntheAI and self-hosted inference nodes with zero external data leakage.
  • Evaluation Plugins: Pluggable evaluation suites including tool-eval, eval-entheai, and custom benchmarking metrics.
  • OpenCode Bridge & JSON-RPC SDK: Drive evaluation runs and automated agent loops programmatically from OpenCode or custom orchestrators.
  • Multi-Model Orchestration: Unified provider interfaces for DeepSeek, Gemini, local models, and any OpenAI-compatible endpoint.
  • Granular Sandboxing & Telemetry: Native Landlock isolation, deterministic replay, and structured session persistence.

Architecture & Stack

Everything in Deepsiper Enthea is a composable Cordis plugin.

                  ┌─────────────────────────────────────┐
                  │    OpenCode / JSON-RPC / CLI / Web   │
                  └──────────────────┬──────────────────┘
                                     │
                  ┌──────────────────▼──────────────────┐
                  │      Cordis Kernel (Context & DI)   │
                  └────┬──────────────┬───────────────┬─┘
                       │              │               │
        ┌──────────────▼─────┐ ┌──────▼──────┐ ┌──────▼──────────────┐
        │  Sovereign Backends│ │ Eval Plugins│ │ Sandboxed Tool Seams│
        │  (EntheAI / Local) │ │ (tool-eval) │ │ (Landlock / Bash)   │
        └────────────────────┘ └─────────────┘ └─────────────────────┘
  • Runtime & Language: Node.js >=22.19.0 or >=24.0.0, TypeScript 6 (Strict ESM)
  • Bundler & Build: tsdown / rolldown + tsc project references
  • Testing & Quality: Vitest 4, Oxlint, JSCPD clone detection
  • Plugin Kernel: Vendored Cordis framework with spatiotemporal composability

Quick Start

Prerequisites

  • Node.js ^22.19.0 || >=24.0.0
  • pnpm >= 11.0.0

Installation & Build

# Clone repository
git clone https://github.com/8b-is/deepsiper-enthea.git
cd deepsiper-enthea

# Install dependencies and build harness
pnpm install
pnpm build

Run Tasks

# Run a headless task using the sovereign profile
pnpm dsh --profile headless "Analyze repository security posture and evaluate tool coverage"

# Start the interactive Web UI and dashboard
pnpm dsh web

Documentation


Community & Ecosystem


License

MIT © 8b-is & DeepSeek AI contributors. Third-party dependency notices are listed in THIRD_PARTY_NOTICES.md.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

플러그인 매니페스트감지됨
테스트감지됨
기여 가이드감지됨
문서감지됨
예제감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 18. AM 7:57

신중하게 설치하기

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