Class TaskDecomposer
java.lang.Object
ai.tabforge.workshop.orchestrator.TaskDecomposer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskDecomposer
public TaskDecomposer()
-
-
Method Details
-
decompose
public Map<Class<? extends SubAgent>,List<Path>> decompose(ReviewScope scope) throws IOException, InterruptedException Should distribute files for review to the agents who need to review them. Called by.invalid reference
OrchestratorAgent#startReview()- Parameters:
scope-- Returns:
- Throws:
IOExceptionInterruptedException
-