aiko-dsh-plugins/dsh-bid-studio0

aiko-dsh-bid-studio

Installable Bid Studio workbench for DeepSeek Harness, powered by the Aiko Ontology Kernel.

AI 분석

提供标书工作台入口、完整的招标本体定义及本地执行流程。适合需要进行标书导入、审核、导出及本体关系管理的商务与招投标业务人员。

패키지
aiko-dsh-bid-studio
버전
0.1.3
라이선스
MIT
최근 업데이트
2026. 8. 29.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aiko-dsh-plugins/dsh-bid-studio

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