cb5d0ecfe4b9cbb0350c520b268affdbf120268e
Phase 6.4g (API 突觸對接):
- lewooogo-brain dependency binding in apps/api/pyproject.toml
- POST /api/v1/incidents/{id}/propose route (proposals.py)
- Guardrails integration (8/8 tests passed)
Phase 6.5a (視覺皮層建置):
- DualStateIncidentCard.tsx with Nothing.tech visual compliance
- Ping radar animation for alert state
- Tier-based decision layer UI (AI 執行中 / 等待親核)
Phase 6.5b (神經網路串接):
- Main warroom page integration (page.tsx)
- IncidentResponse → DualState mapper function
- Empty state: "系統穩定。0 活躍異常。"
Tests:
- test_guardrails.py (8/8)
- test_incident_engine.py (6/6)
- test_skill_loader.py (6/6)
- Frontend build: 0 errors
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
AWOOOI
AI + WOOO = AWOOOI
下一代智能運維平台 | Next-Gen AIOps Platform
Zero-Touch Ops. Human-Centric Decisions.
概述
AWOOOI 是一個 Agent-Centric 的智能運維平台,採用 leWOOOgo Engine 模組化架構,讓 AI Agent 主動發現問題、分析根因、提出建議,由人類做最終決策。
核心理念
AI 主動發現 → 智能分析 → 建議方案 → 人類批准 → 自動執行
設計風格
採用 Nothing.tech 極簡美學:
- 點陣字體 (NDot) - AI 介面
- 毛玻璃效果 (Glassmorphism)
- 黑白紅三色系
leWOOOgo 六大積木
| 積木 | 說明 | 範例 |
|---|---|---|
| INPUT | 觸發器 | Webhook, Cron, Alert |
| BRAIN | AI 處理 | LLM, RAG, Triage |
| OUTPUT | 通知 | Telegram, Slack |
| ACTION | 執行器 | K8s, SSH, API |
| DATA | 儲存 | Redis, PostgreSQL |
| UI | 介面 | Widget, Card |
快速開始
# 開發環境
pnpm install
pnpm dev
# 測試
pnpm test
# 建置
pnpm build
專案結構
awoooi/
├── apps/
│ ├── web/ # Next.js 前端
│ └── api/ # FastAPI BFF
├── packages/
│ └── lewooogo-*/ # 核心積木
├── docs/
│ └── adr/ # 架構決策
└── k8s/ # K8s 配置
授權
Copyright (c) 2026 岑洋國際行銷有限公司. All rights reserved.
Made with ❤️ by WOOO Tech
Description
Languages
Python
77.8%
TypeScript
17.8%
Shell
3.3%
HTML
0.4%
PLpgSQL
0.4%
Other
0.2%