Няма описание

Dudu-0223 caef252905 chore: adapt web seam to master's tsconfig + regenerate catalogs преди 2 месеца
.agents 605587e79c docs(rfc): classify RFCs by kind via path-encoded subdirectories преди 3 месеца
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill преди 3 месеца
.github 07f4047ff0 Use explicit ts specifiers for declarations преди 3 месеца
docs caef252905 chore: adapt web seam to master's tsconfig + regenerate catalogs преди 2 месеца
examples 9cc8dc371e Merge remote-tracking branch 'origin/master' into session-surface преди 3 месеца
packages 1cd3a454da fix: remove stale duplicate JSDoc on translateAbortOrNetwork преди 2 месеца
scripts 567519184b fix: address codex review round 1 преди 2 месеца
vendor 07f4047ff0 Use explicit ts specifiers for declarations преди 3 месеца
.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 преди 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 732e121ff6 fix: make constraints, lint and md-links happy преди 3 месеца
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 преди 3 месеца
package.json 07f4047ff0 Use explicit ts specifiers for declarations преди 3 месеца
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 преди 3 месеца
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 преди 3 месеца
vitest.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check преди 3 месеца
vitest.e2e.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check преди 3 месеца
vitest.snapshot.config.ts dc04fea749 feat: one tsconfig.json and different rules преди 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.