graph TD
subgraph SubAgent1[ProfileBuilder]
A[User Input] --> B[variable1: business_name]
A --> C[variable2: services]
A --> D[variable3: service_area]
A --> E[variable4: website_url]
B & C & D & E --> F[Task #223: Parse and Structure]
F -->|structured-json-text| G[Task #185: Save JSON File]
G -->|business-profile-json| H[Final Output: business_profile.json]
end
style SubAgent1 fill:#f5f5f5,stroke:#333,stroke-width:2px
style H fill:#98FB98,stroke:#333,stroke-width:2px
style A fill:#ADD8E6,stroke:#333,stroke-width:2px