autonomous_troubleshooter
Diagnose why a Windows operation failed by analyzing event logs and process snapshots, then receive root-cause analysis and remediation steps.
Instructions
Diagnose why a Windows operation failed using event logs, process list, and LLM sampling.
Phases: (1) Query recent System log errors, (2) Snapshot running processes, (3) LLM root-cause analysis with remediation steps.
Return Format
{
"success": bool,
"failure_reported": str,
"event_log_summary": any,
"root_cause_analysis": str
}Examples
autonomous_troubleshooter(operation_failure="Could not start WinRM service — access denied")Notes:
ctx is required for sampling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_failure | Yes | Description of the failure to investigate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||