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

Tianyi Cui 2b447625fa Sync docs with the defineTool DSL and actual demo code преди 3 месеца
docs 2b447625fa Sync docs with the defineTool DSL and actual demo code преди 3 месеца
examples 2b447625fa Sync docs with the defineTool DSL and actual demo code преди 3 месеца
packages ef45ca823a Fix schema-DSL findings from the second Codex review преди 3 месеца
scripts ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest преди 3 месеца
vendor 7f024a1a9d Document the codebase thoroughly and tighten type safety преди 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 месеца
package.json ef45ca823a Fix schema-DSL findings from the second Codex review преди 3 месеца
tsconfig.base.json 7f024a1a9d Document the codebase thoroughly and tighten type safety преди 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 ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest преди 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/.