Sin descripción

imccyu ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
.agents f09cc81c03 docs: require a snapshot test for transcript/UX-affecting changes hace 2 meses
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill hace 3 meses
.github 27721f9f45 docs(rfc): record real-API e2e CI decision + security model hace 2 meses
docs ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
examples 072f97c184 refactor(examples): extract reusable logic into tested packages hace 2 meses
packages ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
scripts 072f97c184 refactor(examples): extract reusable logic into tested packages hace 2 meses
vendor ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
.gitignore 4f291953ea fix(ui-stdio): cancel EOF-exit timer on dispose; harden config defaults; doc fixes hace 2 meses
AGENTS.md ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink hace 3 meses
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink hace 3 meses
README.md dabc2ff411 feat: migrate to pnpm hace 2 meses
eslint.config.mjs 630bbddf9a Replace dumble with tsdown for JS bundling hace 3 meses
knip.json 072f97c184 refactor(examples): extract reusable logic into tested packages hace 2 meses
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario hace 2 meses
package.json ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
pnpm-lock.yaml ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
pnpm-workspace.yaml 6c931b8869 docs: tighten allowBuilds comments hace 2 meses
tsconfig.base.json ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
tsconfig.build.json 072f97c184 refactor(examples): extract reusable logic into tested packages hace 2 meses
tsconfig.json fa91bbac54 Fix CI: order steps by artifact dependency, resolve fresh-clone builds hace 3 meses
tsconfig.test.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest hace 3 meses
tsconfig.typecheck.json 072f97c184 refactor(examples): extract reusable logic into tested packages hace 2 meses
tsdown.config.ts ec9b093cb0 build: two-step for packages/vendor build and README hace 2 meses
vitest.config.ts 1a1ce734ba feat(acp-example): add record/replay llm/stream plugin for snapshot tests hace 2 meses
vitest.e2e.config.ts dabc2ff411 feat: migrate to pnpm hace 2 meses
vitest.snapshot.config.ts 9a5a3835c8 ci+fix: run snapshot tests in CI and load .env only when recording hace 2 meses

README.md

DeepSeek Harness

Monorepo for the DeepSeek Harness group.

Projects

  • DeepSeek Code — DeepSeek's coding agent product.

Development

This monorepo is built on the Cordis framework (vendored as source under vendor/), microkernel-style: everything is a plugin.

pnpm install
pnpm run test          # vitest
pnpm run demo:echo     # runnable echo-agent example (no API key needed)
pnpm run demo:coding   # the real DeepSeek coding agent (needs DEEPSEEK_API_KEY)

For humans, start with the development guide for local setup, hooks, environment variables, and quality gates, then read the architecture design before package work. Local context lives in packages/ and vendor/.

For agents, follow AGENTS.md.