dsh-bid-studio
Installable Bid Studio workbench for DeepSeek Harness
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 29, 2026
- Updated
- Aug 29, 2026
Introduction
Aiko DSH Bid Studio
An installable DeepSeek Harness business application that contributes:
- a Bid Studio entry in the Web application sidebar;
- a complete tender ontology with object, relationship, Function, and Action definitions;
- a durable local execution route from tender intake to human review and export;
- an ontology inspector that renders every definition category and workflow step.
The bundle embeds the distributable runtime from Aiko DSH Ontology Kernel and activates its local and remote adapters. Users install one Bid Studio bundle rather than assembling its internal modules. Embedding avoids package-manager restrictions on Git URL subdependencies while the standalone kernel remains independently installable.
Install from GitHub
dsh plugin --profile web add https://codeload.github.com/aiko-dsh-plugins/dsh-bid-studio/tar.gz/refs/tags/v0.1.3
dsh --profile web --dump-config
dsh --profile web
The repository commits its host and browser artifacts under lib/, so Git installation does not execute a prepare script. Pin the tag or a commit when reproducibility matters.
After the profile restarts, open 标书工作台 from the application sidebar. The current demo implementation persists projects and graph records locally, runs deterministic machine/workflow adapters, pauses for human approval, and exports a reviewable text artifact. AI-driven Action adapters remain an extension point of the Ontology Kernel.
Do not also activate the standalone Ontology Kernel bundle in the same profile: Bid Studio already inserts the embedded adapters, and a second kernel layer would duplicate the ontology services.
Source provenance
The initial implementation was extracted from the public packages/business/bid-studio and packages/bundle/bid-studio packages in qwe8652591/deepseek-harness at commit 8bca1e10fc2066e18309cd5fc5a62bd69b78de13. The extracted repository is the distribution surface; the Harness fork remains the integration workspace until the Electron composition migrates to this package.
License
MIT