record_agent_execution_feedback
Log agent execution results to improve future performance by tracking outcomes, issues, and time savings in SAPUI5 development projects.
Instructions
Record agent execution feedback in local JSONL log and update aggregate pack metrics for future ranking and promotion.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packSlug | Yes | ||
| packVersion | No | ||
| projectType | Yes | ||
| ui5Version | No | ||
| outcome | Yes | ||
| qualityGatePass | No | ||
| issuesIntroduced | No | ||
| manualEditsNeeded | No | ||
| timeSavedMinutes | No | ||
| tokenDeltaEstimate | No | ||
| whatWorked | No | ||
| whatFailed | No | ||
| rootCause | No | ||
| tags | No | ||
| feedbackPath | No | ||
| metricsPath | No | ||
| recordedAt | No | ||
| dryRun | No | ||
| reason | No | ||
| maxDiffLines | No |