Files
deepseek-harness/README.zh.md
Turtle 1119c537d0 feat(ui): add dedicated TUI package
Move the interactive pi-tui front door into @deepseek-ai/dsh-tui while keeping @deepseek-ai/dsh-stdio line-oriented for pipes. Select the terminal package in the demo app, preserve logger ownership, and cover the production Loader composition with a PTY smoke test.
2026-07-17 12:01:37 +08:00

941 B
Raw Blame History

DeepSeek Harness

English | 中文

DeepSeek Harness SDK 是用于构建 agent harness智能体框架的 SDK采取基于插件的设计。

开发

本 monorepo 基于 Cordis 框架构建(以源码形式收录在 vendor/ 下),采用微内核风格:所有功能都以插件形式提供。

pnpm install
pnpm run test          # vitest
pnpm run demo:repl     # interactive pi-tui coding agent (needs DEEPSEEK_API_KEY)
pnpm run demo:acp      # ACP server agent demo (needs DEEPSEEK_API_KEY)

面向开发者:先读开发指南,了解本地环境搭建、钩子、环境变量与质量门禁,动手改 package 之前再读架构设计文档关系图索引。局部上下文见 packages/vendor/

面向 agent遵循 AGENTS.md