AI_Agent / High Level Design.md
ryefoxlime's picture
Updated HLD
e0d2256 verified
```mermaid
flowchart TD
A[app.py] -->|Sends company, company_website| B[crew.py]
B -->|Returns processed data| A
A -->|Creates 3 downloadable files| D[Downloadable Files]
B --> C1[agents.yaml]
B --> C2[task.yaml]
B --> T1[search_tools]
B --> T2[web_search_tool]
B --> T3[pdf_search_tool]
subgraph Config Folder
C1
C2
end
subgraph Tools Folder
T1
T2
T3
end