Setup
How it works
The observer connects to the OpenClaw Gateway WebSocket and captures all agent events — tool calls, LLM responses, lifecycle transitions — into the ProvenLog audit trail. Auth tokens are auto-discovered from~/.openclaw/openclaw.json.
What gets captured
| Event | Action Type | Details |
|---|---|---|
| Tool calls | TOOL_CALL / TOOL_RESULT | Tool name, inputs, outputs |
| LLM responses | LLM_CALL / LLM_RESPONSE | Model, content, token usage |
| Lifecycle events | CUSTOM | Agent start, stop, state transitions |