dispatch_ag2_incident
Dispatch an IT incident to a multi-agent groupchat for autonomous diagnosis and remediation. Returns a remediation plan and receipt ID.
Instructions
Dispatch an IT incident to the iTechSmart AG2 6-agent GroupChat for autonomous diagnosis. Routes through IncidentDetector -> DigitalTwinAnalyst -> RemediationPlanner -> SecurityGatekeeper -> ExecutionAgent -> ProofLinkNotary. Returns the multi-agent remediation plan and receipt ID. SEMI_AUTO mode: plan is returned for human review; execution is gated by the SecurityGatekeeper. Use for real incidents: service crashes, OOMKills, cert expiry, disk pressure, config drift.
Requires scope: ag2:incident:invoke. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Affected service or container name | |
| severity | No | Incident severity level (default: medium) | |
| description | Yes | Incident description (what is failing and how) |