tancheng33/dsh-ontology

tancheng33★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

A typed, inference-capable ontology (TBox + ABox) plugin for DeepSeek Harness — durable domain knowledge the agent declares, asserts against, and queries under schema constraints.

README excerpt

dsh-ontology English 中文 A typed, inference-capable ontology for DeepSeek Harness — durable domain knowledge the agent declares, asserts against, and queries under schema constraints. Most agent memory is a bag of strings: the agent writes prose, later reads prose, and nothing ever tells it that what it just recorded contradicts what it recorded last week. This plugin gives the agent a vocabulary it must respect . You declare what kinds of things exist and how they may relate; every claim is then checked against that model before it is stored, and claims that follow from other claims are derived rather than repeated. Why a TBox, not a notes file notes-style memory dsh-ontology Structure free text classes, typed relations, entities, triples Bad input silently stored rejected, naming the constraint it broke Implied facts restated by hand, drift apart derived on read from transitive / symmetric / inverseOf Retraction orphaned prose lingers facts cascade with their entity; derived facts vanish with their premise Reading it back grep and hope query by class (subclass-aware), triple pattern, neighbourhood, or shortest path The constraint is the point. When the agent asserts ada depends on…

View full README on GitHub →
Agentsagentcordisdeepseek-harnessdshdsh-pluginknowledge-graphontology

Category