AI News HubLIVE
站内改写2 分钟阅读

待翻译:DeepSeek Harness

AI 服务暂时不可用,以下为来源摘要,待恢复后补全翻译:Uh oh! There was an error while loading. Please reload this page. Notifications You must be signed in to change notification settings Fork 16.5k Star 158k BranchesTags Open more actions menu Latest commit History 12,404…

来源Hacker News AI作者: SweetSoftPillow

AI 服务暂时不可用,以下为来源正文,待恢复后补全翻译。

Uh oh! There was an error while loading. Please reload this page. Notifications You must be signed in to change notification settings Fork 16.5k Star 158k BranchesTags Open more actions menu Latest commit History 12,404 Commits 12,404 Commits Folders and files NameName Last commit message Last commit date .agents .agents .claude .claude .github .github apps apps assets assets docs docs examples examples native native packages packages patches patches python python scripts scripts vendor vendor website website .editorconfig .editorconfig .gitattributes .gitattributes .gitignore .gitignore .gitlab-ci.yml .gitlab-ci.yml .jscpd.json .jscpd.json .oxlintrc.json .oxlintrc.json .oxlintrc.staged.json .oxlintrc.staged.json .rgignore .rgignore AGENTS.md AGENTS.md BENCHMARK.md BENCHMARK.md CLAUDE.md CLAUDE.md CONTRIBUTING.i18n.yaml CONTRIBUTING.i18n.yaml CONTRIBUTING.md CONTRIBUTING.md CONTRIBUTING.zh.md CONTRIBUTING.zh.md LICENSE LICENSE README.i18n.yaml README.i18n.yaml README.md README.md README.zh.md README.zh.md THIRD_PARTY_NOTICES.md THIRD_PARTY_NOTICES.md knip.json knip.json lefthook.yml lefthook.yml package.json package.json pnpm-lock.yaml pnpm-lock.yaml pnpm-workspace.yaml pnpm-workspace.yaml pytest.ini pytest.ini tsconfig.base.client.json tsconfig.base.client.json tsconfig.base.json tsconfig.base.json tsconfig.client.json tsconfig.client.json tsconfig.host.json tsconfig.host.json tsconfig.json tsconfig.json tsdown.config.ts tsdown.config.ts vitest.config.ts vitest.config.ts vitest.e2e.config.ts vitest.e2e.config.ts vitest.shared.ts vitest.shared.ts vitest.snapshot.config.ts vitest.snapshot.config.ts vitest.web-stress.config.ts vitest.web-stress.config.ts vitest.web.config.ts vitest.web.config.ts vitest.web.perf.config.ts vitest.web.perf.config.ts Repository files navigation English | 中文 DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI. It uses an architecture where everything is a plugin, and is powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability. Developer preview DeepSeek Harness is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES. Run Run from npm Install Node.js, then run: npx @deepseek-ai/dsh web The command starts the Web UI, served at http://127.0.0.1:3080 by default. See Web UI guide. Run from source To run from a repository checkout: git clone https://github.com/deepseek-ai/deepseek-harness.git cd deepseek-harness pnpm install pnpm run build pnpm dsh web Community and support Feel free to submit feedback or bug reports through GitHub Discussions. Add the dsh-plugin topic to your plugin repository for discoverability. Join DeepSeek Harness Discord community. Contributing See CONTRIBUTING.md. Development Start with the development guide and architecture documentation. For agents, follow AGENTS.md. License MIT Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md. Topics Resources Readme MIT license Contributing Contributing Activity Custom properties Stars 158.4k stars Watchers 657 watching Forks 16.5k forks Report repository