EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. DeepSeek Harness
    DeepSeek Harness icon

    DeepSeek Harness

    Agent Harness

    An open-source, plugin-based agent harness by DeepSeek AI where every capability—models, tools, skills, sessions, sandboxes, and UI—is a swappable plugin.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under MIT license. Free to use, modify, and distribute.

    Engagement

    Available On

    Web
    CLI
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAgent FrameworksAI Development Libraries

    Alternatives

    OpenHarnessFlueClaude Agent SDK
    Developer
    DeepSeek AIHangzhou, ChinaEst. 2023$7.4B raised

    Listed Aug 2026

    About DeepSeek Harness

    DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI and released under the MIT license. It is currently in developer preview, iterating rapidly with compatibility-breaking changes expected. The project is built on the Cordis plugin kernel and is written primarily in TypeScript, launchable via npx @deepseek-ai/dsh web or by cloning the repository directly.

    What It Is

    DeepSeek Harness is a framework for building and running AI agents in real-world environments. Rather than baking capabilities into a monolithic core, it treats every agent capability—models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI—as an independently mountable and swappable plugin. The design philosophy is captured in the tagline "Everything is a plugin," and the underlying architecture is described in the Cordis paper A Programming Paradigm for Spatiotemporal Composability.

    Plugin-First Architecture

    The Cordis kernel manages plugin mounting, unmounting, and dependency resolution. Cordis services and events coordinate plugins at runtime, so developers can select, swap, or extend any capability through configuration without modifying the DeepSeek Harness source code. Community plugins can be published to GitHub with the dsh-plugin topic for discoverability. Four built-in runtime modes ship out of the box:

    • Standard mode — full toolset including file editing, shell, file and web search, skills, planning, goals, subagents, and workflows.
    • Code mode — all Standard capabilities, with tools exposed through the Code Mode SDK so the model can combine multi-step operations in a single TypeScript program.
    • Minimal mode — a two-tool coding agent with persistent bash and str_replace_editor, designed for benchmarking models in a stripped-down environment.
    • Creator mode — Standard capabilities plus runtime inspection, in-memory plugin experiments, and preset-authoring guidance for building custom agent presets.

    Full Traceability via Session Logs

    Every run is recorded in an append-only session log that captures system prompts, reasoning traces, tool calls and results, subagent scheduling, and every context injection. The Trajectory view lets developers inspect these records by source. Resume, fork, search, and replay all operate on the same event stream, making it possible to reconstruct a complete run from a single log file.

    Setup Path

    DeepSeek Harness requires Node.js. The quickest path is:

    npx @deepseek-ai/dsh web
    

    This starts the Web UI at http://127.0.0.1:3080 by default. Alternatively, developers can clone the repository, install dependencies with pnpm, build, and run pnpm dsh web for a full source checkout. Developer documentation is hosted at the official docs site, and community plugins are indexed via the dsh-plugin GitHub topic.

    Current Status: Developer Preview

    The project was created in August 2026 and is explicitly described as a developer preview with rapid iteration and expected breaking changes. The GitHub repository accumulated over 71,000 stars and 6,000 forks shortly after launch, according to the repository metadata. DeepSeek states it looks forward to "exploring the limits of intelligence with developers worldwide using open-source infrastructure that is reusable and composable." Community support is available through GitHub Discussions and a dedicated Discord server.

    DeepSeek Harness - 1

    Community Discussions

    Be the first to start a conversation about DeepSeek Harness

    Share your experience with DeepSeek Harness, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under MIT license. Free to use, modify, and distribute.

    • Full plugin-based agent harness
    • Standard, Code, Minimal, and Creator runtime modes
    • Append-only session logs and Trajectory view
    • Community plugin ecosystem
    • Web UI via npx or source install

    Capabilities

    Key Features

    • Everything is a plugin (models, tools, skills, sessions, sandboxes, storage, loops, scheduling, UI)
    • Cordis kernel for plugin mounting, unmounting, and dependency management
    • Standard mode with full toolset including file editing, shell, web search, subagents, and workflows
    • Code mode with TypeScript-based multi-step tool orchestration via Code Mode SDK
    • Minimal mode for benchmarking with persistent bash and str_replace_editor
    • Creator mode for building custom agent presets with runtime inspection
    • Append-only session logs capturing all model inputs, tool calls, and context injections
    • Trajectory view for inspecting, resuming, forking, searching, and replaying runs
    • Community plugin ecosystem via dsh-plugin GitHub topic
    • Web UI served locally via npx or source install
    • MIT-licensed open-source source code included

    Integrations

    Cordis plugin kernel
    Node.js / npm / pnpm
    GitHub (community plugins via dsh-plugin topic)
    DeepSeek AI models
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate DeepSeek Harness and help others make informed decisions.

    Developer

    DeepSeek AI

    DeepSeek AI develops advanced large language models and AI systems. The company maintains open-source projects and tools to help developers integrate DeepSeek models into their applications. DeepSeek focuses on building powerful AI capabilities accessible to the developer community.

    Founded 2023
    Hangzhou, China
    $7.4B raised
    200 employees

    Used by

    Enterprise users via API
    Global developer community
    Read more about DeepSeek AI
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    OpenHarness icon

    OpenHarness

    A composable, open-source TypeScript SDK for building powerful AI agent harnesses with stateless primitives, middleware, and hierarchical subagents on any model provider.

    Flue icon

    Flue

    Flue is a TypeScript agent harness framework for building headless, programmable AI agents that deploy anywhere — Node.js, Cloudflare, GitHub Actions, and more.

    Claude Agent SDK icon

    Claude Agent SDK

    Build production AI agents with Claude Code as a library, programmable in Python and TypeScript with built-in tools, hooks, subagents, MCP, and sessions.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    142 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    618 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    281 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions