Expand description
Parallel Analysis Tool
Enables Iris to spawn multiple independent subagents that analyze different portions of a codebase concurrently. This prevents context overflow when dealing with large changesets by distributing work across separate context windows.
Structsยง
- Parallel
Analyze - Parallel analysis tool Spawns multiple subagents to analyze different aspects concurrently
- Parallel
Analyze Args - Arguments for parallel analysis
- Parallel
Analyze Error - Parallel
Analyze Result - Aggregated results from all parallel analyses
- Subagent
Result - Result from a single subagent analysis