GenXEvo agent status
genxevo_agent_statusReview the agent's configuration, security policy, workspace roots, interpreter, and execution permissions to diagnose unexpected behavior. Call first each session to establish a baseline; it is read-only and safe to repeat.
Instructions
Report what the GenXEvo agent currently is: whether it is configured, which workspace roots it may read, what its security policy is, which Python interpreter is hosting the server, whether test execution is permitted, and exactly which capabilities this build provides versus which are planned for a later phase. Call this FIRST in any session, and again whenever a capability behaves unexpectedly. Note that the interpreter reported here runs GenXEvo itself and is usually NOT the interpreter the automation project's tests run on -- use genxevo_discover_project for that. Returns the GenXEvo ToolResult envelope: branch on the 'status' field, never on the prose in 'summary'. Read-only and always safe to repeat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| runId | No | ||
| status | Yes | ||
| summary | Yes | ||
| evidence | Yes | ||
| warnings | Yes | ||
| operation | Yes | ||
| startedAt | Yes | ||
| durationMs | Yes | ||
| nextActions | Yes | ||
| safeToRetry | Yes | ||
| contractVersion | Yes |