├── main.py # Application Entry Point ├── controller/ │ ├── DB_controller.py # Logic for DB-to-DataFrame transformations │ └── llm_model_controller.py # Logic for Prompt Engineering & AI Orchestration ...