Generate agent tasks
generate_agent_tasksConvert zen violations into structured agent task lists for automated remediation. Scan a repository for language-specific issues and generate actionable tasks filtered by severity.
Instructions
Convert zen violations into structured agent task lists for automated remediation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| languages | No | Restrict scanning to these languages. Omit to analyse only Python files by default. Default to None. | |
| repo_path | Yes | Absolute path to the repository to scan. All eligible source files are discovered recursively. | |
| min_severity | No | Severity floor (1-10 scale). Violations below this threshold are excluded from the task list. Default to 5. | |
| enable_external_tools | No | Opt-in execution of allow-listed external tools while gathering repository analysis. Default to False. | |
| allow_temporary_runners | No | Permit temporary-runner fallback strategies for external tools. Default to False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | ||
| project | Yes | ||
| roadmap | No | ||
| clusters | No | ||
| total_tasks | Yes | ||
| health_score | Yes |