DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Archgraph Argo — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
A

archgraph-argo

Archgraph Argo

使用一条命令部署 ArchGraph ARGO 工具链、技能和规则(架构、脚本、argo-init 技能、全局规则)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:derekhu0002/archgraph#35a438b5cabd289014aa9e07be4cdda0fe69d0d5
README兼容性版本

兼容性与来源证明

Archgraph Argo 以 archgraph-argo 发布,当前版本为 0.24.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/20

版本

0.24.1stable
2026/9/20
0.24.0stable
2026/9/19
0.23.0stable
2026/9/17
查看其余 33 个版本收起版本
0.22.2stable
2026/9/16
0.21.0stable
2026/9/15
0.20.9stable
2026/9/14
0.20.6stable
2026/9/12
0.19.1stable
2026/9/12
0.16.0stable
2026/9/10
0.15.3stable
2026/9/9
0.15.2stable
2026/9/8
0.13.9stable
2026/9/8
0.13.6stable
2026/9/7
0.13.3stable
2026/9/4
0.13.1stable
2026/9/4
0.12.6stable
2026/9/4
0.11.0stable
2026/9/3
0.10.52stable
2026/9/3
0.10.51stable
2026/9/2
0.10.49stable
2026/9/2
0.10.43stable
2026/8/30
0.10.40stable
2026/8/30

相关插件

正在加载相关插件…

最新版
0.24.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/9/20
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
0.10.39stable
2026/8/29
0.10.34stable
2026/8/28
0.10.31stable
2026/8/25
0.10.30stable
2026/8/23
0.10.29stable
2026/8/23
0.10.27stable
2026/8/22
0.10.23stable
2026/8/22
0.10.21stable
2026/8/21
0.10.20stable
2026/8/21
0.10.19stable
2026/8/21
0.10.15stable
2026/8/21
0.10.14stable
2026/8/21
0.10.10stable
2026/8/21
0.10.8stable
2026/8/21

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

ArchGraph

An architecture-graph driven framework for Agentic Engineering.

What is this?

ArchGraph builds a unified language that puts harness design and target product design into one model — so you get a single view to work and observe, and real control over your agents.

It doubles as a long-term memory for coding agents: an ArchiMate 3.2 intent graph exposed through a single read/write MCP interface. Writes are deduplicated, so the graph stays clean and semantic recall stays precise. See the home page for the full capability set.

alt text

Architecture

The global architecture (Layered Viewpoint) shows how the human, the coding agent, ARGO MCP, the intent architecture graph, ArchiMate 3.2, and Enterprise Architect relate in graph-driven agentic engineering:

Global architecture — Layered Viewpoint

Editable source: docs/diagrams/global-architecture.excalidraw

Supported Harnesses

ArchGraph deploys the ARGO toolchain to all major coding-agent environments:

HarnessMCP ServerSkillsRules / InstructionsAgentsWakeup Gate
GitHub Copilot✓✓✓✓—
Cursor✓✓✓✓—
OpenCode✓✓✓✓✓
DeepSeek Harness✓✓✓✓✓
OpenClaw✓✓✓—✓

A single argo-deploy registers the argo MCP server and installs all artifacts into each harness automatically.

Install

npm install -g archgraph-argo
argo-deploy

Done — the ARGO toolchain, skills, and rules are deployed, and the argo MCP server is registered automatically in GitHub Copilot, Cursor, OpenCode, DeepSeek Harness (dsh), and OpenClaw.

Prerequisites and configuration

Everything works out of the box except semantic (Graph RAG) queries, which need:

  • Neo4j graph database — stores the structural projection of your architecture graph. During argo-deploy you configure ARGO_NEO4J_DATABASE_URL, ARGO_NEO4J_DATABASE_USERNAME, and ARGO_NEO4J_DATABASE_PASSWORD in ~/.argo/.env.
  • Embedding / vector engine — powers semantic Graph RAG retrieval. Configure ARGO_EMBEDDING_BASE_URL, ARGO_EMBEDDING_MODEL, ARGO_EMBEDDING_PROVIDER, ARGO_EMBEDDING_MODEL_VERSION, ARGO_EMBEDDING_DIMENSIONS, plus the API key QWEN_KEY. It points at any OpenAI-compatible embedding endpoint — a cloud provider, or a self-hosted server for offline / intranet / private deployments via ARGO_EMBEDDING_PROFILE=openai-compatible (see the self-hosted embedding guide).

Where do the values come from? The Neo4j credentials come from the Neo4j instance you own or provision (URI, username, password). The embedding configuration and QWEN_KEY come from your embedding provider's dashboard — for example Alibaba DashScope — or from a self-hosted OpenAI-compatible server. argo-deploy walks you through the prompt (existing non-empty values in ~/.argo/.env are kept); you can also edit the file afterwards and re-run.

How to use

Step 0 — initialize the workspace. In a fresh project, ask your coding agent to run argo init (the initializeWorkspace MCP call). It creates a starter design/KG/SystemArchitecture.json when missing, performs the first JSON → Neo4j sync, initializes the semantic (Graph RAG) lifecycle, and verifies the architecture. From then on, the intent graph is the source of truth for the project.

After installing, open your project and start a coding agent. It will:

  1. locate the architecture element behind the task before changing anything,
  2. arm itself with that element's Skills and Rules,
  3. work test-first (GIVEN-WHEN-THEN), and trace every commit back to the graph,
  4. reuse an existing element, relationship, or view instead of creating a duplicate — the write path deduplicates by identity and flags a semantically near element of the same type.

The intent architecture graph — modelled in ArchiMate 3.2 — is the single source of truth.

Community

ArchGraph runs on open co-building. Join the community hub to share, browse and reuse architecture subgraphs across projects, and follow the governance & contribution guides:

  • Community site — https://argo.derekworkspacev5.com/archgraph/ (subgraph library, docs, blog)
  • graph-wiki repository — https://github.com/derekhu0002/graph-wiki (graph-asset home: contribute a subgraph from your project, or pull one back to reuse)

License

Apache License 2.0