oh-my-deepseek-harness
Agent 与会话 活跃维护

oh-my-deepseek-harness

YYTbit/oh-my-deepseek-harness

这是一款面向DeepSeek的多智能体编排框架,支持灵活调度多个AI智能体协同完成复杂任务,适用于自动化工作流搭建、多领域智能任务处理等场景,大幅降低多智能体协同开发门槛,提升复杂任务处理效率。

3
Stars 标星
0
Forks 分支
3
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
10 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:YYTbit/oh-my-deepseek-harness
git clone https://github.com/YYTbit/oh-my-deepseek-harness.git
git clone git@github.com:YYTbit/oh-my-deepseek-harness.git
README.md master

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

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

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:

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

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