Files
deepseek-harness/README.md
T

20 lines
648 B
Markdown
Raw Normal View History

# DeepSeek Harness
Monorepo for the DeepSeek Harness group.
## Projects
- **DeepSeek Code** — DeepSeek's coding agent product.
## Development
This monorepo is built on the [Cordis](https://github.com/cordiverse/cordis) framework (vendored as source under `vendor/`), microkernel-style: everything is a plugin.
```sh
yarn install
yarn test # vitest
yarn demo # runnable echo-agent example
```
For agent instructions see [AGENTS.md](AGENTS.md). For the architecture design see [docs/architecture.md](docs/architecture.md). Each subdirectory has its own README.md with local context: [packages/](packages/), [vendor/](vendor/).