@@ -23,19 +23,24 @@ The AutoGuided Onboarding webApp (AGO) combines Azure OpenAI capabilities with s
2323
2424```
2525AGObot/
26- ├── frontend/ # Web interface (to be implemented )
26+ ├── frontend/ AGOchatbot # WebApp interface (Mockup )
2727│ ├── pages/
28- │ │ ├── index.html # Initial setup flow
29- │ │ └── setup.md # Analytics interface
28+ │ │ ├── index.html # Mockup design
29+ │ │ └── setup.md # Setup instructions
30+ │ │ └── requirements.txt # package installation instructions
31+ │ │ └── agoCLIoutput.md # Main App data outputs
32+ │ │ └── vTrackerOutput.md # Visual tracker App data outputs
33+ │ └── IMG # Project images
3034│ └── components/
31- │ └── energybill.json
32- |. └── impactchart.json
33- ├── backend/ # Current CLI implementation
34- │ ├── ago.py # Main application logic
35- │ ├── vtracker.py # AI service handlers
36- │ └── data_models/ # Energy consumption schemas
37- ├── docs/ # Project documentation
38- └── tests/ # Validation scripts
35+ │ └── energybill.json # EEHC grid data
36+ | └── impactchart.json # Data for graphs and charts
37+ | └── promptinj.json # Data Prompts for chatbot
38+ ├── backend/ # Current CLI implementation
39+ │ ├── ago.py # Main application: Calc energybill.json & recommend
40+ │ ├── vtracker.py # Create graphs and charts from impactchart.json
41+ │ └── data_models/ # GPT 4.0
42+ ├── docs/ README.md # Documentation
43+ └── tests/ Google colab # App validation and scripts fixing & degbugging
3944```
4045
4146---
0 commit comments