# Actus
## 概要
[[Google]] の **Mitigation Safety Verification Agent**(Actuation Agent、通称 Actus)。本番への変更操作を司る**統一コントロールプレーン兼セーフティゲートウェイ**で、アクチュエーションを 3 フェーズに標準化する。([[@2026__GoogleSRE__AI in SRE - Engineering the Future of Reliable Operations]])
1. **Standardized Discovery and Planning**: 動的にフィルタされた緩和ツールのレジストリ。
2. **Dynamic Autonomy and Safety Guardrails**: 事前検証(**必須の dry-run**・同時アクションのチェック)。
3. **Post-Actuation Guardians**: 長時間オペレーションの状態管理と、中央集権的な **"Red Button" 緊急エンドポイント**。
推論を担う [[AI Operator]] とアクチュエーションを担う Actus を**分離**することで、安全制御がモデルの進化から独立に保たれる。これにより [[SRE AI Autonomy Levels]] の L2→L3(緩和実行の自律化)が安全に可能になる。
## 横断比較
- Actus の「dry-run で試し、Red Button で止め、状態を巻き戻して管理する」設計は、[[Stratus]] が形式化した安全仕様 [[Transactional No-Regression]](安全に試して、まずければ巻き戻す)の**産業実装**に相当する。学術が安全仕様として形式化したものを、Google はコントロールプレーンの機構として実装している。
## 関連
- ソース: [[@2026__GoogleSRE__AI in SRE - Engineering the Future of Reliable Operations]]
- 概念: [[Transactional No-Regression]] / [[SRE AI Autonomy Levels]] / [[agentic SRE]]
- エンティティ: [[Google]] / [[AI Operator]] / [[Stratus]]
- 関連 MOC: [[LLM4SRE - MOC]]
## 出典
- [[@2026__GoogleSRE__AI in SRE - Engineering the Future of Reliable Operations]](L3: Autonomous Mitigation, Mitigation Safety Verification Agent)