inspect
Examine internal system states through activation, memory, run history, and calibration views to debug and monitor performance without writing or recomputing.
Instructions
只读调试窗口(v5.x):把系统内部状态做成立即可见的可观测面。
view ∈ {all, activation, memory, run, calibration},只含请求的 section(all=全部 4)。
activation:重跑 wake_gate(无模型)看「该醒没醒」(给 gold_regions 才判漏唤醒)。
memory:Experience Memory 按 region 盘点 + 年龄。memory_manifest=True 附全量清单(Brain Diff 用;默认 False 精简)。
run:读历史 eval run 的已存 summary + per-task 5 态阶段时间线;无 run_id → 最近 N run 历史表。
calibration:judge 校准状态 + am-I-blocked。
纯只读:不调模型、不写、不重算(wake_gate 已验为 read-only sidecar)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| view | No | all | |
| files | No | ||
| top_k | No | ||
| region | No | ||
| run_id | No | ||
| context | No | ||
| problem | No | ||
| judge_id | No | ||
| gold_regions | No | ||
| history_limit | No | ||
| memory_manifest | No | ||
| memory_preview_k | No | ||
| escalate_confidence | No | ||
| shadow_wake_threshold | No |