graph TD
A[Export Agent Start] --> B[Receive CSV Data Input]
B --> C[Process Using Skill #190]
C --> D[Create User Instructions]
C --> E[Format CSV Data]
D --> F[Combine Instructions and CSV]
E --> F
F --> G[Generate Final Text Output]
G --> H[Present to User]
H --> I[Export Agent End]
subgraph Silo1[Combine Instructions + CSV Data]
C
D
E
F
end
style A fill:#f9f,stroke:#333
style I fill:#f9f,stroke:#333
style Silo1 fill:#f5f5f5,stroke:#666