agy_read
Read job events from a log, skip to a specific offset, and translate output to raw, Claude, or Codex formats for analysis.
Instructions
Read events from a job's event log. since is the 0-based offset; translate may be 'raw', 'claude', or 'codex' to wire-format the events (default returns canonical events as dicts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| job_id | Yes | ||
| translate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| error | No | ||
| since | No | ||
| events | No | ||
| job_id | No | ||
| success | Yes | ||
| translate | No |