rank_agent_packs
rank_agent_packsPrioritize agent pack recommendations by ranking saved packs using execution feedback metrics to match the current development context.
Instructions
Rank saved agent packs using execution feedback metrics to prioritize recommendations for the current context.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packCatalogPath | No | ||
| metricsPath | No | ||
| policyPath | No | ||
| respectPolicy | No | ||
| projectType | No | ||
| minExecutions | No | ||
| maxResults | No | ||
| includeUnscored | No | ||
| includeDeprecated | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exists | Yes | ||
| policy | Yes | ||
| summary | Yes | ||
| metricsPath | Yes | ||
| projectType | Yes | ||
| rankedPacks | Yes | ||
| packCatalogPath | Yes |