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