agent_status
Display autonomous learning loops including state, backlog, last pass, and RSS data. Optionally output JSON for structured consumption.
Instructions
Show autonomous learning loops with state, backlog, last pass, and RSS.
Set json_output=True for the same stable shape used by the menu-bar app. Always returns structuredContent (AgentStatusSnapshot); the text block is the JSON dump when json_output else the formatted summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | ||
| json_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loops | No | ||
| agents | No | ||
| generated_at | No | ||
| total_rss_kb | No | ||
| total_rss_mb | No | ||
| running_count | No | ||
| recent_results | No | ||
| timed_out_count | No | ||
| ready_loop_count | No | ||
| enabled_loop_count | No | ||
| running_loop_count | No |