feat(aiops): enable read-only agent loop canary
This commit is contained in:
@@ -61,6 +61,16 @@ class Settings(BaseSettings):
|
||||
default=False,
|
||||
description="Phase 24: True=新 AIRouter 路由, False=舊 openclaw.py fallback chain",
|
||||
)
|
||||
ENABLE_OPENCLAW_AGENT_LOOP_SHADOW: bool = Field(
|
||||
default=False,
|
||||
description="ADR-105 P1: True=OpenClaw 生成 proposal 後用本地 Agent Loop 做 read-only shadow investigation, False=不執行",
|
||||
)
|
||||
OPENCLAW_AGENT_LOOP_MAX_ITERATIONS: int = Field(
|
||||
default=3,
|
||||
ge=1,
|
||||
le=5,
|
||||
description="ADR-105 P1: OpenClaw Agent Loop shadow 最大 tool_use 輪數",
|
||||
)
|
||||
|
||||
# ==========================================================================
|
||||
# W1 PR-P1: Playbook 匹配 Feature Flag (2026-04-28 ogt + Claude Sonnet 4.6)
|
||||
|
||||
Reference in New Issue
Block a user