dsh-creator-shared-blueprint
A shared interface for humans and AI to understand, discuss, modify, and extend DeepSeek Harness agents.
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 25, 2026
- Updated
- Sep 1, 2026
Introduction
Shared Blueprint
English | 中文
A plugin designed for Creator mode.
A shared interface for humans and AI to understand, discuss, and shape agents built on DeepSeek Harness.
Interactive Preview · v0.1.0-beta.1
Shared Blueprint turns the hard-to-follow agent creation process into a structure that people and AI can both see, point to, discuss, and modify. In a structured interface, the Interactive Preview supports the full authoring path from a natural-language request to a usable agent with verified Skills and Subagents.
This is a working beta under active stress testing and compatibility hardening. It is not a stable release, production-readiness claim, or official DeepSeek plugin.
Get the preview
| Entry | For | Status |
|---|---|---|
| Try Demo | A hosted first look | Live scripted interactive Demo; no DSH backend or provider credentials required. |
| Complete Build | People who want the shortest path to the product | Recommended. Bundles Shared Blueprint with a compatible DSH build containing the 7 generic extension seams not yet available upstream. |
| Standalone Bundle | DSH plugin and ecosystem developers | Fully out-of-tree with 0 private Core dependencies. Requires the compatibility seam layer until equivalent extension APIs are available in upstream DSH. |
Run
Follow the verified Complete Build commands for the shortest supported start.
Run from source
Follow the Standalone Bundle commands to run the exact compatible source checkout with the packaged add-on.
What you can do
Create an Agent with natural language: Describe the task you want to accomplish, and AI will progressively organize your requirements into a visible, structured Agent Blueprint.
Discuss the same Blueprint with AI: Select any part—Role, Purpose, Capabilities, Rules, or Output—and continue asking questions, clarifying, or making adjustments around that specific node.
Confirm changes before they modify the Agent: AI first generates a Proposal that clearly shows what it plans to change. You confirm it before selecting Apply.
Keep extending the Agent's capabilities: From the structured interface, use natural language to create a Skill or add a collaborating Agent. New capabilities appear directly in the Blueprint, so its structure and capability changes remain clear even as the Agent grows more complex.
Try the Agent you just built: Select Try Agent to start a real session from the current Blueprint and confirm that the capabilities you viewed, changed, and added are active at runtime.
Compatibility
The Shared Blueprint product is distributed as the out-of-tree dsh-shared-blueprint package. Upstream DSH 0.1.0-rc.7 does not yet expose every generic extension point needed by this class of advanced authoring plugin, so the Complete Build includes the frozen compatibility changes. Untouched official 0.1.0-rc.7 plus the bundle is not a supported combination. See Compatibility and Architecture.
Inspect Mode is not part of this release.
Release information
Development
This repository also contains the compatible DSH source used to build the Complete Build. Start with DeepSeek Harness architecture and follow AGENTS.md for repository work.
License
MIT. Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.