graph TD
A[Start: BusinessSearch Subagent] --> B[Input Parameters]
B --> C[businessType]
B --> D[location]
C --> E[SILO 1: Prompt Preparation]
D --> E
E --> |Skill #190| F[Generate Oracle Query]
F --> |oracle-query-text| G[SILO 2: Oracle Live Search]
G --> |Skill #224| H[Execute Web Search]
H --> I[Raw Business Listings]
I --> J[business-listings-text]
J --> K[End: Output to Next Subagent]
style A fill:#f9f,stroke:#333
style K fill:#f9f,stroke:#333
style E fill:#ccf,stroke:#333
style G fill:#ccf,stroke:#333