Module parallel_analyze

Module parallel_analyze 

Source
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ยง

ParallelAnalyze
Parallel analysis tool Spawns multiple subagents to analyze different aspects concurrently
ParallelAnalyzeArgs
Arguments for parallel analysis
ParallelAnalyzeError
ParallelAnalyzeResult
Aggregated results from all parallel analyses
SubagentResult
Result from a single subagent analysis