Scripts2026年9月11日·1 分钟阅读

DeepSeek Harness — Plugin-Based Coding Agent Runtime

DeepSeek Harness (DSH) is an open-source, plugin-based coding agent runtime from DeepSeek AI. It adopts a modular architecture where everything is a plugin, enabling extensible agent workflows.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
DeepSeek Harness Overview
直接安装命令
npx -y tokrepo@latest install 605a7170-adc1-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

DeepSeek Harness (DSH) is an open-source coding agent runtime built by DeepSeek AI. Its core philosophy is that everything is a plugin, enabling a highly modular and extensible agent architecture. DSH provides a TypeScript-based runtime for orchestrating AI coding agents with a plugin ecosystem.

What DeepSeek Harness Does

  • Provides a plugin-based runtime where every component is modular and replaceable
  • Orchestrates AI coding agents with an extensible architecture
  • Supports community-contributed plugins via the Cordis plugin system
  • Enables custom agent workflows through composable plugin chains
  • Offers a TypeScript-native development experience for agent builders

Architecture Overview

DSH is built on the Cordis plugin framework, which treats every capability as a plugin. The runtime loads plugins dynamically, each registering hooks and services that compose into a full agent workflow. This design lets developers add, replace, or extend any part of the system without modifying core code.

Self-Hosting & Configuration

  • Install via npm or clone the repository from GitHub
  • Configure plugins through a declarative configuration file
  • Extend functionality by authoring custom Cordis plugins
  • Supports environment variable configuration for API keys and endpoints
  • Deploy as a local CLI tool or integrate into CI/CD pipelines

Key Features

  • Everything-is-a-plugin architecture for maximum extensibility
  • Built on the Cordis plugin system for lifecycle-managed components
  • TypeScript-native runtime with full type safety
  • Active plugin ecosystem with community contributions
  • Open-source under permissive license by DeepSeek AI

Comparison with Similar Tools

  • Claude Code — proprietary CLI with built-in capabilities; DSH is open-source and plugin-driven
  • OpenAI Codex CLI — focuses on OpenAI models; DSH is model-agnostic via plugins
  • Aider — git-aware pair programming; DSH is a runtime for composable agent plugins
  • Cline — VS Code extension; DSH is a standalone CLI runtime

FAQ

Q: What models does DSH support? A: DSH supports DeepSeek models natively and can integrate other providers through plugins.

Q: Is DSH free to use? A: Yes, DSH is fully open-source.

Q: Can I write my own plugins? A: Yes, DSH uses the Cordis plugin API which provides hooks and service registration for custom extensions.

Q: How does DSH compare to using DeepSeek models directly? A: DSH adds an agent runtime layer with plugin orchestration, file operations, and workflow management on top of raw model access.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产