monitor_agents
Monitor agent status, activity, or communication in real time. Specify an agent, orchestration, room, or repository to receive updates at a chosen interval with customizable detail levels.
Instructions
Monitor agents with real-time updates using EventBus system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Optional specific agent ID to monitor. If provided, will focus monitoring on this single agent. If not provided, will monitor all agents in the scope. | |
| orchestrationId | No | Optional orchestration ID to monitor. If provided, will monitor all agents and tasks within this orchestration context. | |
| roomName | No | Optional room name to monitor. If provided, will monitor communication and activity within this specific room. | |
| repositoryPath | No | Optional repository path to monitor. If provided, will monitor all agents and activities within this repository context. If not provided, uses current working directory. | |
| monitoringMode | No | Type of monitoring to perform. "status" monitors agent status changes, "activity" monitors task and work activity, "communication" monitors room messages and coordination, "full" monitors all aspects. | status |
| updateInterval | No | Interval in milliseconds between monitoring updates. Defaults to 2000ms (2 seconds). Lower values provide more frequent updates but use more resources. | |
| maxDuration | No | Maximum duration in milliseconds to monitor. Defaults to 50000ms (50 seconds). After this time, monitoring will automatically stop. | |
| detailLevel | No | Level of detail in monitoring output. "summary" provides basic updates, "detailed" includes more context and metadata, "verbose" provides comprehensive information about all events. | summary |