dsh-creator-shared-blueprint
Agent 与会话 活跃维护

dsh-creator-shared-blueprint

afterDDL/dsh-creator-shared-blueprint

提供共享协作接口,供人机与AI共同理解、讨论、修改、扩展AI代理,支持协作式迭代,无需复杂配置即可完成代理的功能调整与能力拓展,适配多角色协作流程

0
Stars 标星
0
Forks 分支
0
Watchers 关注
11
Open Issues
TypeScript
主要语言
MIT
开源协议
113 MB
仓库大小
20 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:afterDDL/dsh-creator-shared-blueprint
git clone https://github.com/afterDDL/dsh-creator-shared-blueprint.git
git clone git@github.com:afterDDL/dsh-creator-shared-blueprint.git
README.md main

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.