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日 07:57

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。