OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:YYTbit/dsh-plugin-meta-memory
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Structured long-term memory system for DeepSeek Harness.
Teaches the agent how to organize memories using a structured system:
verb-modifier-noun.unitdsh plugin --profile your-profile add dsh-plugin-meta-memory
.meta-memory/
├── index.md
└── units/
├── debug-auth-module.unit/
│ ├── 0.token-refresh-fail.brief.md
│ └── 0.token-refresh-fail.full.md
└── read-deeplearning-paper.unit/
├── 0.transformer-attention.brief.md
└── 0.transformer-attention.full.md
# token-refresh-fail
JWT token refresh returns 401 due to timestamp offset calculation error.
# token-refresh-fail
## Context
Auth module was failing on token refresh after 1 hour.
## Finding
expiresAt calculated using milliseconds instead of seconds.
## Evidence
src/auth/refresh.ts:42 - Math.floor(Date.now() / 1000) fixes it.
## Relevance
Any JWT/token related debugging in the future.
mm init # Initialize memory directory
mm list # List all units and records
mm read <unit> # Read all briefs in a unit
mm search <query> # Search briefs by keyword
mm index # Show the index
- id: meta-memory
name: dsh-plugin-meta-memory
config:
memoryPath: '~/.dsh/meta-memory'
enableInjection: true
enableSkill: true
maxBriefBytes: 4096
MIT -- YYTbit
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: long-term-memory、memory。