agnt_watch
Filters and streams agent daemon events to monitor errors, interactions, or processes. Returns a shell command for use with the Claude Code Monitor tool or any shell runner.
Instructions
Build shell command streaming agnt daemon events via agnt monitor. Returns command for Claude Code Monitor tool or any shell runner. Filters: target (errors/interactions/process/all), proxy_id, process_id, severity, format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Event filter: errors, interactions, process, or all (default: all) | |
| proxy_id | No | Limit to one agnt proxy | |
| process_id | No | Limit to one process (required when target=process) | |
| severity | No | Minimum severity: info, warning, or error | |
| format | No | Format: compact (default) or json |