graph TD
A[Research Agent] -->|Text summaries of researched content| B(Extract Content from Research Summaries #236)
B --> C(Analyze Content Using NLP Techniques #238)
C --> D(Generate Section Titles and Content #178)
C -->|Analyzed content with identified topics and themes| E(Select Most Relevant Information for Each Section #217)
E -->|Most relevant information for each section title| D
D -->|10 specific section titles and their corresponding bullet points or short descriptions| F(Create Structured Outline and JSON Object #180)
F --> G(Return Final JSON Object #215)
G -->|Final JSON object containing the section titles and structured outline| H[Next Subagent]