Нет описания

Tianyi Cui cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 месяцев назад
docs 2b447625fa Sync docs with the defineTool DSL and actual demo code 3 месяцев назад
examples cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 месяцев назад
packages cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 месяцев назад
scripts ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
vendor d2fb352f3e Enable maximum-strict TypeScript across our packages 3 месяцев назад
.gitignore 217b8ec0e2 Fix architecture-review findings in the loop and service packages 3 месяцев назад
.yarnrc.yml ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
AGENTS.md 7f024a1a9d Document the codebase thoroughly and tighten type safety 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 7f024a1a9d Document the codebase thoroughly and tighten type safety 3 месяцев назад
eslint.config.mjs cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 месяцев назад
package.json cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 месяцев назад
tsconfig.base.json d2fb352f3e Enable maximum-strict TypeScript across our packages 3 месяцев назад
tsconfig.build.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
tsconfig.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
tsconfig.test.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
tsconfig.typecheck.json ef45ca823a Fix schema-DSL findings from the second Codex review 3 месяцев назад
vitest.config.ts ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 месяцев назад
yarn.lock cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 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.

yarn install
yarn test        # vitest
yarn demo        # runnable echo-agent example

For agent instructions see AGENTS.md. For the architecture design see docs/architecture.md. Each subdirectory has its own README.md with local context: packages/, vendor/.