| name | dash-research-vault |
| description | Multi-agent research vault with Evensong-style memory causation, Ebbinghaus decay, and L2 pressure self-evolution. Three-tier memory (public/restricted/internal), trigger-based agent activation, and 72-hour difficulty-weighted decay algorithm. For research teams building collaborative agent systems with structured long-term memory. |
| when_to_use | When setting up a multi-agent research vault, managing shared memory across agents with decay, implementing Evensong-inspired self-evolution loops, or structuring research documentation with privacy tiers. Supports R012-E benchmark integration for internal self-evolution reference. |
| argument-hint | [init|update|decay|loop] [--tier public|restricted] [--benchmark R0XX] |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","Agent","Skill"] |
| user-invocable | true |
Dash Research Vault
ๆฆ่ฟฐ | Overview
A multi-agent research vault implementing Evensong's three core findings:
| Finding | Application | Mechanism |
|---|
| Memory Causation | Agent knowledge base accumulates over time | Dialogue extraction โ Admin review โ Write |
| Pressure-Triggered Self-Evolution | L1 self-drive criteria in each agent description | Cross-review in #internal |
| Recursive Contamination Control | Three-tier gate (AgentโAdminโAuthor) | Write requires review to prevent low-quality self-reinforcement |
่งฆๅ่ฏ | Triggers
English: research vault, memory vault, research-vault, dash vault, vault skill
ไธญๆ: ็ ็ฉถ vault, ่ฎฐๅฟๅบ, ็ ็ฉถๅบ, vault ๆ่ฝ, ่ฎฐๅฟ vault
็ฎๅฝ็ปๆ | Directory Structure
vault/
โโโ 00-overview/ โ Vault index + key figures
โโโ 01-agents/ โ Agent role definitions
โโโ 02-channels/ โ Communication channel types
โโโ 03-internal-only/ โ Privacy-controlled content
โโโ 04-memory/ โ Three-tier memory with decay
โ โโโ public/ โ All agents readable
โ โโโ restricted/ โ Admin-only access
โ โโโ .meta/ โ Decay metadata
โโโ docs/ โ Research documents
ๆ ธๅฟๆบๅถ | Core Mechanisms
่กฐ้็ฎก็ | Decay Management
Based on Ebbinghaus forgetting curve, entries decay by difficulty:
| Difficulty | Retention Rate | Use Case |
|---|
| 4.0 | Very slow | Core client/industry facts |
| 2.0 | Medium | Technical knowledge |
| 0.5 | Fast | Dialogue extracts (unless cited) |
Decay formula: retention = e^(-time / (difficulty * half_life))
ไธๅฑๆ้ | Three-Tier Access
- public/: All agents can read and write
- restricted/: Admin-only read, write via review gate
- internal-only/: No agent access, Researcher-only
ไฝฟ็จ็คบไพ | Usage Examples
dash-research-vault init --name "My Research"
dash-research-vault decay --tier public
dash-research-vault loop --tier restricted
ๅ
ณ้ฎๅพ่กจ | Key Figures
Figure 1: Swarm Taxonomy

Figure 2: Behavioral Heatmap

Figure 3: Memory Causation Chain

Figure 4: L2 Pressure Self-Evolution
