dsh-ontology-kernel
开发工具 活跃维护

dsh-ontology-kernel

aiko-dsh-plugins/dsh-ontology-kernel

供DeepSeek Harness使用的可安装本体内核包,预置本体资源与定义规则,安装后即可获得结构化本体支撑能力,无需手动配置资源

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
28 KB
仓库大小
26 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:aiko-dsh-plugins/dsh-ontology-kernel
git clone https://github.com/aiko-dsh-plugins/dsh-ontology-kernel.git
git clone git@github.com:aiko-dsh-plugins/dsh-ontology-kernel.git
README.md main

Aiko DSH Ontology Kernel

An installable DeepSeek Harness bundle that provides one ontology interface with two adapters:

  • aiko-dsh-ontology-kernel/local persists definitions, objects, links, Functions, and Actions through the Harness storage domain.
  • aiko-dsh-ontology-kernel projects the active runtime to the browser through typed Typert remotes.

The user installs one bundle; the internal local and remote adapters are implementation details.

Install from GitHub

dsh plugin --profile web add https://codeload.github.com/aiko-dsh-plugins/dsh-ontology-kernel/tar.gz/refs/tags/v0.1.2
dsh --profile web --dump-config
dsh --profile web

The repository commits its runtime artifacts under lib/, so Git installation does not execute a prepare script. Pin the tag or a commit when reproducibility matters.

Interface

Business plugins import ontology definitions from aiko-dsh-ontology-kernel/runtime and contribute versioned object types, link types, Functions, Actions, and their implementations through ctx.ontology.register(...). Browser plugins use ctx.ontologyRemote and do not depend on the local storage adapter.

The bundle inserts ontology-local before ontology-remote. A later profile patch may replace either row with another adapter without changing business plugins.

Source provenance

The initial implementation was extracted from the public packages/ontology/* packages in qwe8652591/deepseek-harness at commit 8bca1e10fc2066e18309cd5fc5a62bd69b78de13. The extracted repository is the distribution surface; the Harness fork remains the integration workspace until the migration is completed.

License

MIT