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
SandBase Harness
Runs local-first, self-hosted AI agents with persistent sessions, sandboxed tools, memory, credentials, audit trails, r…
Pi
Build coding agents on a minimal harness — a unified LLM API across providers, a compact agent loop, a terminal UI, and…
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…