DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Veyra — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@lovedolove/veyra

Veyra

Veyra — the Engineering Brain for DeepSeek Harness. Persistent, evidence-aware, project-isolated engineering memory that observes, remembers, and recalls across DSH sessions.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @lovedolove/veyra@0.1.16
READMECompatibilityVersions

Compatibility and provenance

Veyra is published as @lovedolove/veyra and currently resolves to version 0.1.16. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/25/2026

Versions

0.1.16stable
9/25/2026
0.1.15stable
9/25/2026
0.1.14stable
9/24/2026
Show 1 more versionCollapse versions
0.1.6stable
9/24/2026

Related plugins

Loading related plugins…

Latest
0.1.16
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
204.4 kB
Files
26
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/25/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Archive Manager@michengai/dsh-archive-managerNPM-installable DSH Web plugin for managing archived sessions.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.

README

Veyra

Persistent engineering memory & Knowledge Observatory for DeepSeek Harness.

Install it, restart DSH, keep working. Veyra observes useful context, remembers durable lessons, indexes RAG documentation, and recalls them via unified Hybrid Search. It does not write into your repo.

Install

dsh plugin --profile web add @lovedolove/veyra

Restart dsh web. A good boot looks like this:

[veyra] plugin loaded (home=...)
[veyra] registered /veyra
[veyra] registered skill: veyra
[veyra] registered tools: veyra_remember, veyra_recall, veyra_inspect, veyra_forget, veyra_promote

Requires Node 22.5+ and DSH >=0.1.2-rc.1. Memory lives in $DSH_HOME/veyra/.

Daily use

You do not manage memory for ordinary work.

  1. Do engineering in DSH as usual.
  2. Veyra distills the turn into a candidate (files, symbols, test outcomes, claim signal, and structured causal facets: symptom → rootCause → remedy → verifiedOutcome). Durable, grounded lessons become derived memory and are linked to neighbors — extended, updated, or contradicted. Near-duplicates are not cloned; instead, repeated observations and verified test outcomes strengthen existing knowledge (unverified → reviewed → verified) and accumulate evidence anchors. Nothing is merged silently.
  3. On a later session in the same project, relevant memory and RAG knowledge are recalled automatically via Hybrid Search (combining lexical FTS5 BM25 + exact symbols, token-level semantic Jaccard overlap, intent affinity, and relationship graph signals). Contradictions stay visible on both sides. Superseded, repository-drifted, and long-idle unverified memories leave ambient recall. Canonical is never assigned automatically.

Ask the agent to remember something important, or just keep going — automatic recall is already on.

Hybrid Search & Unified RAG

Veyra unifies Engineering Memory (kind: 'memory') and Knowledge Base / RAG documentation (kind: 'knowledge'):

  • Lexical: SQLite FTS5 BM25 ranking plus exact symbol and file-path boosts.
  • Semantic: Token Jaccard overlap and query concept coverage.
  • Memory & Causal: Intent affinity prioritizing root cause for why, remedy for how, verified outcomes for did this fix it.
  • Relationships: Graph cohesion boosts interconnected knowledge.
  • Multi-Dimensional Ranking: Composite score with full transparent breakdown (relevance, semantic, evidence_strength, validation_tier, scope_proximity, freshness_tier, confidence, intent_affinity, relationship).

Commands & Knowledge Observatory

CommandWhat it does
/veyraStatus and memory counts for this workspace
/veyra observatoryOpen the Human Knowledge Observatory dashboard
/veyra observatory search <query>Inspect hybrid search signals and score breakdowns
/veyra observatory record <id>Deep inspection answering the 6 questions (What, Why, Where, When, Evidence, Validation)
/veyra observatory causalityCausal knowledge map (symptom → rootCause → remedy → verifiedOutcome)
/veyra observatory relationships [id]Directed graph projection of knowledge links
/veyra observatory local <id>1-hop Local Graph around a record (default graph view)
/veyra observatory graph [id]Local Graph when an id is given; otherwise the project edge list
Network Graph WebUIHost page at /veyra?id=<record> (Local Graph, 1 hop default). Search → record → graph
/veyra observatory contradictionsActive conflicting claims shown side-by-side
/veyra recall <query>Hybrid search project (+ reusable) memory
/veyra recentLast 8 records, including candidates
/veyra inspect <id>Read one record with deep provenance and causal facets
/veyra forget <id>Soft-forget (leaves recall, stays inspectable)
/veyra promote <id> canonicalMark as project truth — only this is canonical

Tools with the same names (veyra_remember, veyra_recall, veyra_inspect, veyra_forget, veyra_promote) are available to the agent. Load the bundled veyra skill when you need full guidance.

Memory rules

WhatAuthorityAuto-recalled?
Auto-captured observationcandidateno
Remembered / learned lessonderivedyes
Explicitly promoted truthcanonicalyes

Canonical is never assigned automatically. Repo files stay authoritative. Similarity is not identity: overlapping memories are linked, not merged. Secrets are redacted. Projects are isolated; reusable memory is opt-in.

Config (optional)

DSH Settings exposes Recall limit and Include reusable. recallLimit: 0 disables automatic recalled-memory context only — tools, /veyra, Observatory, and stored memory stay available.

In the profile cordis.patch.yml:

- id: veyra
  name: '@lovedolove/veyra'
  config:
    recallLimit: 5   # 0 = no automatic recall context
    includeReusable: true
    observe: true
    learn: true

VEYRA_HOME overrides the storage root. observe / learn remain yaml-only.

License

MIT