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/oh-my-dsh
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Multi-agent orchestration for DeepSeek Harness.
Turns dsh into a multi-agent development environment with:
dsh plugin --profile your-profile add oh-my-dsh
| Agent | Role | Best For |
|---|---|---|
| explorer | Scans codebase | Starting new tasks, finding relevant code |
| architect | Designs solutions | Planning, technical decisions |
| implementer | Writes code | Implementation, file changes |
| reviewer | Reviews code | Quality checks, security audits |
| debugger | Fixes bugs | Diagnosing issues, tracing errors |
Fully autonomous execution. Breaks down a goal, assigns to agents, executes in parallel.
/autopilot "add input validation to auth module"
Focused work session for complex, multi-file changes.
/deepwork "refactor the database layer"
Systematic code review with structured findings.
/review src/auth.ts
Retrospective analysis after completing work.
/reflect
Switch model configurations:
| Preset | Description |
|---|---|
| balanced | Mix of quality and speed (default) |
| quality | Strongest models for all agents |
| speed | Fastest models for all agents |
| cost | Cheapest models for all agents |
- id: oh-my-dsh
name: oh-my-dsh
config:
enableAutopilot: true
enableDeepwork: true
enableReview: true
enableReflect: true
defaultModel: deepseek-v4
maxParallel: 3
MIT -- YYTbit
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: multi-agent。