OmniOps
其他 活跃维护

OmniOps

luxiu666/OmniOps

覆盖企业全栈IT运维场景,基于智能算法实现故障自动定位与根因分析,搭配可视化运维看板,降低运维人员排查成本,有效提升运维效率,保障业务稳定运行。

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

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.