list_agents
Retrieve a list of agents running in a specified repository. Filter by status, limit results, and paginate with offset.
Instructions
Get list of active agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositoryPath | Yes | Absolute path to the repository where agents will be listed. This determines the scope of the agent search. | |
| status | No | Optional status filter to only show agents with specific status (e.g., "active", "completed", "failed", "idle"). If not provided, will return agents of all statuses. | |
| limit | No | Maximum number of agents to return. Defaults to 5. Use for pagination. | |
| offset | No | Number of agents to skip before returning results. Defaults to 0. Use for pagination. |