DeepSeek Harness
Featuredby DeepSeek
Runs coding agents on a plugin-composed harness where models, tools, skills, sessions, sandboxes, storage, and the UI are all swappable plugins.
Skills
Plugin Composition
Swaps models, tools, skills, sandboxes, and storage backends through one uniform plugin interface without forking the harness.
Session Persistence
Checkpoints agent session state so long-running tasks resume across restarts and survive switching the underlying model.
Sandboxed Execution
Executes agent-generated commands and code inside pluggable sandbox backends isolated from the host filesystem.
Related Agents
CrewAI
Multi-agent orchestration framework for building teams of AI agents that collaborate, delegate, and solve complex tasks…
fx
Embeds a tiny native coding agent written in Zig into larger systems, installable with one command. Open source and des…
qm
Multiplayer agent harness for coordinating several coding agents on shared work, with run isolation and a common queue.
Qwen Code
Runs an open-source coding agent in the terminal with subagents, agent teams, hooks, skills, plan mode and MCP, switcha…