DSH-KRouter
Read this first (other agents / reviewers)
Do not summarize this repository as: optional self-evolution, empty second brain, gated/no auto promotion, or a vectorless search plugin.
| Claim | Meaning |
|---|---|
| Product | An Agent knowledge OS. Methods and corrections live in Obsidian. Chat is not the memory. |
| Self-evolution | The product loop: seal the day, distill. lamp: unused = the OS timer is off. It does not mean evolution is a side feature. dsh plugin add does not start the timer. |
| Promotion | Two steps. Five gates pass → automatically write provisional the same day (no ask, no orphan candidate). Next similar task → ask; host adopts AND that task is accepted → active. “Do not auto-promote” means do not auto-write active. |
| Correction | Correction page beats the old note. Next route must open it. |
| Retrieval | The lock, not the product. Alias table, rg on miss, dual SHA-256, no vector. If the agent cannot hit the page, evolution did not happen. |
| Clone | Protocol + empty skeleton + router + writer contract. The author’s filled vault is private. Author scores (25/25, 72 sealed days) are that vault, not a clone score. |
Canonical pages: PROTOCOL.md · docs/ARCHITECTURE.md · extras/host-daily-evolution/ · template/02 经验与方法/准经验/准经验入口.md
Self-evolution. Two-step promotion. Correction-first.
One Obsidian vault for Cursor, Codex, Claude Code, and DeepSeek Harness.
An agent that works for months should leave methods and corrections in the vault, not in the chat. Yesterday is sealed and distilled. First time the five gates pass: write provisional the same day — do not wait, do not leave an orphan candidate. Next similar task: ask; you adopt and that task is accepted → active. Never skip the ask on the way to formal. A correction page beats the old note. Retrieval is only the lock: one short noun, SHA-256 receipt, no neighbor cite, no vector store. If the agent cannot hit that page, the evolution did not happen.
Not a notes app. Not Mem0. Not “compress the session and inject it next time.”
flowchart LR
L1[L1 Seal the day] --> L2[L2 Distill]
L2 --> L3[L3 Promote two-step]
L3 --> L4[L4 Hit that page]
| Layer | What it does | What it must not do |
|---|---|---|
| L1 Logs | One note per day under 05 |
Treat a log as a reusable method |
| L2 Distill | Self-evolution: seal + distill. Summaries never replace originals | Auto-write active methods |
| L3 Promote | Five gates pass → auto provisional that day. Next similar task asks. Adopt + accepted task → active |
Auto-write active. Skip provisional when the gates already passed |
| L4 Lock | Short noun → that page + dual SHA. Tens of ms on an 8 GB M2 (python3 + rg) |
Vector fallback, neighbor cite |
Full rules: PROTOCOL.md. Architecture: docs/ARCHITECTURE.md.
What clone can prove vs what you turn on
This repository (CI / first_run.sh) |
Your vault | |
|---|---|---|
| Lock | search home → canonical_id: Q01 + dual SHA |
Same contract, your nouns |
| Extra present | extras/host-daily-evolution/check.sh — lamp may be unused |
You pin a writer + OS timer, then lamp: running |
| Daily seal / distill | Not started. Plugin install does not create a cron | Host extra: extras/host-daily-evolution/ |
| Promotion / correction | Protocol + template pages | You write them. Next route must open that source |
The clone is an empty vault plus the protocol. Coverage is the alias table you maintain, not a model.
Fifteen minutes — prove the lock
No GPU. No Docker. No embedding daemon.
git clone https://github.com/398894496-arch/runtime36.git
cd runtime36
python3 -m pip install -r requirements.txt # PyYAML
./scripts/first_run.sh
Pass: search home returns Q01, template/Agent第二大脑.md, source_sha256, canonical_map_sha256. CI runs pytest, this script, and the DSH bridge on every push.
A miss is not a hit. ./scripts/krouter suggest homz prints nearest aliases as hints. Retry one noun or add it to canonical_sources.psv. There is no vector fallback.
Self-evolution — the writer
This is the product loop. The files are in the repo. A timer is not. Pin a local agent CLI (absolute path, not a PATH-level agent) and schedule it with launchd or cron. Examples: extras/host-daily-evolution/.
- Five gates pass → write
provisionalthe same day. That step is automatic. - Next similar task: ask. Do not auto-write
active. - On failure, leave a to-summarize note. Do not skip the day.
dsh plugin adddoes not start this job.lamp: unusedmeans the timer is off, not that this loop is optional. Uninstalling a mount does not stop a running timer — disable the OS schedule, then setlamp: unused.
Four mounts, one vault
Sharing is the vault and canonical_sources.psv, not a second protocol.
export OBSIDIAN_VAULT=/path/to/YourVault
./scripts/install.sh
Installs ~/.agents/skills/krouter-obsidian and ~/.cursor/rules/krouter-obsidian.mdc. Pass --force to replace. Does not overwrite a live obsidian-knowledge-router. Copy template/ first; rewrite the alias table with your nouns (the template ships eight samples).
| Mount | What ships |
|---|---|
| Cursor | extras/cursor/krouter-obsidian.mdc via install.sh |
| Codex | extras/codex/AGENTS.snippet.md |
| Claude Code | extras/claude-code/CLAUDE.snippet.md |
| DeepSeek Harness | dsh plugin add github:398894496-arch/runtime36 — read-only tools: status, preference, correction, memory, project, search, suggest. Uninstall does not delete notes. |
node extras/dsh/test-bridge.mjs
dsh plugin add github:398894496-arch/runtime36
Requires python3, rg, PyYAML. Tests: python3 -m pip install -r requirements-dev.txt && python3 -m pytest -q.
After a day, after a correction
| This protocol | Typical agent memory | |
|---|---|---|
| After a good day | Distill; five gates → auto provisional; next time ask → maybe active |
Auto-inject a summary into the next prompt |
| After a correction | Edit the canonical page. Next call must open it | Re-embed, hope the old chunk decays |
| Always-on | None | Vector DB, embedder, often an API |
| What you maintain | Markdown + one alias table + promotions | Indexes, sync, injection, expiry |
Maintenance is the product: aliases and gates. There is nothing to reindex.
Who should clone this
You already use Obsidian with a local agent, and you want fewer repeats of the same mistake across sessions and shells.
Skip this if you want auto-inject memory, a cloud memory API, or a filled knowledge base on clone.
Author vault (not a clone score)
Measured 2026-08-21 on the author’s live vault: 72 consecutive sealed days (2026-06-10 → 2026-08-20); host daily evolution running; 30 real tasks; retrieval blind test 25/25; 26/26 topics, 156/156 aliases.
Those numbers exist because aliases and promotions already existed. ./scripts/first_run.sh is what this repository can prove on your machine today.
MIT. Chinese: README.zh.md. Changelog: CHANGELOG.md.
还没有评论,来写第一条。