DeepSeek Harness

Active
GitHub TypeScript MIT

Description

Official open-source agent harness from DeepSeek built on an "everything is a plugin" spatiotemporal composability architecture, with a built-in Web UI and a growing plugin ecosystem.

Key Features

  • Everything is a plugin — Cordis-powered plugin architecture where capability units compose and hot-swap freely
  • Spatiotemporal composability — a novel agent programming paradigm described in the accompanying arXiv paper
  • Built-in Web UI — one npx command boots a full visual chat interface on localhost:3080
  • Plugin ecosystem — community plugin repos are published under the dsh-plugin topic for discoverability
  • Official DeepSeek project — MIT-licensed, maintained by DeepSeek AI with safety notes and architecture docs

Use Cases

💡 Assemble DeepSeek models into a local agent application with a web UI using the official harness
💡 Extend tools, memory, and surfaces through plugins to build a custom agent runtime
💡 Study the spatiotemporal composability paradigm as an architectural reference for your own agent framework
💡 Deploy a pluggable agent foundation on-prem and layer business plugins on demand

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (210.0k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

# Start the Web UI with one command after installing Node.js
npx @deepseek-ai/dsh web
# Your browser opens http://127.0.0.1:3080 automatically
# Or run from source: git clone, then pnpm install && pnpm run build && pnpm dsh web

Related Projects

MiroFlow

3.1k · Python
Normal A

Open-source multi-capability agent framework from MiroMindAI that achieves Top-1 on 5+ benchmarks including BrowseComp, GAIA, and HLE, with a built-in Web UI and support for MiroThinker, Claude, Kimi, and OpenAI models.

agent-frameworkresearch-agentdeep-research +3
  • · Multi-capability agent framework — Top-1 on 5+ benchmarks including BrowseComp, GAIA, and HLE
  • · Multi-model backend — supports MiroThinker, Claude, Kimi, OpenAI, and other LLMs
  • · Built-in Web UI — out-of-the-box graphical interface for managing agent tasks

VoltAgent

10.5k · TypeScript
Active A+

VoltAgent is an end-to-end AI Agent engineering platform combining a TypeScript framework with the VoltOps console for workflow, MCP, memory, and observability.

workflowagent-frameworktypescript +2
  • · Core agent runtime - typed roles, tools, memory, and model providers wired in one place
  • · Declarative workflow engine - multi-step automations described in code, not graph editors
  • · Supervisor and sub-agent topology - specialized agents coordinated by a supervisor runtime

TypedAI

1.2k · TypeScript
Stale C

TypeScript AI platform with AI chat, Autonomous agents, Software developer agents, chatbots and more.

typescriptai-agentssoftware-engineer +1
  • · TypeScript-first full-featured AI platform supporting autonomous agents, software developer agents, and code review
  • · Supports 12+ LLM services including OpenAI, Anthropic, Gemini, Groq, DeepSeek, and Ollama
  • · Built-in software engineering agent supporting end-to-end development workflow from requirements to Pull Request