Skip to main content
critiqor monitor openclaw starts a Critiqor observation session and launches OpenClaw in the same terminal. Use this command whenever you want to capture a runtime evidence trace — whether you’re validating a change, debugging a session, or running a benchmarked evaluation.

Syntax

What It Does

When you run this command, Critiqor begins observing in the background and then launches OpenClaw in your terminal. The agent runs exactly as it normally would — you interact with it as usual while Critiqor captures runtime evidence without interfering with the session. When you’re done, run critiqor finalize to complete the session and generate your reliability report.

Options

Examples

Expected Behavior

OpenClaw launches in the same terminal window immediately after observation begins. Work with it as you normally would — send messages, invoke tools, complete your task. Critiqor operates silently in the background throughout the session. When you’re finished, run critiqor finalize to end the session and generate your reliability report.

Common Use Cases

  • Validating a prompt change — run a session before and after to compare reliability outcomes.
  • Testing a new tool — observe how the agent behaves with a newly integrated tool under standard conditions.
  • Debugging a failed session — reproduce the issue under observation to capture a detailed evidence trace.
  • Stress-testing — use --difficulty-tier stress to evaluate agent behavior under high-demand conditions.