🏗️ 系统架构
Plan-Execute-Replan 范式 + Hermes Agent 编排
整体架构图
用户\] → \[飞书/Email/Web UI\] ↓ \[Hermes Agent (编排中枢)\] ├── \[RAG 检索\] → Qdrant (21+ chunks) ├── \[MCP 路由\] → 外部工具 (K8s/Prometheus/Archery) └── \[Skill 执行\] ├── aiops-k8s-inspect ├── aiops-log-analyze ├── aiops-alert-analyze ├── aiops-prometheus-daily ├── aiops-aliyun-cost └── aiops-safety-gate 数据流 (Plan-Execute-Replan) Step 1 Plan - 生成执行计划 接收用户意图 → 分析需求 → 生成执行计划 → 选择所需 Skills Step 2 Execute - 并行调度 并行调用子 Agent → 聚合结果 → 交叉验证证据链 Step 3 Replan - 置信度评估 若置信度低 → 调整查询策略 → 重试 → 输出 9 段式诊断报告 依赖服务 服务 地址 用途 状态 Qdrant localhost:6333 向量数据库 (768 维) 在线 Ollama localhost:11434 Embedding / LLM 在线 Loki 10.200.200.105:8353 日志聚合 内网 Prometheus 101.201.239.56:31183 指标采集 在线 MCP Server stdio / HTTP 工具标准化 就绪 AIOps 智能运维平台 Wiki v9.1 \| 基于 Hermes Agent + OpenClaw + RAG + MCP