mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
692 B
692 B
AGENTS.md
This is the monorepo for the DeepSeek Harness group. It currently hosts the code for DeepSeek Code, DeepSeek's coding agent product.
Architecture
This codebase is based on the Cordis framework. All necessary Cordis dependencies are copied into this monorepo as vendored source instead of being depended on via npm.
Design Documents
- Coding Harness MVP 需求分析 — requirement analysis for the initial MVP.
- 微内核Harness实现思路 — discussion of the microkernel plugin-style architecture ("everything is a plugin").