deep_analysis_swarm
Analyze system directories to identify redundant files, measure disk usage, find cache sizes, and locate log files using parallel AI agents.
Instructions
Deep analysis swarm using WORKERS with exec_cmd for thorough system analysis.
Workers can run shell commands (find, du, grep, etc.) for real analysis.
target_path: Directory/path to analyze
analysis_type: 'full', 'redundant', 'sizes', 'cleanup'
synthesize: If True (default), uses qwen2.5:14b to synthesize findings
Use this for finding: redundant files, cache sizes, disk usage, log files, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_path | Yes | ||
| analysis_type | No | full | |
| synthesize | No |