Structure of the m_decompose directory
mainThe m_decompose pipeline is organized into the following components:
decompose.py: Responsible for generating refined subtasks from the user request.pipeline.py: Orchestrates the full workflow (decomposition $\rightarrow$ execution $\rightarrow$ aggregation).prompt_modules/: Contains reusable prompt components used by the pipeline.m_decomp_result_v1.py.jinja2: A Jinja2 template used to format the final output.