8.1 Hooks 生命周期与事件切入点
最后更新于
最后更新于
{
"ts": "YYYY-MM-DDTHH:MM:SSZ",
"trace_id": "t-YYYYMMDD-001",
"stage": "input",
"hook": "rate_limit_guard",
"event": "rejected",
"reason": "rate_limit_exceeded"
}openclaw status --deep
openclaw logs --follow --json
cat runtime.log | jq -r 'select(.component=="hook") | .event' | sort | uniq -c | sort -nr | head