Нет описания

Tianyi Cui ea3f138ae9 docs: address simplification RFC review 3 месяцев назад
.agents 7a94d36c46 docs(dsh-code-review): test sufficiency — real usage, not just 100% coverage 3 месяцев назад
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 месяцев назад
.github 27721f9f45 docs(rfc): record real-API e2e CI decision + security model 3 месяцев назад
docs ea3f138ae9 docs: address simplification RFC review 3 месяцев назад
examples ee4cad3ada feat(acp): dispose each session's agent on disconnect/teardown 3 месяцев назад
packages fd9ecdce40 Merge remote-tracking branch 'origin/worktree-agent-handle' into worktree-bash-owner-token 3 месяцев назад
scripts ea3f138ae9 docs: address simplification RFC review 3 месяцев назад
vendor dabc2ff411 feat: migrate to pnpm 3 месяцев назад
.gitignore 4f291953ea fix(ui-stdio): cancel EOF-exit timer on dispose; harden config defaults; doc fixes 3 месяцев назад
AGENTS.md 38cc62b644 docs(AGENTS): forbid naming the change unit (PR/commit) in comments & test names (review) 3 месяцев назад
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 месяцев назад
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 месяцев назад
README.md dabc2ff411 feat: migrate to pnpm 3 месяцев назад
eslint.config.mjs 630bbddf9a Replace dumble with tsdown for JS bundling 3 месяцев назад
knip.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 месяцев назад
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 3 месяцев назад
package.json 7731bc80c3 Merge remote-tracking branch 'origin/master' into feat/acp-snapshot-tests 3 месяцев назад
pnpm-lock.yaml 072f97c184 refactor(examples): extract reusable logic into tested packages 3 месяцев назад
pnpm-workspace.yaml 6c931b8869 docs: tighten allowBuilds comments 3 месяцев назад
tsconfig.base.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 месяцев назад
tsconfig.build.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 месяцев назад
tsconfig.json fa91bbac54 Fix CI: order steps by artifact dependency, resolve fresh-clone builds 3 месяцев назад
tsconfig.test.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
tsconfig.typecheck.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 месяцев назад
tsdown.config.ts dabc2ff411 feat: migrate to pnpm 3 месяцев назад
vitest.config.ts 1a1ce734ba feat(acp-example): add record/replay llm/stream plugin for snapshot tests 3 месяцев назад
vitest.e2e.config.ts dabc2ff411 feat: migrate to pnpm 3 месяцев назад
vitest.snapshot.config.ts 9a5a3835c8 ci+fix: run snapshot tests in CI and load .env only when recording 3 месяцев назад

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.