返回插件市场

oh-my-deepseek-harness

Agent 与工作流

YYTbit/oh-my-deepseek-harness

为 DeepSeek Harness 提供多智能体编排,包含五个专业智能体、工作流技能、模型预设和并行任务执行。

  • deepseek-harness
  • dsh-plugin
  • multi-agent
  • orchestration
GitHub Stars
3GitHub
浏览量
0DSH Plugin Hub
Forks
0GitHub
开放问题
0GitHub Issues
Manifest 版本
0.1.2oh-my-deepseek-harness
最近推送
2026年8月14日GitHub
许可证
MITTypeScript
插件类型
Host运行于 DSH Host

README

查看源文件

oh-my-deepseek-harness

Multi-agent orchestration for DeepSeek Harness.

What it does

Turns dsh into a multi-agent development environment with:

  • 5 specialized agents: Explorer, Architect, Implementer, Reviewer, Debugger
  • 4 workflow skills: Autopilot, Deepwork, Review, Reflect
  • Preset system: Switch model configurations at runtime
  • Task orchestration: Parallel execution with dependency tracking

Install

dsh plugin --profile your-profile add oh-my-deepseek-harness

Agents

AgentRoleBest For
explorerScans codebaseStarting new tasks, finding relevant code
architectDesigns solutionsPlanning, technical decisions
implementerWrites codeImplementation, file changes
reviewerReviews codeQuality checks, security audits
debuggerFixes bugsDiagnosing issues, tracing errors

Skills

autopilot

Fully autonomous execution. Breaks down a goal, assigns to agents, executes in parallel.

/autopilot "add input validation to auth module"

deepwork

Focused work session for complex, multi-file changes.

/deepwork "refactor the database layer"

review

Systematic code review with structured findings.

/review src/auth.ts

reflect

Retrospective analysis after completing work.

/reflect

Presets

Switch model configurations:

PresetDescription
balancedMix of quality and speed (default)
qualityStrongest models for all agents
speedFastest models for all agents
costCheapest models for all agents

Configuration

- id: oh-my-dsh
  name: oh-my-deepseek-harness
  config:
    enableAutopilot: true
    enableDeepwork: true
    enableReview: true
    enableReflect: true
    defaultModel: deepseek-v4
    maxParallel: 3

License

MIT -- YYTbit

评论

0
最新优先