luxiu666/OmniOps

项目介绍Project Overview

OmniOps 是基于 DeepSeek Harness 的全公司 AIOps 平台插件,采用“万物皆插件”架构,提供技术栈→组件→技能三级级联诊断,覆盖数据库死锁、大 Key、GPU 显存/利用率、掉卡等场景。适合需要快速定位和处理全栈 IT 故障时使用。目前为开发者预览版,迭代很快,会出现破坏性变更。

OmniOps is a company-wide AIOps platform plugin built on DeepSeek Harness, using an “everything is a plugin” architecture. It provides cascading TechStack → Component → Skill diagnosis for database deadlocks, big-key detection, GPU memory/utilization, drop-card detection, and more. Use it to quickly locate and resolve full-stack IT incidents. It is currently in developer preview and may receive compatibility-breaking changes.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:luxiu666/OmniOps

luxiu666/OmniOps 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

OmniOps

English | 中文

OmniOps is the company-wide AIOps platform for intelligent IT operations, focused on fast problem diagnosis across the entire technology stack.

It is built on the open-source DeepSeek Harness agent framework — an everything is a plugin architecture powered by Cordis — and extends it into an operations-diagnosis toolkit. Its cascading three-level diagnosis scope (TechStack → Component → Skill) covers database deadlocks, big-key detection, GPU memory/utilization, drop-card detection, and more, helping engineers locate and resolve incidents quickly.

Developer preview

OmniOps is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.

Run

Run from npm

Install Node.js, then run:

npx @deepseek-ai/dsh web

The command starts the Web UI, served at http://127.0.0.1:3080 by default. See Web UI guide.

Run from source

To run from a repository checkout:

git clone https://github.com/luxiu666/OmniOps.git
cd OmniOps
pnpm install
pnpm run build
pnpm dsh web

Community and support

Contributing

See CONTRIBUTING.md.

Development

Start with the development guide and architecture documentation.

For agents, follow AGENTS.md.

License

MIT

Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.

上一个 Prev dsh-pdf 下一个 Next dsh-desktop