Нет описания

Dudu-0223 f843ea7701 fix: align web packages with master's two-stage build layout 2 месяцев назад
.agents 605587e79c docs(rfc): classify RFCs by kind via path-encoded subdirectories 2 месяцев назад
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 месяцев назад
.github 07f4047ff0 Use explicit ts specifiers for declarations 2 месяцев назад
docs caef252905 chore: adapt web seam to master's tsconfig + regenerate catalogs 2 месяцев назад
examples 9cc8dc371e Merge remote-tracking branch 'origin/master' into session-surface 2 месяцев назад
packages f843ea7701 fix: align web packages with master's two-stage build layout 2 месяцев назад
scripts 567519184b fix: address codex review round 1 2 месяцев назад
vendor 07f4047ff0 Use explicit ts specifiers for declarations 2 месяцев назад
.gitignore d01f5f73b7 Add web capability seam: ctx.web, search/fetch providers, web tools 2 месяцев назад
AGENTS.md 398b4f2ccf Merge branch 'worktree-subagent-seam-pr1' into worktree-subagent-seam-pr2 2 месяцев назад
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 2 месяцев назад
eslint.config.mjs 732e121ff6 fix: make constraints, lint and md-links happy 2 месяцев назад
knip.json d01f5f73b7 Add web capability seam: ctx.web, search/fetch providers, web tools 2 месяцев назад
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 месяцев назад
package.json 07f4047ff0 Use explicit ts specifiers for declarations 2 месяцев назад
pnpm-lock.yaml d01f5f73b7 Add web capability seam: ctx.web, search/fetch providers, web tools 2 месяцев назад
pnpm-workspace.yaml d02e9f1bd6 Reorganize packages into a modular hierarchy 2 месяцев назад
tsconfig.base.json d01f5f73b7 Add web capability seam: ctx.web, search/fetch providers, web tools 2 месяцев назад
tsconfig.build.json d01f5f73b7 Add web capability seam: ctx.web, search/fetch providers, web tools 2 месяцев назад
tsconfig.json caef252905 chore: adapt web seam to master's tsconfig + regenerate catalogs 2 месяцев назад
tsdown.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 2 месяцев назад
vitest.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 2 месяцев назад
vitest.e2e.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 2 месяцев назад
vitest.snapshot.config.ts dc04fea749 feat: one tsconfig.json and different rules 2 месяцев назад

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.