graph TD
A[Retrieve list of suggested APIs/libraries from BrainstormingAgent output] -->|Skill #236| B{For each API/library in the list}
B -->|Skill #181| C[Conduct deep research on the API/library]
B -->|Skill #182| D[Conduct light research on the API/library]
B -->|Skill #182| E[Investigate compatibility with Bubble]
C -->|Skill #220| F[Combine research findings into a single text block]
D -->|Skill #220| F
E -->|Skill #220| F
F --> B
B -->|All APIs/libraries researched| G[Compile all research findings into a single document]
G -->|Skill #220| H[Save the final research document as a .txt file on the server]
H -->|Skill #168| I[ResearchAgent Final Output]